Page 1 of 1
Bending Moments in wrong Plane
Posted: Thu Dec 05, 2024 8:13 pm
by EMNV
I have developed a 2D planar model where I performed a modal analysis and an analysis under gravitational loads. When evaluating the results, I noticed that the deformation due to vertical loads is adequate; however, the direction of the moments is incorrect. This issue prevents the plastic hinges I have defined from forming as expected.
I would greatly appreciate your help in identifying the problem. I have attached the model for reference.
Thank you very much in advance!
Kind regards,
EMNV

- Bend.jpg (188.72 KiB) Viewed 2134 times

- Disp.jpg (132.13 KiB) Viewed 2134 times
Re: Bending Moments in wrong Plane
Posted: Mon Dec 09, 2024 10:58 am
by STKO Team
When evaluating the results, I noticed that the deformation due to vertical loads is adequate; however, the direction of the moments is incorrect.
This is true, but it's only a visualization issue. In a 2D analysis, OpenSees does not happen y or z to the "M" output. So STKO doesn't know if it's My or Mz. In a 3D model this issue does not happen.
This issue prevents the plastic hinges I have defined from forming as expected.
This happens for another reason. You defined a 3D zero length material (with all 6 DOFs switched on), later you moved to 2D (keeping those options switched on).
We spot a bug where STKO writes the full 6 springs if active (even if you moved to 2D analysis).
So you have 2 options:
- Use this model (where I manually switched off the 4,5, and 6th DOFs of the zeroLength materials)
- Or replace this file (which contains the bugfix) in C:\Program Files\STKO\external_solvers\opensees\element_properties\zero_length_elements , replacing the existing one (unzip it first)