56 #ifndef ElasticMembranePlateSection_h 57 #define ElasticMembranePlateSection_h 59 #include <material/section/plate_section/ElasticPlateProto.h> 83 void Print(std::ostream &s,
int flag)
const;
SectionForceDeformation * getCopy(void) const
Make a clone of this material.
Definition: ElasticMembranePlateSection.cpp:94
double E
elastic modulus
Definition: ElasticPlateBase.h:46
Float vector abstraction.
Definition: Vector.h:94
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: ElasticMembranePlateSection.cpp:209
Communication parameters between processes.
Definition: Communicator.h:66
int sendSelf(Communicator &)
Send the object itself through the communicator argument.
Definition: ElasticMembranePlateSection.cpp:216
const ResponseId & getResponseType(void) const
Returns the abels of the DOFs for which the elements adds stiffness.
Definition: ElasticMembranePlateSection.cpp:99
void Print(std::ostream &s, int flag) const
Print stuff.
Definition: ElasticMembranePlateSection.cpp:197
const Matrix & getSectionTangent(void) const
Return the tangent stiffness matrix.
Definition: ElasticMembranePlateSection.cpp:126
double nu
poisson ratio
Definition: ElasticPlateBase.h:47
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:44
ElasticMembranePlateSection(void)
Constructor.
Definition: ElasticMembranePlateSection.cpp:84
Stiffness material contribution response identifiers.
Definition: ResponseId.h:61
int recvSelf(const Communicator &)
Receive the object itself through the communicator argument.
Definition: ElasticMembranePlateSection.cpp:231
Elastic section for membrane/plate materials.
Definition: ElasticMembranePlateSection.h:65
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
const Vector & getStressResultant(void) const
Return the cross-section stress resultant.
Definition: ElasticMembranePlateSection.cpp:103
Matrix of floats.
Definition: Matrix.h:111
double h
plate thickness
Definition: PlateBase.h:49
Base class for ElasticPlateSection and ElasticMembranePlateSection.
Definition: ElasticPlateProto.h:44
const Matrix & getInitialTangent(void) const
Return the initial tangent stiffness matrix.
Definition: ElasticMembranePlateSection.cpp:164