Integration points stresses and volumes #152
-
Dear all, I have a question, is there some possibility to read also the stresses at the integration points of the elements and their associated volumes? I checked the documentation and it seems to me that the only stress values that can be read are nodal and at the element's centroid... maybe I missed the IPs results function. Thanks in advance for the helping! Francesco |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @FrancescoSausto , thank you for the nice feedback. |
Beta Was this translation helpful? Give feedback.
-
Hi @pmaroneh, thank you for the detailed and quick answer to my question. Is there a way to ask for IPs results directly with PyMAPDL Reader? Or I need to use directly PyMAPDL as you suggested? Thank you so much, I really appreciete your availability! Francesco |
Beta Was this translation helpful? Give feedback.
Hi @FrancescoSausto , thank you for the nice feedback.
Stress data is saved at the nodes and can be postprocessed as unaveraged values (one value per node per element - PLESOL method), averaged values (one value per node - PRNSOL method ), or elemental mean values (ETABLE method).
To get the stress at integration points, you can use mapdl.eresx('no') option : during the solve, the derived results (stresses, strains, etc) that are initially calculated at integration points will be copied to the nodes instead of being extrapolated.
Element volume can be obtained in the results, usually through etab,volu,volu.