RCJointModel3D Element Issue

Post Reply
EMNV
Posts: 12
Joined: Tue Dec 03, 2024 4:29 am

RCJointModel3D Element Issue

Post by EMNV » Mon Dec 09, 2024 3:00 am

I am developing a model of a concrete frame. However, when introducing the RCJointModel3D, the model encounters problems. I observe that the deformations tend to move out of plane, and I cannot determine the error. Please, could you help me with any suggestions? Thank you!
Attachments
ID1010_joint_v01.rar
(120.84 KiB) Downloaded 104 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: RCJointModel3D Element Issue

Post by STKO Team » Mon Dec 09, 2024 11:14 am

Try this:
ID1010_joint_v01.zip
(183.85 KiB) Downloaded 126 times
Issues:
  • Penalty is required for the joint model (it has overlapping MP constraints). However, if you don't put a custom analysis before the eigen command, it will use the default Transformation handler. Here I used a dummy analysis (zero duration, zero increments, just to setup the analysis settings, AND WITHOUT the wipeAnalysis, so that these settings will be used by eigen)
  • Penalty 1.0e18 is too high for your model, I used 1.0e14.
  • When the model is large and you use Penalty it's better to use the default genBandArapck solver for the eigenvalue command
  • Last error: in a DisplacementControl analysis the target displacement cannot be 0

EMNV
Posts: 12
Joined: Tue Dec 03, 2024 4:29 am

Re: RCJointModel3D Element Issue

Post by EMNV » Mon Dec 09, 2024 1:41 pm

Thank you very much for your response.

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: RCJointModel3D Element Issue

Post by STKO Team » Mon Dec 09, 2024 2:53 pm

You're welcome

Post Reply