FISH Functions
FISH functions operating on beam elements. The type specifiers used in the FISH function signatures are given in the FISH Type Index section.
Note that all beam functions will also work with pile elements.
Structural Beam Functions
struct.beam.area(STRUCT_BEAM_PNT) | Get/set the cross-section area of the element. |
struct.beam.force(STRUCT_BEAM_PNT,INT<,INT>) | Get the force at one end of the beam in... |
struct.beam.force.nodal(STRUCT_BEAM_PNT,INT<,INT>) | Get the generalized nodal force acting at end iend in... |
struct.beam.length(STRUCT_BEAM_PNT) | Get the length of the beam element. |
struct.beam.load(STRUCT_BEAM_PNT<,INT>) | Get/set the uniform applied distributed load acting on the beam... |
struct.beam.moi(STRUCT_BEAM_PNT<,INT>) | Get/set the moment of inertia of the beam. |
struct.beam.moment(STRUCT_BEAM_PNT,INT<,INT>) | Get the moment at one end of the beam in... |
struct.beam.moment.plastic(STRUCT_BEAM_PNT) | Get/set the plastic moment capacity in the beam. |
struct.beam.poisson(STRUCT_BEAM_PNT) | Get/set the Poisson’s ratio of the beam element. |
struct.beam.volume(STRUCT_BEAM_PNT) | Get the beam element volume, or the cross-sectional area times... |
struct.beam.ydir(STRUCT_BEAM_PNT<,INT>) | Get the y -axis of the beam element local system. |
struct.beam.young(STRUCT_BEAM_PNT) | Get/set the Young’s modulus of the beam element. |
Was this helpful? ... | PFC © 2019, Itasca | Updated: Apr 26, 2019 |