65 #ifndef ElasticSection2d_h 66 #define ElasticSection2d_h 68 #include <material/section/elastic_section/BaseElasticSection2d.h> 72 class FEM_ObjectBroker;
107 void Print(std::ostream &s,
int flag =0)
const;
ElasticSection2d(void)
Default constructor.
Definition: ElasticSection2d.cpp:84
const double & EA(void) const
Returns the section axial stiffness.
Definition: PrismaticBarCrossSection.cc:137
Float vector abstraction.
Definition: Vector.h:93
Base class for cross sections with linear elastic material on a bi-dimensional problem (3 DOFs on eac...
Definition: BaseElasticSection2d.h:42
const Matrix & getSectionTangent(void) const
Returns the tangent stiffness matrix.
Definition: ElasticSection2d.cpp:143
int getOrder(void) const
Return 3.
Definition: ElasticSection2d.cpp:194
const Vector & getStressResultant(void) const
Returns the cross-section stress resultant.
Definition: ElasticSection2d.cpp:122
const Matrix & getSectionFlexibility(void) const
Returns the flexibility matrix.
Definition: ElasticSection2d.cpp:164
const Matrix & getInitialTangent(void) const
Returns the initial tangent stiffness matrix.
Definition: ElasticSection2d.cpp:148
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ElasticSection2d.cpp:234
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ElasticSection2d.cpp:213
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
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
const ResponseId & getType(void) const
Section stiffness contribution response identifiers.
Definition: ElasticSection2d.cpp:190
const Matrix & getInitialFlexibility(void) const
Returns the initial flexibility matrix.
Definition: ElasticSection2d.cpp:168
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ElasticSection2d.cpp:198
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: ElasticSection2d.cpp:172
Cross section with linear elastic material for bi-dimensional problesm (3 degrees of freedom in each ...
Definition: ElasticSection2d.h:83