CVSF
Returns force component due to Constraint_CVSF element in reference frame of marker RM. jflag indicates whether force acting on I or J marker is desired.
Format
CVSF(id, jflag, comp, RM)Arguments
- id
- The ID of the Constraint_CVSF element.
- jflag
- 0 returns force acting on I marker and 1 returns force acting on J marker.
- component
- 1 returns the force magnitude.
- RM
- The reference frame in which components are reported. RM=0 implies global frame.
Example
<Post_Request
     comment  = "frc-expr"
     id       = "70000044"
     type     = "EXPRESSION"
     expr1    = "CVSF(10,0,1, 20)"
     expr2    = "CVSF(10,0,2, 20)"
     expr3    = "CVSF(10,0,3, 20)"
     expr4    = "CVSF(10,0,4, 20)"
     expr5    = "CVSF(10,0,5, 20)"
     expr6    = "CVSF(10,0,6, 20)"
     expr7    = "CVSF(10,0,7, 20)"
     expr8    = "CVSF(10,0,8, 20)"
/>This request element stores the CVSF element forces into column vectors F1 through F8 of the request "frc-expr".