VTORQ
This function returns the specified component of the torque applied by the Force_Vector_TwoBody or Force_Vector_OneBody element.
Format
VTORQ(ID, JFLAG, COMP, RM)Arguments
- id
- The ID of the Force_Vector_TwoBody or Force_Vector_OneBody element.
- jflag
- jflag equal to 0 or 1 means that forces and moments are reported at the I or J marker, respectively.
- comp
-
- 5
- Returns the torque magnitude.
- 6
- Returns the torque x component.
- 7
- Returns the torque y component.
- 8
- Returns the torque z component.
- RM
- The reference frame in which the components are
reported.
RM=0 implies the global frame.
Example
<POST_REQUEST
COMMENT = "REBOUND BUMPER-RIGHT TORQUE ON SHOCK ROD (UPR SHK)- RIGHT IN GLOBAL"
ID = "9000299"
TYPE = "EXPRESSION"
EXPR1 = "NULL"
EXPR2 = "VTORQ(20801,0,6,0)"
EXPR3 = "VTORQ(20801,0,7,0)"
EXPR4 = "VTORQ(20801,0,8,0)"
/>