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