For anyone who is new to Calculix and has used the FreeCAD FEM interface, you will know that applying a torque is not straight forward. So here is how I learned how to do it.
watch this video:
Its a little repetitive, but basically
1)create a part with a hole or some surface where the torque will be applied.
2)open in PrePoMax and create a mesh
3)Create a node set and select the surface you want (it can be any surface really)
4)create a “surface” using the previously created node set
5)create a “reference point”. this is where the torque rotates from. In the video, they use the node set centroid, which is probably a good place if you are applying torque around a bolt or from a wrench’s hex center.
6)Go to constraints and create a rigid body using the surface and point previously created
7)create a moment load by selecting the rigid body previously created.
it seems like a lot of steps where one is used to just clicking “moment” and then the surface. but I would file that in the who-cares bin. its great and makes the application of the moment much more general. You can pick any combination of XYZ moment components. It would be interesting if you could also pick a line/axis to be the axis of rotation. In FreeCAD you can create a line and use it as the direction for the applied force for example.