rblock.force.contact
Syntax
Vector Access
- v = rblock.force.contact(p<,i>)
- rblock.force.contact(p<,i>) = v
Get/set the rigid block contact force.
The contact force vector is defined as the sum of the contact force vectors acting on the rigid block and is updated during force-displacement calculation.
Returns: v - contact force vector or component
Accepts: v - contact force vector or component
Arguments: p - rigid block pointer
i - optional vector component
Component Access
- f = rblock.force.contact.x(p)
- rblock.force.contact.x(p) = f
Get/set the x-component of the rigid block contact force.
Returns: f - x-component of the rigid block contact force vector Accepts: f - x-component of the rigid block contact force vector Arguments: p - rigid block pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |