Chaste Release::3.1
|
#include <AbstractIncompressibleMaterialLaw.hpp>
Public Member Functions | |
AbstractIncompressibleMaterialLaw () | |
virtual double | GetZeroStrainPressure ()=0 |
AbstractIncompressibleMaterialLaw
An incompressible hyper-elastic material law for finite elastiticy
The law is given by a strain energy function W(E), where E is the strain, such that the stress T = dW/dE. In this incompressible case W = W_material + p(I3-1) where W_material(E) is the material part of the strain energy, p is the pressure and I3 = det(C)
Definition at line 53 of file AbstractIncompressibleMaterialLaw.hpp.
AbstractIncompressibleMaterialLaw< DIM >::AbstractIncompressibleMaterialLaw | ( | ) | [inline] |
Constructor
Definition at line 57 of file AbstractIncompressibleMaterialLaw.hpp.
virtual double AbstractIncompressibleMaterialLaw< DIM >::GetZeroStrainPressure | ( | ) | [pure virtual] |
Get the pressure corresponding to zero stress given zero strain.
Implemented in AbstractIsotropicIncompressibleMaterialLaw< DIM >, PoleZeroMaterialLaw< DIM >, SchmidCostaExponentialLaw2d, AbstractIsotropicIncompressibleMaterialLaw< 3 >, and AbstractIsotropicIncompressibleMaterialLaw< DIM >.