30 #include "NDMaterialPhysicalProperties.h" 52 virtual size_t getComponentIndexFromCode(
const std::string &)
const;
int sendSelf(Communicator &)
Sends object.
Definition: SolidMech2D.cc:119
Communication parameters between processes.
Definition: Communicator.h:66
void setArealRho(const double &r)
Assign density per unit area.
Definition: SolidMech2D.h:68
double getThickness(void) const
Return the material thickness.
Definition: SolidMech2D.h:55
int recvData(const Communicator &)
Receives object members through the communicator argument.
Definition: SolidMech2D.cc:111
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:44
SolidMech2D(const size_t &nMat=0, const NDMaterial *ptr_mat=nullptr, const double &t=0.0)
Constructor.
Definition: SolidMech2D.cc:32
double getArealRho(void) const
Return density per unit area.
Definition: SolidMech2D.h:65
void setRho(const double &)
Set the density for all materials.
Definition: NDMaterialPhysicalProperties.cc:197
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: SolidMech2D.cc:96
double thickness
Element thickness.
Definition: SolidMech2D.h:42
Physical properties for solid mechanics.
Definition: NDMaterialPhysicalProperties.h:40
int sendData(Communicator &)
Send object members through the communicator argument.
Definition: SolidMech2D.cc:103
Base class for 2D and 3D materials.
Definition: NDMaterial.h:101
double getRho(void) const
Returns the average of the densities for each material.
Definition: NDMaterialPhysicalProperties.cc:186
void setThickness(const double &t)
Set the material thickness.
Definition: SolidMech2D.h:58
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Physical properties for solid mechanics.
Definition: SolidMech2D.h:39
double getMeanInternalForce(const std::string &) const
Returns mean value of internal force.
Definition: SolidMech2D.cc:59
int recvSelf(const Communicator &)
Receives object.
Definition: SolidMech2D.cc:133
double getMeanInternalDeformation(const std::string &) const
Returns mean value of internal force.
Definition: SolidMech2D.cc:77