gp.force.app
Syntax
Vector Access
- v = gp.force.app(gp<,i>)
Get the total applied force at a gridpoint. This includes all sources, including forces due to gravity. Returns a vector, unless an optional component argument i is supplied, in which case it returns the component value.
Returns: v - total applied force vector or component
Arguments: gp - gridpoint pointer
Component Access
- f = gp.force.app.x(gp)
Get the x-component total applied force vector.
Returns: f - x-component total applied force vector Arguments: gp - gridpoint pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |