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);
Base class for element's physical properties.
Definition: PhysicalProperties.h:45
Float vector abstraction.
Definition: Vector.h:93
double getMeanInternalDeformation(const std::string &) const
Returns mean value of internal force.
Definition: SectionFDPhysicalProperties.cc:99
bool haveRho(void) const
check to see if have mass
Definition: SectionFDPhysicalProperties.cc:125
Vector getRhoi(void) const
Returns densities for each position.
Definition: SectionFDPhysicalProperties.cc:141
void Print(std::ostream &s, int)
print out element data
Definition: SectionFDPhysicalProperties.cc:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Physical properties for shells.
Definition: SectionFDPhysicalProperties.h:40
SectionFDPhysicalProperties(const size_t &nMat=0, const SectionForceDeformation *ptr_mat=nullptr)
Constructor.
Definition: SectionFDPhysicalProperties.cc:38
double getMeanInternalForce(const std::string &) const
Returns mean value of internal force.
Definition: SectionFDPhysicalProperties.cc:73