51 #ifndef BeamColumnWithSectionFDTrf3d_h 52 #define BeamColumnWithSectionFDTrf3d_h 54 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFD.h> 81 void initialize_trf(
void);
CrdTransf provides the abstraction of a frame coordinate transformation. It is an abstract base class...
Definition: CrdTransf.h:87
Base class for materials.
Definition: Material.h:85
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
const Vector & getVDirStrongAxisGlobalCoord(const size_t &i) const
Returns i-th cross section strong axis direction vector expressed in global coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:167
const Vector & getVDirWeakAxisGlobalCoord(const size_t &i) const
Returns i-th cross section weak axis direction vector expressed in global coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:183
int recvData(const CommParameters &cp)
Receives members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFDTrf3d.cc:207
int sendData(CommParameters &cp)
Send members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFDTrf3d.cc:199
virtual CrdTransf * getCoordTransf(void)
Returns (if possible) a pointer to the coordinate transformation.
Definition: BeamColumnWithSectionFDTrf3d.cc:102
Base class for 3D coordinate transformation.
Definition: CrdTransf3d.h:80
Vector getVDirStrongAxisLocalCoord(const size_t &i) const
Returns i-th cross section strong axis direction vector expressed in local coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:110
3D beam colun element with SeccionBarraPrismatica material type.
Definition: BeamColumnWithSectionFDTrf3d.h:65
Vector getVDirWeakAxisLocalCoord(const size_t &i) const
Returns i-th cross section weak axis direction vector expressed in local coordinates.
Definition: BeamColumnWithSectionFDTrf3d.cc:130
Beam-column element with SeccionBarraPrismatica material.
Definition: BeamColumnWithSectionFD.h:42
~BeamColumnWithSectionFDTrf3d(void)
Destructor.
Definition: BeamColumnWithSectionFDTrf3d.cc:86
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
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34