51 #ifndef BeamColumnWithSectionFDTrf3d_h 52 #define BeamColumnWithSectionFDTrf3d_h 54 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFD.h> 81 void initialize_trf(
void);
~BeamColumnWithSectionFDTrf3d(void)
Destructor.
Definition: BeamColumnWithSectionFDTrf3d.cc:86
Float vector abstraction.
Definition: Vector.h:93
virtual CrdTransf * getCoordTransf(void)
Returns (if possible) a pointer to the coordinate transformation.
Definition: BeamColumnWithSectionFDTrf3d.cc:102
CrdTransf provides the abstraction of a frame coordinate transformation.
Definition: CrdTransf.h:87
Base class for materials.
Definition: Material.h:91
const Vector & getVDirWeakAxisGlobalCoord(const size_t &i, bool initialGeometry) const
Returns i-th cross section weak axis direction vector expressed in global coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:186
3D beam colun element with PrismaticBarCrossSection material type.
Definition: BeamColumnWithSectionFDTrf3d.h:65
int sendData(CommParameters &cp)
Send members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFDTrf3d.cc:205
Vector getVDirStrongAxisLocalCoord(const size_t &i) const
Returns i-th cross section strong axis direction vector expressed in local coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:110
double getStrongAxisAngle(const size_t &i) const
Returns the angle between i-th cross section strong axis and the local XZ plane.
Definition: BeamColumnWithSectionFDTrf3d.cc:152
int recvData(const CommParameters &cp)
Receives members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFDTrf3d.cc:213
Vector getVDirWeakAxisLocalCoord(const size_t &i) const
Returns i-th cross section weak axis direction vector expressed in local coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:130
const Vector & getVDirStrongAxisGlobalCoord(const size_t &i, bool initialGeometry) const
Returns i-th cross section strong axis direction vector expressed in global coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:167
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
double getWeakAxisAngle(const size_t &i) const
Returns the angle between i-th cross section weak axis and the local XZ plane.
Definition: BeamColumnWithSectionFDTrf3d.cc:160
Beam-column element with PrismaticBarCrossSection material.
Definition: BeamColumnWithSectionFD.h:42
Base class for 3D coordinate transformation.
Definition: CrdTransf3d.h:80