ACCY

The ACCY function returns the y-component of the difference between the acceleration vector of marker i and the acceleration vector of marker j as computed in the coordinate system of marker k. All vector time derivatives are taken in the reference frame of marker l. Marker j defaults to the global coordinate system if it is not specified. Similarly, markers k and l default to the global coordinate system and the global reference frame if they are not specified.

Format

ACCY(i[,j][,k][,l])

Arguments

 
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 l, if you want j to default to the global coordinate system.
k
The marker in whose coordinate system the acceleration vector is being expressed. Set k = 0, while still specifying l, if you want the results to be calculated along the y-axis of the global coordinate system.
l
The reference frame in which the second time derivative of the displacement vector is taken. Set l = 0 or omit the argument if you want the time derivatives to be taken in the ground coordinate system (GCS).

Extended Definition

Mathematically, ACCY is calculated as follows:
where is the displacement of marker i in ground, is the displacement of marker j in ground, and is the unit vector along the y-axis of marker k.

Examples

DIFF/1, IC=0, FUNCTION=ACCX(21,11)
This statement defines a user-specified differential equation. The time derivative of the state is specified to be the x-component of the acceleration of Marker 21 with respect to Marker 11. The coordinate system for calculating the component, and for referencing the frame that takes time derivatives, defaults to ground.
DIFF/2, IC=1, FUNCTION=ACCX(21,0,31)
This statement defines a user-specified differential equation. The time derivative of the state is specified to be the x-component of the acceleration vector of Marker 21 with respect to the global origin. The vector is expressed in the coordinate system of Marker 31. All time derivatives are taken in the inertial reference frame since the l marker is not specified.
See other Acceleration available.