User Tools

Site Tools


laws:evp-nh

This is an old revision of the document!


LAW NAME

Description

Insert here a brief description of the law (elastic, plastic, thermal, damage, large strain, …) Implemented by: Name of developer + approximate date of implementation Project:

The model

Write a more complete description of the law, with the main equations used. 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 YES/NO
Plane strain state YES/NO
Axisymmetric state YES/NO
3D state YES/NO
Generalized plane state YES/NO

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 XXX
COMMENT Any comment (up to 60 characters) that will be reproduced on the output listing

Integer parameters

Line 1 (FORMAT)
PARAM1 description of PARAM1
PARAM2 = 1 in a certain case
= 0 in other cases
PARAM3 Description of the parameter
on 2 lines within the same cell
Line 2 (FORMAT)
PARAM4 description of PARAM4
PARAM5 description of PARAM5
PARAM6 description of PARAM6

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.1552914513.txt.gz · Last modified: 2020/08/25 15:35 (external edit)