Note: | The values returned by the functions have the same units defined in the UNITS statement except for angular values. All angular values are returned in radians, all angular velocities are returned in radians per units of time (as defined in the UNITS statement), all angular accelerations are returned in radians per units of time squared. Functions RTOD and DTOR may be helpful to create angular expressions involving degrees and radians. For example, the below statements create a constraint to keep the angular velocity WX(8, 9) equal to 2.5 degrees per second. UNITS/SYSTEM = MKS ! Using seconds GCON/1, FUNCTION = WX(8, 9) – 2.5*DTOR ! Convert degrees to radians |
i | The marker whose acceleration is being measured. |
j | The marker with respect to which the acceleration is being measured. Set j = 0, while still specifying i, if you want j default to the global coordinate system. |
l | The reference frame in which the first time derivative of the angular velocity vector is taken. Set l = 0 if you want the time derivatives to be taken in the ground reference frame. |

is the angular velocity vector of marker i in ground.
is the angular velocity vector of marker j in ground.