GFORCE

This function returns the specified component of the force and/or torque applied by the Force_Vector_TwoBody or Force_Vector_OneBody element.

Format

GFORCE(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
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 the components are reported.
RM=0 implies the global frame.

Example

<Post_Request
     comment            = "REBOUND BUMPER-RIGHT FORCE ON SHOCK ROD (UPR SHK)-RIGHT IN GLOBAL"
     id                 = "9000299"
     type               = "EXPRESSION"
     expr1              = "NULL"
     expr2              = "GFORCE(20801,0,2,0)"
     expr3              = "GFORCE(20801,0,3,0)"
     expr4              = "GFORCE(20801,0,4,0)"
     expr5              = "NULL" 
     expr6              = "GFORCE(20801,0,6,0)" 
     expr7              = "GFORCE(20801,0,7,0)" 
     expr8              = "GFORCE(20801,0,8,0)"
/>