NFORCE
Returns force component "comp" acting on marker "i" due to Force_MultiPoint element with ID "id", in reference frame of marker "RM".
Format
NFORCE(id, i, comp, RM)Arguments
- id
 - The ID of the beam element.
 - i
 - The ID of the marker at which forces are to be reported.
 - 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             = "NFORCE ON M/10"
     id                  = "100"
     type                = "EXPRESSION"
     expr1               = "NULL"
     expr2               = "NFORCE(1234,10,2,0)"
     expr3               = "NFORCE(1234,10,3,0)"
     expr4               = "NFORCE(1234,10,4,0)"
     expr5               = "NULL"
     expr6               = "NFORCE(1234,10,6,0)"
     expr7               = "NFORCE(1234,10,7,0)"
     expr8               = "NFORCE(1234,10,8,0)"
/>