|
FEBio
1.5.0
|
Base class for (hyper-)elastic materials. More...
#include <FEElasticMaterial.h>
Public Member Functions | |
| virtual FEMaterialPoint * | CreateMaterialPointData () |
| returns a pointer to a new material point object | |
| void | Init () |
| performs initialization and parameter checking | |
| double | Density () |
| return the material density | |
| double | MolarMass () |
| return the material molar mass | |
| void | Serialize (DumpFile &ar) |
| Serialize material data to archive. | |
| FEElasticMaterial * | GetElasticMaterial () |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| double | m_density |
| material density | |
| double | m_molarmass |
| material molar mass (molecular weight) | |
| bool | m_unstable |
| flag indicating whether material is unstable on its own | |
| FECoordSysMap * | m_pmap |
| local material coordinate system | |
Base class for (hyper-)elastic materials.
| void FEElasticMaterial::Serialize | ( | DumpFile & | ar | ) | [virtual] |
Serialize material data to archive.
Store the material data to the archive.
Reimplemented from FEMaterial.
Reimplemented in FERigidMaterial, FEEFDDonnanEquilibrium, and FETransverselyIsotropic.
1.7.5.1