JWock82 / Pynite

A 3D structural engineering finite element library for Python.
MIT License
460 stars 93 forks source link

Interchanged displacement values? #89

Closed cmoha closed 3 years ago

cmoha commented 3 years ago

Hello and good day, Are these displacement values interchanged? i.e delta1y is swaped with delta1z.

https://github.com/JWock82/PyNite/blob/fad7deb88bb9d230ebad1405fbc116e8f60047ab/PyNite/Member3D.py#L1448-L1451

JWock82 commented 3 years ago

No. SegmentsZ tracks bending about the local z axis, which produces deflection in the y axis. Similarly, SegmentsY tracks bending about the local y-axis, which produces deflection in the z axis.

cmoha commented 3 years ago

Thank you. Kindly, Can yo add some tests for deflections under various load types?