Hello,
This is propably a primitiv question but I am trying to figure out how to implement a moment at the tip of a (for simplification) beam around the z axis. It should follow the nodal rotation in a dynamic case. When using Abaqus this is quite simple: I get a reference point in the middle of the surface (end of beam) that is supposed to rotate and couple it to the mentioned surface, with a Coupling card. Then I load the reference Point with a Moment (CLOAD)
.....
*nset, nset=end
2, 4, 6, 8, 2, 4, 6, 8, 12, 13, 14, 18, 19, 20,
*nset, nset=RP
711
*SURFACE,NAME=moment,TYPE=NODE
end,
*COUPLING,REF NODE=711,SURFACE=moment ,CONSTRAINT NAME=C1
*KINEMATIC
....
*STEP
*DYNAMIC
....
*CLOAD
RP, 6,10
*STEP END
When doing this similar in CalcuiX nothing happens for the dynamic case. I am able to do it in a static calculation though!
I also tried loading the moment on the nodes of the surface directly or just around the middle line. Also nothing happens. When loading a force though it works.
I am quite new to CalculiX and at our department nobody worked with it before.
I would really appreciate if somebody could help me and give me a hint.
Thank you very much!