56 #ifndef ElasticPlateSection_h 57 #define ElasticPlateSection_h 59 #include <material/section/plate_section/ElasticPlateProto.h> 80 void Print(std::ostream &s,
int flag);
double nu
poisson ratio
Definition: ElasticPlateBase.h:45
const Matrix & getInitialTangent(void) const
Return the initial tangent stiffness matrix.
Definition: ElasticPlateSection.cpp:119
const Vector & getStressResultant(void) const
Return the cross-section stress resultant.
Definition: ElasticPlateSection.cpp:86
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: ElasticPlateSection.cpp:80
const ResponseId & getType(void) const
Returns the labels of the DOFs for wich the element adds (assembles) stiffness.
Definition: ElasticPlateSection.cpp:124
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
void Print(std::ostream &s, int flag)
print out data
Definition: ElasticPlateSection.cpp:128
ElasticPlateSection(void)
Default constructor.
Definition: ElasticPlateSection.cpp:70
double h
plate thickness
Definition: PlateBase.h:49
Bidimensional elastic section for plate modellings.
Definition: ElasticPlateSection.h:66
const Matrix & getSectionTangent(void) const
Return the tangent stiffness matrix.
Definition: ElasticPlateSection.cpp:103
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: ElasticPlateSection.cpp:153
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
??.
Definition: ElasticPlateProto.h:44
double E
elastic modulus
Definition: ElasticPlateBase.h:44
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: ElasticPlateSection.cpp:138