|
FEBio
1.5.0
|
Elastic mixtures. More...
#include <FEElasticMixture.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 and checking | |
| double | BulkModulus () |
| return bulk modulus | |
| DECLARE_REGISTERED (FEElasticMixture) | |
Data Fields | |
| vector< FEElasticMaterial * > | m_pMat |
| pointers to elastic materials | |
Elastic mixtures.
This class describes a mixture of elastic solids. The user must declare elastic solids that can be combined within this class. The stress and tangent tensors evaluated in this class represent the sum of the respective tensors of all the solids forming the mixture.
1.7.5.1