Elastic anisotropy with isotropic viscoplasticity.

This model describes small deformations for elastically anisotropic materials with a von Mises type yield surface ([24], Section 5.5). 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.

It is activated as soon as a *ELASTIC,TYPE=ORTHO card is followed by a *PLASTIC card and/or *CREEP card (the latter without the LAW=USER parameter).

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 .$ (473)

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${\text{dev}(\sigma)}$} + \mathbf{q_2} \right\Vert + \sqrt{\frac{2}{3}}q_1 = 0$ (474)

where $ {\text{dev}(\sigma)}$ is the deviatoric stress tensor. The constitutive equations for the hardening variables satisfy:

$\displaystyle q_1 = -h_1 (\alpha_1)$ (475)

and

$\displaystyle \mathbf{\dot{q_2}} = - \frac{2}{3} d_2 \frac{\partial h_2^{eq}}{\partial \alpha_2^{eq}} \mathbf{\dot{\alpha_2}}$ (476)

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

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

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

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

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

and $ {\alpha_2}^{eq}$ is the equivalent value of the tensor $ {\alpha_2}$ defined in a similar way. The isotropic hardening curve to be defined by the user is $ h_1(\epsilon^{peq})$, the kinematic one is $ h_2^{eq}(\epsilon^{peq})$.

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

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

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},$ (481)

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

and

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

where

$\displaystyle \mathbf{n} = \frac {\mbox{\boldmath${\text{dev}(\sigma)}$} + \mat...
...eft \Vert \mbox{\boldmath${\text{dev}(\sigma)}$} + \mathbf{q_2} \right \Vert }.$ (484)

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

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

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.$ (486)

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 9 constants need to be defined: $ C_{1111}$, $ C_{1122}$, $ C_{2222}$,$ C_{1133}$, $ C_{2233}$, $ C_{3333}$,$ C_{1212}$, $ C_{1313}$, $ C_{2323}$.

With isotropic hardening only, the user has to define $ h_1(\epsilon^{peq})$ underneath the *PLASTIC card, with kinematic hardening only $ h_2^{eq}(\epsilon^{peq})$ has to be defined underneath a *PLASTIC, HARDENING=KINEMATIC card. For combined hardening the $ h_2^{eq}(\epsilon^{peq})$ curve must be defined underneath a *PLASTIC, HARDENING=KINEMATIC card and $ h_1(\epsilon^{peq})$ underneath a *CYCLIC HARDENING card. For the viscous constants the *CREEP card is to be used. So the viscoplastic input deck format is essentially the same as for an elastically isotropic material with isotropic plasticity.

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 20 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).

This model is for small deformations (small strains and small rotations). However, if NLGEOM is activated on the *STEP card this model is considered to be an Abaqus umat routine linking the corotational Cauchy stress to the corotational mechanical logarithmic strain. In this way, the routine can also be used for large deformations.

Example:

*MATERIAL,NAME=MAT1
*ELASTIC,TYPE=ORTHO
500000.,157200.,500000.,157200.,157200.,500000.,126200.,126200.,
126200.
*CREEP
1.E-10,5,0.

defines a single crystal with elastic constants 500000., 157200., 500000., 157200., 157200., 500000., 126200., 126200., 126200., and viscoplastic parameters $ A={10}^{-10}$, $ n=5$ and $ m=0$. The yield surface has a zero radius and there is no hardening (since neither the *PLASTIC or the *CYCLIC HARDENING card was used). Only creep is activated.

Example:

*MATERIAL,NAME=EL
*ELASTIC,TYPE=ORTHO
500000.,157200.,500000.,157200.,157200.,500000.,126200.,126200.,
126200.
*PLASTIC
100.,0.
110.,0.01
2110.,1.01

defines a single crystal with the same elastic constants as in the previous example. Now, a bilinear isotropic hardening curve is defined. No time dependent behavior was defined.


Example files: anipla, anipla2, anipla3, anipla4, anipla_nl_st, anipla_nl_dy_imp, anipla_nl_dy_exp.