-
Hi, i'm currently working on a 2D simulation of shearwalls using SGCMQI elements and i need to simulate the effect of a rigid diaphragm, is using the TranslationConnector the correct approach for this? |
Beta Was this translation helpful? Give feedback.
Answered by
TLCFEM
Dec 19, 2024
Replies: 1 comment 5 replies
-
Mind to show a brief sketch of the structure? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay for such a cantilever wall, typically I won't be too concerned about the rigid floor, because the deformation will be small anyway.
If it is a frame structure then the difference is much larger.
Back to the modelling, you can define relatively rigid beams at each floor, this is effectively penalty method.
Alternatively, it is possible to use FixedLength constraint to enforce the distance between two nodes stays unchanged.
The TranslationConnector makes more sense when the nodes do not coincide.
But in this cantilever wall case, FixedLength should be sufficient.