This is an old revision of the document!
ELASTO VISCO PLASTIC CONSTITUTIVE LAW FOR SOLID ELEMENTS AT VARIABLE TEMPERATURE (Norton-Hoff)
Implemented by: Name of developer + approximate date of implementation
Project:
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.
Write here the names of the main subroutines of the law (those called by loi2 for Lagamine)
Prepro: XXX.F
Lagamine: XXX.F
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.
| File | Subroutine | Description |
|---|---|---|
| XXX.F | XXX | Main subroutine of the law |
| Plane stress state | NO |
| Plane strain state | YES |
| Axisymmetric state | YES |
| 3D state | YES |
| Generalized plane state | YES |
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).
| Line 1 (2I5, 60A1) | |
|---|---|
| IL | Law number |
| ITYPE | 270 |
| COMMENT | Any comment (up to 60 characters) that will be reproduced on the output listing |
| 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 |
| Line 1 (FORMAT) | |
|---|---|
| PARAM1 | description of PARAM1 |
6 for 3D state
4 for the other cases
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}$ |
XX
| Q(1) | The 1st state variable |
| Q(2) | The 2nd state variable |
| Q(3) | The 3rd state variable |