'element_stress()' reads .elemental stresses and finds that the results in ANSYS do not match

lth
Member Posts: 2 **
I want to read the elemental stresses in the .rst file via 'element_stress()' in the ansys.mapdl.reader library and find that the second part of the stresses does not match the results in ansys
0
Answers
-
mapdl.reader is a legacy library. I would encourage you to use pyDPF instead: https://dpf.docs.pyansys.com/version/stable/
0