30 #ifndef SectionFDPhysicalProperties_h 31 #define SectionFDPhysicalProperties_h 33 #include "PhysicalProperties.h" 34 #include "material/section/SectionForceDeformation.h" 61 void Print(std::ostream &s,
int)
const;
Base class for element's physical properties.
Definition: PhysicalProperties.h:48
Float vector abstraction.
Definition: Vector.h:94
Base class response objects.
Definition: Response.h:81
double getMeanInternalDeformation(const std::string &) const
Returns mean value of internal force.
Definition: SectionFDPhysicalProperties.cc:121
Base class for materials.
Definition: Material.h:93
bool haveRho(void) const
check to see if have mass
Definition: SectionFDPhysicalProperties.cc:259
Vector getRhoi(void) const
Returns densities for each position.
Definition: SectionFDPhysicalProperties.cc:275
Response * setResponse(const std::vector< std::string > &argv, Information &eleInformation)
Material response.
Definition: SectionFDPhysicalProperties.cc:332
double getMeanGeneralizedStrainByName(const std::string &) const
Returns the component of the average strain vector which has the code being passed as parameter...
Definition: SectionFDPhysicalProperties.cc:149
Vector getGeneralizedStrainAtGaussPointsByName(const std::string &) const
Returns the components of the strain vector which has the code being passed as parameter.
Definition: SectionFDPhysicalProperties.cc:177
Vector getGeneralizedStressAtGaussPointsByName(const std::string &) const
Returns the components of the stress vector which has the code being passed as parameter.
Definition: SectionFDPhysicalProperties.cc:232
double getMeanGeneralizedStressByName(const std::string &) const
Returns the component of the average generalized stress vector which corresponds to the code being pa...
Definition: SectionFDPhysicalProperties.cc:205
void Print(std::ostream &s, int) const
print out element data
Definition: SectionFDPhysicalProperties.cc:65
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: SectionFDPhysicalProperties.cc:285
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Physical properties for shells.
Definition: SectionFDPhysicalProperties.h:41
SectionFDPhysicalProperties(const size_t &nMat=0, const SectionForceDeformation *ptr_mat=nullptr)
Constructor.
Definition: SectionFDPhysicalProperties.cc:40
double getMeanInternalForce(const std::string &) const
Returns mean value of internal force.
Definition: SectionFDPhysicalProperties.cc:94