62 #ifndef ElasticSection3d_h 63 #define ElasticSection3d_h 65 #include <material/section/elastic_section/BaseElasticSection3d.h> 66 #include <utility/matrix/Matrix.h> 70 class FEM_ObjectBroker;
88 ElasticSection3d(
int tag,
double E,
double A,
double Iz,
double Iy,
double G,
double J);
105 void Print (std::ostream &s,
int flag = 0)
const;
const Matrix & getInitialFlexibility(void) const
Returns the initial flexibility matrix.
Definition: ElasticSection3d.cpp:167
const double & EIz(void) const
Returns the bending stiffness of the cross-section en torno the z axis.
Definition: PrismaticBarCrossSection.cc:140
const double & EA(void) const
Returns the section axial stiffness.
Definition: PrismaticBarCrossSection.cc:137
Mechanical (E, G) and mass properties of a section (area, moments of inertia,...) in a three-dimensio...
Definition: CrossSectionProperties3d.h:40
Float vector abstraction.
Definition: Vector.h:93
const Vector & getStressResultant(void) const
Returns the stress resultant.
Definition: ElasticSection3d.cpp:114
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ElasticSection3d.cpp:237
const ResponseId & getType(void) const
Response identifiers for section stiffness contribution.
Definition: ElasticSection3d.cpp:193
const Matrix & getSectionFlexibility(void) const
Returns the flexibility matrix. Overrides the base class implementation and returns the section flexi...
Definition: ElasticSection3d.cpp:163
int getOrder(void) const
Return 4.
Definition: ElasticSection3d.cpp:197
Cross section with linear elastic material in three-dimensional problems (6 degrees of freedom in eac...
Definition: ElasticSection3d.h:80
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: ElasticSection3d.cpp:171
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ElasticSection3d.cpp:201
const Matrix & getSectionTangent(void) const
Returns the tangent stiffness matrix.
Definition: ElasticSection3d.cpp:139
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
const Matrix & getInitialTangent(void) const
Returns the initial tangent stiffness matrix.
Definition: ElasticSection3d.cpp:143
Base class for cross sections with linear elastic material on a three-dimensional problem (6 DOFs on ...
Definition: BaseElasticSection3d.h:61
Material handler (definition, searching,...).
Definition: MaterialHandler.h:45
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ElasticSection3d.cpp:216
ElasticSection3d(void)
Constructor.
Definition: ElasticSection3d.cpp:80
const double & EIy(void) const
Returns the bending stiffness of the cross-section en torno the y axis.
Definition: PrismaticBarCrossSection.cc:143