Elastic anisotropy with isotropic viscoplasticity.

This model describes small deformations for elastically anisotropic materials with a von Mises type yield surface. Often, this model is used as a compromise for anisotropic materials with lack of data or detailed knowledge about the anisotropic behavior in the viscoplastic range.

The total strain is supposed to be the sum of the elastic strain and the plastic strain:

$\displaystyle \mbox{\boldmath${\epsilon}$}$$\displaystyle =$$\displaystyle \mbox{\boldmath${\epsilon^e}$}$$\displaystyle +$$\displaystyle \mbox{\boldmath${\epsilon^p}$}$$\displaystyle .$ (326)

An isotropic hardening variable $ q_1$ and a kinematic hardening tensor $ \mathbf{q_2}$ are introduced representing the isotropic and kinematic change of the yield surface, respectively. The yield surface takes the form:

$\displaystyle f := \left\Vert \mbox{\boldmath {$dev({\sigma})$}} + \mathbf{q_2} \right\Vert + \sqrt{\frac{2}{3}}(q_1-r_0) = 0$ (327)

where $ {dev(\sigma)}$ is the deviatoric stress tensor, and $ r_0$ is the size of the elastic range at zero yield. The constitutive equations for the hardening variables satisfy:

$\displaystyle q_1 = -d_1 \alpha_1$ (328)

and

$\displaystyle \mathbf{q_2} = - \frac{2}{3} d_2$   $\displaystyle \mbox{\boldmath${\alpha_2}$}$ (329)

where $ \alpha_1$ and $ {\alpha_2}$ are the hardening variables in strain space. It can be shown that

$\displaystyle \alpha_1={\epsilon}^{peq},$ (330)

$\displaystyle {\alpha_2}^{eq}={\epsilon}^{peq},$ (331)

where $ {\epsilon}^{peq}$ is the equivalent plastic strain defined by

$\displaystyle {\epsilon}^{peq} = \sqrt{\frac{2}{3}} \left \Vert \mbox{\boldmath${{\epsilon}^p}$} \right \Vert.$ (332)

and $ {\alpha_2}^{eq}$ is the equivalent value of the tensor $ {\alpha_2}$ defined in a similar way. Thus, the constitutive equations amount to

$\displaystyle q_1 = -d_1 {\epsilon}^{peq}$ (333)

and

$\displaystyle {q_2}^{eq} = d_2 {\epsilon}^{peq},$ (334)

where

$\displaystyle {q_2}^{eq} = \sqrt{\frac{3}{2}} \left \Vert \mathbf{q_2} \right \Vert$ (335)

has the meaning of an equivalent stress value or von Mises value. The same applies to $ q_1$. Consequently, the constitutive equations assume a linear relationship between the hardening stress and the equivalent plastic strain.

The constitutive equation for the stress is Hooke's law:

$\displaystyle \sigma=C : \epsilon^e.$ (336)

The evolution equations for the plastic strain and the hardening variables in strain space are given by:

$\displaystyle \mbox{\boldmath${\dot{\epsilon}^p}$}$$\displaystyle = \dot{\gamma} \mathbf{n},$ (337)

$\displaystyle \dot{\alpha}_1 = \sqrt{\frac{2}{3}} \dot{\gamma},$ (338)

and

$\displaystyle \mbox{\boldmath${\dot{\alpha}_2}$}$$\displaystyle = \dot{\gamma} \mathbf{n},$ (339)

where

$\displaystyle \mathbf{n} = \frac {\mbox{\boldmath${dev(\sigma)}$} + \mathbf{q_2}} {\left \Vert \mbox{\boldmath${dev(\sigma)}$} + \mathbf{q_2} \right \Vert }.$ (340)

The variable $ \dot{\gamma}$ is the consistency coefficient known from the Kuhn-Tucker conditions in optimization theory [46]. It can be proven to satisfy:

$\displaystyle \dot{\gamma} = \sqrt{\frac{3}{2}} \dot{\epsilon}^{peq},$ (341)

Finally, the creep rate is modeled as a power law function of the yield exceedance and total time t:

$\displaystyle \dot{\epsilon^{peq}} = A \left \langle \sqrt{\frac{3}{2}} f \right \rangle ^ {n} t^m.$ (342)

The brackets $ \langle \rangle$ reduce negative function values to zero while leaving positive values unchanged, i.e. $ \langle x \rangle=0$ if $ x < 0$ and $ \langle x \rangle=x$ if $ x \ge 0$.

In the present implementation orthotropic elastic behavior is assumed. Consequently, for each temperature 15 constants need to be defined: the elastic constants $ C_{1111}$, $ C_{1122}$, $ C_{2222}$,$ C_{1133}$, $ C_{2233}$, $ C_{3333}$,$ C_{1212}$, $ C_{1313}$, $ C_{2323}$, and the viscoplastic constants $ r_0,d_1,d_2,A,n,m$.

The material definition consists of a *MATERIAL card defining the name of the material. This name HAS TO START WITH ”ANISO_PLAS” 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 lines, in sets of 2:


First line of set:

Second line of set:

Repeat this set if needed to define complete temperature dependence.

The principal axes of the material are assumed to coincide with the global coordinate system. If this is not the case, use an *ORIENTATION card to define a local system.

For this model, there are 14 internal state variables:

These variables are accessible through the *EL PRINT (.dat file) and *EL FILE (.frd file) keywords in exactly this order (label SDV). The *DEPVAR card must be included in the material definition with a value of 14.

Example:

*MATERIAL,NAME=ANISO_PLAS
*USER MATERIAL,CONSTANTS=15
500000.,157200.,500000.,157200.,157200.,500000.,126200.,126200.,
126200.,0.,0.,0.,1.E-10,5,0.
*DEPVAR
14

defines a single crystal with elastic constants 500000., 157200., 500000., 157200., 157200., 500000., 126200., 126200., 126200., and viscoplastic parameters $ r_0=0.$, $ d_1=0.$, $ d_2=0.$, $ A={10}^{-10}$, $ n=5$ and $ m=0$. Thus, the yield surface has a zero radius and there is no hardening. Only creep is activated.