DY

The DY function returns the y-component of the translational displacement vector from marker j to marker i as expressed in the marker k coordinate system. Marker j defaults to the global coordinate system if it is not specified. Similarly, marker k defaults to the global coordinate system if it is not specified.

Format

DY(i[,j][,k])

Arguments

 
i
The marker whose origin is being measured.
j
The marker whose origin is the reference point for the displacement calculation. Set j=0 if you want j to default to the global coordinate system while still specifying k.
k
The coordinates of the marker that are referenced to calculate coordinates the y-component of the displacement vector is being calculated. Set k = 0 if you want the results to be calculated along the y-axis of the global coordinate system.

Extended Definition

Mathematically, DY is calculated as follows:
where:
is the displacement of marker i in the global coordinate system.
is the displacement of marker j in the global coordinate system.
is the unit vector along the y-axis of marker k.

Examples

VARIABLE/1, FUNCTION=DY(21,11,32)**2
This VARIABLE statement specifies a user-defined, algebraically-determined state variable. Its value is the square of the y-displacement of Marker 21 with respect to Marker 11 as computed in the coordinate system of Marker 32.
See other Displacement measures available.