You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to perform stress linearization (where stresses are separated into membrane and bending stresses along a path) using PyDPF-Core?
Currently, I am using the following process to compute the membrane and bending stresses:
Extract stress data using dpf.operators.result.stress_X
Map the stresses onto a defined path using dpf.operators.mapping.on_coordinates
Perform the linearization as described in the Ansys docs using numpy.
Using this process, the results are close but not exactly equal to my colleague's APDL script, so I'm thinking I have an error somewhere. If there were a built-in PyAnsys function for stress linearization, that would be helpful!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
Is there a way to perform stress linearization (where stresses are separated into membrane and bending stresses along a path) using PyDPF-Core?
Currently, I am using the following process to compute the membrane and bending stresses:
dpf.operators.result.stress_X
dpf.operators.mapping.on_coordinates
Using this process, the results are close but not exactly equal to my colleague's APDL script, so I'm thinking I have an error somewhere. If there were a built-in PyAnsys function for stress linearization, that would be helpful!
Stress linearization is described in the Ansys docs here:
https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v241/en/ans_thry/thy_post4.html
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions