struct.pile.moi
Syntax
Vector Access
- v = struct.pile.moi(p<,i>)
- struct.pile.moi(p<,i>) = v
Get/set the moment of inertia of the pile.
This is defined as the second moment of inertia with respect to the x-, y-, and z-axes.
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
Accepts: v - moment of inertia vector or component
Arguments: p - a pointer to a pile element
Component Access
- f = struct.pile.moi.x(p)
- struct.pile.moi.x(p) = f
Get/set the second moment of inertia with respect to the x-axis.
Returns: f - x-component moment of inertia vector Accepts: f - x-component moment of inertia vector Arguments: p - a pointer to a pile element
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |