FEBio  1.5.0
Public Member Functions | Data Fields
FEElasticMixture Class Reference

Elastic mixtures. More...

#include <FEElasticMixture.h>

Inheritance diagram for FEElasticMixture:
FEElasticMaterial FESolidMaterial FEMaterial FEParamContainer

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

Detailed Description

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.


The documentation for this class was generated from the following files: