-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent 'elshape' labeling #1955
Comments
Hi @fborges209, From what I understand, in your case the RST reader call gives a You then want to get the field corresponding to the shell elements. The value for |
Hi @PProfizi , I am working together with @fborges209 on this issue.
This screenshot is taken from the debugging of the unit test: |
Hi @jefeenders, The behavior you are describing is indeed strange. What I would also need to clarify is how you read the mesh from the CDB file. FYI @rafacanton |
The following code is used to get the stress results (*.rst file) from a named selection previously created using APDL:
The “available_ids” list for the elshape attribute is ordered differently for different runs and we therefore get two different results, although the results in the RST file are the same.
The named selection is based on a Surface coating with element type SHELL281. The node numbers for the surface coating elements are the same as for the respective nodes of the volume elements.
Is there a logic behind the “elshape” attribute that can be used to determine the element type? Is there any other way to find out which field contains the SHELL281 elements?
The text was updated successfully, but these errors were encountered: