BUSH
This function returns the specified component of a force in a bushing element.
Format
BUSH(id, jflag, comp, RM)Arguments
- id
- The ID of the Force_Bushing element.
- jflag
- jflag equal to 0 or 1 means that forces and moments are reported at the I or J marker of the bushing, respectively.
- comp
-
- 1
- Returns the force magnitude.
- 2
- Returns the force x component.
- 3
- Returns the force y component.
- 4
- Returns the force z component.
- 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 components are reported. RM=0 implies global frame.
Example
<POST_REQUEST
COMMENT = "RACK HOUSING MOUNT-RIGHT FORCE ON RACK HOUSING IN GLOBAL"
ID = "9000255"
TYPE = "EXPRESSION"
EXPR1 = "NULL"
EXPR2 = "BUSH(207001,0,2,0)"
EXPR3 = "BUSH(207001,0,3,0)"
EXPR4 = "BUSH(207001,0,4,0)"
EXPR5 = "NULL"
EXPR6 = "BUSH(207001,0,6,0)"
EXPR7 = "BUSH(207001,0,7,0)"
EXPR8 = "BUSH(207001,0,8,0)"
/>