next up previous contents
Next: Linear elastic materials for Up: Materials Previous: Linear elastic materials   Contents

Linear elastic materials for large strains (Ciarlet model)

In [18] it is explained that substituting the infinitesimal strains in the classical Hooke law by the Lagrangian strain and the stress by the Piola-Kirchoff stress of the second kind does not lead to a physically sensible material law. In particular, such a model (also called St-Venant-Kirchoff material) does not exhibit large stresses when compressing the volume of the material to nearly zero. An alternative is the following stored-energy function developed by Ciarlet [17]:

$\displaystyle \Sigma = \frac{\lambda}{4}(III_C - \ln III_C -1) + \frac{\mu }{4}(I_C - \ln III_C -3).$ (252)

The stress-strain relation amounts to ( $ \boldsymbol{S}$ is the Piola-Kirchoff stress of the second kind) :

$\displaystyle \boldsymbol{S}= \frac{\lambda}{2}($det$\displaystyle \boldsymbol{C} -1) \boldsymbol{C^{-1}} + \mu (\boldsymbol{I}-\boldsymbol{C^{-1}}) ,$ (253)

and the derivative of $ \boldsymbol{S}$ with respect to the Green tensor $ \boldsymbol{E}$ reads (component notation):

$\displaystyle \frac{d S^{IJ} }{d E_{KL} } = \lambda ($det$\displaystyle \boldsymbol{C}) C^{{-1}^{KL}} C^{{-1}^{IJ}}+[2 \mu - \lambda ($det$\displaystyle \boldsymbol{C} -1)] C^{{-1}^{IK}} C^{{-1}^{LJ}}.$ (254)

This model was implemented into CalculiX by Sven Kaßbohm. The definition consists of a *MATERIAL card defining the name of the material. This name HAS TO START WITH ''CIARLET_EL'' but can be up to 80 characters long. Thus, the last 70 characters can be freely chosen by the user. Within the material definition a *USER MATERIAL card has to be used satisfying:

First line:

Following line:


Repeat this line if needed to define complete temperature dependence.

For this model, there are no internal state variables.

Example:

*MATERIAL,NAME=CIARLET_EL
*USER MATERIAL,CONSTANTS=2
80769.23,121153.85,400.

defines a single crystal with elastic constants $ \lambda$=121153.85 and $ \mu$=80769.23 for a temperature of 400. Recall that

$\displaystyle \mu= \frac{E}{2(1+\nu)}$ (255)

and

$\displaystyle \lambda=\frac{\nu E}{(1+\nu)(1-2 \nu)},$ (256)

where E is Young's modulus and $ \nu$ is Poisson's coefficient.


next up previous contents
Next: Linear elastic materials for Up: Materials Previous: Linear elastic materials   Contents
guido dhondt 2018-12-15