The FY function returns the y-component of the net translational force acting at marker i, as computed 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, unless a force is an action-only type force. To return the y-component of the action-only forces acting at marker i, you should omit specification of marker j or specify it to be zero. Note that you can not specify marker k and omit marker j. In this case, you should specify marker j to be zero.
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. |
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 it if you are interested in action-only forces. |
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 available.