TM

The TM measure returns the magnitude of the net translational torque acting on marker i. All force and constraint elements acting between markers i and j are included in the calculation of the torque. If j is not specified, TM measures the sum of all force and constraint elements acting on marker i.

Format

TM(i[j])

Arguments

 
i
An integer that specifies the identifier of the marker at which the magnitude of the net torque is to be calculated.
j
A second integer that specifies a marker identifier. All forces acting between the [i,j] pair are to be included in the calculation. Set j = 0 or do not specify if you are interested in all forces acting on marker i.

Examples

JOINT/1, REVOLUTE, I=32, J=44
MOTION/1, ROTATION, JOINT=1, FUNCTION=10*TIME
VARIABLE/31, FUNCTION=TM(32,44)
In this example a revolute joint and motion (through the joint) act between Marker 32 and 44. A new state variable VARIABLE/31 is defined to have the magnitude of the net torque between these two markers as its value.
See other Generic force measures available.