struct.beam.force
Syntax
Vector Access
- v = struct.beam.force(p,iend<,i>)
Get the force at one end of the beam in element local system.
Which end is determined by iend, which should be 1 or 2.
Returns a vector, unless an optional component argument i is supplied, in which case it returns the component value.
Returns: v - force at one end of the beam
Arguments: p - a beam pointer
iend - indicates which end of the beam is used, can be 1 or 2
Component Access
- f = struct.beam.force.x(p,iend)
Get the x-component of the force at end iend in element local system.
Returns: f - x-component of the y-axis of the local system of the beam element
Arguments: p - a beam pointer
iend - indicates which end of the beam is used, can be 1 or 2
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |