|
FEBio
1.5.0
|
Base class for transversely isotropic materials. More...
#include <FETransverselyIsotropic.h>
Public Member Functions | |
| FETransverselyIsotropic () | |
| constructor | |
| void | Serialize (DumpFile &ar) |
| serialize material data | |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| FEFiberMaterial | m_fib |
Base class for transversely isotropic materials.
This class was created to simplify the implementation of the TransIso Mooney- Rivlin and Veronda-Westmann models. This class only stores some data
| void FETransverselyIsotropic::Serialize | ( | DumpFile & | ar | ) | [virtual] |
serialize material data
Serialize data to or from the dump file.
Reimplemented from FEElasticMaterial.
1.7.5.1