FY

The FY measure returns the y-component of the net translational force acting on marker i, represented in the coordinate system of marker k. All force and constraint elements acting between markers i and j are included in the calculation of the force. If j is not specified, FY measures the sum of all force and constraint elements acting on marker i. If k not specified or if k=0 the force is represented in the GROUND coordinate system. To specify k without specifying j use j=0.

Format

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

Arguments

 
i
An integer that specifies the identifier of the marker at which the magnitude of the net force is to be calculated. Objects using marker i (for example, SFORCE, JOINT) must be active.
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, for example, FY(i,0,k) will compute the sum of all forces acting on marker i.
k
An integer that specifies the identifier of a marker (coordinate system) in which the y-component of the force is to be returned. k defaults to the global coordinate system when it is not specified.

Examples

SFORCE/1, I=132, J=234, TRANSLATION, ACTIONONLY
, FUNCTION=-0.3*FY(677,866)
This SFORCE statement defines a translation, action-only force acting at Marker 132. The force is directed along the z-axis of Marker 234. The value of the force is -0.3 times the y-component of the net force along the global y-axis, acting at Marker 677. All forces acting between Markers 677 and 866 are included in this calculation.
See other Generic force measures available.