User Tools

Site Tools


laws:evp-nh

This is an old revision of the document!


EVP-NH

Description

ELASTO VISCO PLASTIC CONSTITUTIVE LAW FOR SOLID ELEMENTS AT VARIABLE TEMPERATURE (Norton-Hoff)
Implemented by: Name of developer + approximate date of implementation
Project:

The model

Coupled dynamic recrystallisation-thermo mechanical analysis of elasto visco plastic solids undergoing large strains.
If available, give a reference paper/phD thesis to which the law is associated.

Files

Write here the names of the main subroutines of the law (those called by loi2 for Lagamine) Prepro: XXX.F
Lagamine: XXX.F

Subroutines

In the following table, fill in the file (*.F) and the names of the subroutines used by the law. Generic subroutines such as ‘ANNULD’ (putting a vector to zero) or ‘MST_SOLVE’ (computing the solution to a system of linear equations) do not need to be listed here.

FileSubroutineDescription
XXX.F XXXMain subroutine of the law

Availability

Plane stress state NO
Plane strain state YES
Axisymmetric state YES
3D state YES
Generalized plane state YES

Input file

The following section indicates the parameters to be written in the *.lag file. The parameters should be listed in tables. For better understanding, the table should indicate the line numer and the format in the headline, then the list of parameters (see example below). Sub-sections can be used to separate different categories of parameters (integer, real).

Parameters defining the type of constitutive law

Line 1 (2I5, 60A1)
ILLaw number
ITYPE 270
COMMENT Any comment (up to 60 characters) that will be reproduced on the output listing

Integer parameters

Line 1 (7I5)
NINTV number of sub-steps used to integrate numerically the constitutive equation in a time step.
If NINTV < 0 or = 0, then the number of sub-steps will be computed automatically
NTEMP number of temperatures at which material data (E, ANU and ALPHA) are given
IDYN = 1 if recrystallisation computation
= 0 else
ICHP2 = 2 if parameters K0, p1, p2, p3, p4 are given at several temperatures
= 1 if p2= (only if nodes temperature in Kelvin !!!)
any other value if p2= (only if nodes temperature in Kelvin !!!)
Line 2 (FORMAT)

Real parameters

Line 1 (FORMAT)
PARAM1 description of PARAM1

Stresses

Number of stresses

6 for 3D state
4 for the other cases

Meaning

The stresses are the components of CAUCHY stress tensor in global (X,Y,Z) coordinates.
For the 3-D state:

SIG(1)$\sigma_{xx}$
SIG(2)$\sigma_{yy}$
SIG(3)$\sigma_{zz}$
SIG(4)$\sigma_{xy}$
SIG(5)$\sigma_{xz}$
SIG(6)$\sigma_{yz}$

For the other cases:

SIG(1)$\sigma_{xx}$
SIG(2)$\sigma_{yy}$
SIG(3)$\sigma_{xy}$
SIG(4)$\sigma_{zz}$

State variables

Number of state variables

XX

List of state variables

Q(1)The 1st state variable
Q(2)The 2nd state variable
Q(3)The 3rd state variable
laws/evp-nh.1552916599.txt.gz · Last modified: 2020/08/25 15:35 (external edit)