struct.geogrid.shear.dir
Syntax
Vector Access
- v = struct.geogrid.shear.dir(p,inode<,i>)
Get the direction (unit vector in global system) in which the geogrid element is being loaded by the coupling spring at node inode (inode ∈ {1, 2, 3}). 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 geogrid element
Component Access
- f = struct.geogrid.shear.dir.x(p,in)
Get the x-component of the direction (unit vector in global system) in which the geogrid element is being loaded by the coupling spring at node inode (inode ∈ {1, 2, 3}).
Returns: f - x-component of the direction
Arguments: p - a pointer to a geogrid element
- f = struct.geogrid.shear.dir.y(p,iend)
Get the y-component of the direction (unit vector in global system) in which the geogrid element is being loaded by the coupling spring at node inode (inode ∈ {1, 2, 3}).
Returns: f - y-component of the direction
Arguments: p - a pointer to a geogrid element
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |