struct.pile.normal.dir
Syntax
Vector Access
- v = struct.pile.normal.dir(p,iend<,i>)
Get the global direction in which the pile element is being loaded by the coupling normal spring at end iend ∈ {1, 2}. Returns a vector, unless an optional component argument i is supplied, in which case it returns the component value.
Returns: v - vector or component of the direction
Arguments: p - a pointer to a pile element
Component Access
- f = struct.pile.normal.dir.x(p,iend)
Get the x-component of the global direction in which the pile element is being loaded by the coupling normal spring at end iend ∈ {1, 2}.
Returns: f - x-component of the direction
Arguments: p - a pointer to a pile element
- f = struct.pile.normal.dir.y(p,iend)
Get the y-component of the global direction in which the pile element is being loaded by the coupling normal spring at end iend ∈ {1, 2}.
Returns: f - y-component of the direction
Arguments: p - a pointer to a pile element
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |