Reaction Moment at boundary condition

Hello, does anybody know how the reaction moment at the boundary condition can be evaluated? I can only find the reaction forces (RF).

Thank you for your support

You can read reaction moments only from reference points with applied BCs since nodes of solid elements don’t have rotational DOFs and you can’t get moment from them.

1 Like

Good Morning, I cannot find Information on how to Read the Moment at the reference Point. Do you have any advice?

Thanks

You have to create a History output request for such a point and select RF (reaction forces) variable. Then, in the Results tab, you will see a list of outputs including reaction forces and moments for that point. Of course, you have to apply proper BCs to the point and connect it to the rest of the model using rigid body constraint to get output for it.

1 Like

Thank you, this was exactly what I was looking for

Re-Opening this topic: Reaction Forces / Moments for rigid Body constraints seem not to work with Shell Elements (result is unrealistic small RF / RM). There were already discussions on issues of Shell Elements with rigid Body constraints with CalculiX.

Does anybody know a workaround to determine reaction forces/Moments at boundary conditions (edges, Surfaces) with Shell Elements?

Thanks!

I have no idea but maybe instead of using a rigid body, you cod try to use the kinematic coupling (not yet supported in the PrePoMax but it can be added using the keyword editor).

I have a rigid-body constraint from a surface to a ref. point, and another rigid-body constraint from that ref. point (RP) to another surface. In other words the two surfaces are made rigid and connected.

If I ask a history output for the reaction forces on the RP I get a zero, because there are no forces between the RP and the “ground”. If I ask for a history output on one of the two surfaces I get only force.

How can I get the moment transferred between the two surfaces (linked to the RP)?

Ansys, for example, creates directly the two sets of equations and allows to get all forces and moments that are transferred between the two surfaces.

One rigid body constraint assigned to both surfaces should suffice. But you will get reactions only from nodes with applied boundary conditions in the corresponding degrees of freedom. To get moments on a surface, you could use the *SECTION PRINT keyword (via Keyword Editor).

1 Like

Thank you again. Tested and it works.
It could be handy to have it in the PPM UI :wink:

1 Like