Hi,
I am simulating the bending of a tape spring (a cut out from a carpenter's measuring tape) by applying rotation boundary conditions at both the ends. I need to compute moments at the ends but I could not output reaction forces at the nodes.
I placed a massless node at each end on the neutral axis and constrained the nodes on the end (along with this massless node) using *CONSTRAINED_NODAL_RIGID_BODY. This is to make sure that the end is clamped. X-rotation is applied on the two massless nodes. Currently, in binout, all the forces are 0 despite using *DATABASE_NODAL_FORCE_GROUP.
How can I output the reaction forces (or moment at the massless nodes)?
I can email you the relevant files in case you need them.
Thanks very much!
Cheers,
Harsha.
@harsha Did you include the node ids that you want forces from in *Database_History_Node? This basically tells LS-Dyna that you want data for those nodes. One you have that you should be able to get forces using *DATABASE_NODFOR if the nodes have applicable forces. The setup could also be an issue, but check this first.