<HYPERELASTICITY> st_venant_kirchhoff#
Description#
The St. Venant-Kirchhoff model is a simple hyperelastic model, which is defined by a strain energy \(W\) as
where \(\lambda\) and \(\mu\) are Lamé coefficients and \(\ten E\) is the Green-Lagrange strain tensor. The second Piola-Kirchhoff stress tensor can be obtained as
where \(I\) is the identity tensor of order 2 and C is the elasticity tensor defined as
This model has some limitations, especially in compression loading conditions (see Fig. 18). Let’s consider the following loading
the value of Cauchy stress component \(\sigma_{11}\) tends to zero as \(F_{11}\) approaches 0 and it goes through a minimum at \(F_{11}=\sqrt{1/3}\).
Fig. 18 Simple extension response for various hyperelastic materials.#
Syntax#
***behavior hyper_elastic
\(~\,\) **hyperelasticity st_venant_kirchhoff
\(~\,~\,\) *elasticity isotropic
\(~\,~\,~\,\) young COEFFICIENT
\(~\,~\,~\,\) poisson COEFFICIENT
Example#
The following is a simple example of the hyperelastic Saint Venant-Kirchhoff model.
***behavior hyper_elastic
**hyperelasticity st_venant_kirchhoff
*elasticity isotropic
mu 80000.
lambda 121000.
***return