-
I modeled the same 2D structure using both APDL commands and PyAnsys (MAPDL). The structure consists of a rectangular element (b × h) with an internal "knot" region (assigned a significantly lower elastic modulus). Problems:
Discrepancy in Results:
I’m sharing both files for reference: Could you help identify why PyAnsys reports zero stresses and stress difference when compare APDL? I'm using mechanical APDL 2024 R2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Hi @wmpjrufg The PyMAPDL script is trying to post process while still being in the Solution processor. Also...why use "run" so much? And why use shell63? Shell181 replaced shell63 years and years ago. |
Beta Was this translation helpful? Give feedback.
-
As @mikerife mentioned, the differences between pure APDL and PyMAPDL (PyAnsys) are due to the different averaging method because the choosen graphics.
Originally posted by @mikerife in #3928 (reply in thread) The explanation why this happens is in here: https://mapdl.docs.pyansys.com/version/stable/getting_started/faq.html#listing-results |
Beta Was this translation helpful? Give feedback.
As @mikerife mentioned, the differences between pure APDL and PyMAPDL (PyAnsys) are due to the different averaging method because the choosen graphics.