struct.pile.force
Syntax
Vector Access
- v = struct.pile.force(p,iend<,i>)
Get the nodal force acting on the pile element at end iend ∈ {1, 2} in the element local system. Returns a vector, unless an optional component argument i is supplied, in which case it returns the component value.
Returns: v - moment of inertia vector or component
Arguments: p - a pointer to a pile element
Component Access
- f = struct.pile.force.x(p,iend)
Get the x-component of the nodal force acting on the pile element at end iend ∈ {1, 2} in the element local system.
Returns: f - x-component of nodal force
Arguments: p - a pointer to a pile element
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |