|
FEBio
1.5.0
|
Linear elatic material for small rotations and small deformations. More...
#include <FELinearElastic.h>
Public Member Functions | |
| virtual mat3ds | Stress (FEMaterialPoint &pt) |
| calculate stress at material point | |
| virtual tens4ds | Tangent (FEMaterialPoint &pt) |
| calculate tangent stiffness at material point | |
| void | Init () |
| data initialization | |
| double | BulkModulus () |
| return bulk modulus | |
| DECLARE_REGISTERED (FELinearElastic) | |
| DECLARE_PARAMETER_LIST () | |
Data Fields | |
| double | m_E |
| Young's modulus. | |
| double | m_v |
| Poisson's ratio. | |
Linear elatic material for small rotations and small deformations.
1.7.5.1