55 #ifndef ElasticMembranePlateSection_h 56 #define ElasticMembranePlateSection_h 58 #include <material/section/plate_section/ElasticPlateProto.h> 88 void Print(std::ostream &s,
int flag);
91 void setRho(
const double &);
SectionForceDeformation * getCopy(void) const
Make a clone of this material.
Definition: ElasticMembranePlateSection.cpp:94
double E
elastic modulus
Definition: ElasticPlateBase.h:44
Float vector abstraction.
Definition: Vector.h:93
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: ElasticMembranePlateSection.cpp:218
void setRho(const double &)
Asigns density per unit area.
Definition: ElasticMembranePlateSection.cpp:102
const Matrix & getSectionTangent(void) const
Return the tangent stiffness matrix.
Definition: ElasticMembranePlateSection.cpp:135
double nu
poisson ratio
Definition: ElasticPlateBase.h:45
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:43
void Print(std::ostream &s, int flag)
Print stuff.
Definition: ElasticMembranePlateSection.cpp:206
const ResponseId & getType(void) const
Returns the abels of the DOFs for which the elements adds stiffness.
Definition: ElasticMembranePlateSection.cpp:108
ElasticMembranePlateSection(void)
Constructor.
Definition: ElasticMembranePlateSection.cpp:84
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
int recvSelf(const CommParameters &)
Receive the object itself through the communicator argument.
Definition: ElasticMembranePlateSection.cpp:256
Elastic section for membrane/plate materials.
Definition: ElasticMembranePlateSection.h:65
int sendSelf(CommParameters &)
Send the object itself through the communicator argument.
Definition: ElasticMembranePlateSection.cpp:241
int recvData(const CommParameters &)
Receive data through the channel being passed as parameter.
Definition: ElasticMembranePlateSection.cpp:233
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
const Vector & getStressResultant(void) const
Return the cross-section stress resultant.
Definition: ElasticMembranePlateSection.cpp:112
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
double h
plate thickness
Definition: PlateBase.h:49
??.
Definition: ElasticPlateProto.h:44
double getRho(void) const
Density per unit area.
Definition: ElasticMembranePlateSection.cpp:98
int sendData(CommParameters &)
Send data through the channel being passed as parameter.
Definition: ElasticMembranePlateSection.cpp:225
const Matrix & getInitialTangent(void) const
Return the initial tangent stiffness matrix.
Definition: ElasticMembranePlateSection.cpp:173