29 #ifndef SectionFDPhysicalProperties_h 30 #define SectionFDPhysicalProperties_h 32 #include "PhysicalProperties.h" 33 #include "material/section/SectionForceDeformation.h" 51 void Print(std::ostream &s,
int);
double getMeanInternalDeformation(const std::string &) const
Returns mean value of internal force.
Definition: SectionFDPhysicalProperties.cc:99
void Print(std::ostream &s, int)
print out element data
Definition: SectionFDPhysicalProperties.cc:44
SectionFDPhysicalProperties(const size_t &nMat=0, const SectionForceDeformation *ptr_mat=nullptr)
Constructor.
Definition: SectionFDPhysicalProperties.cc:38
Base class for element's physical properties.
Definition: PhysicalProperties.h:45
Vector getRhoi(void) const
Returns densities for each position.
Definition: SectionFDPhysicalProperties.cc:141
Physical properties for shells.
Definition: SectionFDPhysicalProperties.h:40
bool haveRho(void) const
check to see if have mass
Definition: SectionFDPhysicalProperties.cc:125
================================================================================
Definition: ContinuaReprComponent.h:34
double getMeanInternalForce(const std::string &) const
Returns mean value of internal force.
Definition: SectionFDPhysicalProperties.cc:73