<HYPERELASTICITY> mooney#
Description#
This model implements a two coefficient Mooney-Rivlin hyperelastic
behavior [M11] including an additional coefficient
for compressibility treatment. The coefficients for the hyperelastic law
are declared under **hyperelasticity mooney
.
Hyperelastic behavior here defines the strain energy density with the following form:
with \(I_1\), \(I_2\), and, \(I_3\) the first, second, and
third invariants of the Green-Lagrange strain tensor. C10
,
C01
and K0
are the three material coefficients. K0
represents the Bulk modulus, while C10
and C01
have the
dimension of stress.
This model of strain energy is classically used for very large strain problems.
Syntax#
**hyperelasticity mooney
**model_coef
\(~\,~\,\) C10
COEFFICIENT
\(~\,~\,\) C01
COEFFICIENT
\(~\,~\,\) K0
COEFFICIENT
Example#
The following is a simple example of the hyperelastic Mooney model 1The model parameters have been taken from [M12]:
***behavior hyper_elastic
**hyperelasticity mooney
**model_coef
C10 0.7
C01 0.1
K0 1000.
***return