/MAT/LAW73
Block Format Keyword This law describes the Thermal Hill orthotropic material and is applicable only to shell elements.
This law differs from /MAT/LAW43 (HILL_TAB) by the fact that yield stress not only depends on strain rate and plastic strain, but also on temperature (it is defined by a user table).
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW73/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
E | v | ||||||||
fct_IDE | Einf | CE | Blank | ||||||
r00 | r45 | r90 | Chard | Iyield0 | |||||
Tab_ID | |||||||||
Ti | Cp |
Definition
Field | Contents | SI Unit Example |
---|---|---|
mat_ID | Material
identifier. (Integer, maximum 10 digits) |
|
unit_ID | Unit identifier. (Integer, maximum 10 digits) |
|
mat_title | Material
title. (Character, maximum 100 characters) |
|
Initial
density. (Real) |
||
E | Initial Young's
modulus. (Real) |
|
v | Poisson's
ratio. (Real) |
|
fct_IDE | Function identifier for
the scale factor of Young's modulus, when Young's modulus is
function of the plastic strain.
(Integer) |
|
Einf | Saturated Young's modulus
for infinitive plastic strain. (Real) |
|
CE | Parameter for Young's
modulus evolution. (Real) |
|
r00 | Lankford parameter 0
degree. 3 Default = 1.0 (Real) |
|
r45 | Lankford parameter 45
degrees. Default = 1.0 (Real) |
|
r90 | Lankford parameter 90
degrees. Default = 1.0 (Real) |
|
Chard | Hardening coefficient.
(Read) |
|
Iyield0 | Yield stress flag.
(Integer) |
|
Failure plastic
strain. Default = 1.0x1030 (Real) |
||
Tensile failure strain at
which stress start to reduce. Default = 1.0x1030 (Real) |
||
Maximum tensile failure
strain at which the stress in element is set to zero. Default = 2.0x1030 (Real) |
||
Tab_ID | Table identifier for yield
stress definition. (Integer) |
|
Yield stress scale
factor. Default set to 1.0 (Real) |
||
Strain rate scale
factor. Default set to 1.0 (Real) |
||
Ti | Initial
temperature. Default set to 293K (Real) |
|
Specific heat per mass
unit. (Real) |
Example (Steel)
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/UNIT/1
unit for mat
g mm ms
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 2. MATERIALS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/LAW73/1/1
steel
# RHO_I
0.0078
# E NU
210000.0 0.3
#FUNCT_IDE EINF CE
0 0 0
# R00 R45 R90 C_HARD Iyield0
1.6 1.6 1.6 0.0 0
# EPSP_MAX EPS_T1 EPS_T2
0 0 0
# TABLE SIGMA_SCALE EPSPT_SCALE
10 0 0
# TI CP
273. 4.
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/TABLE/1/10
table
3
1011 0.0 273.
1013 0.02 300.
1013 0.04 300.
1012 0.0 300.
1012 0.02 273.
1012 0.04 273.
/FUNCT/1011
1st
0.0 185.0
0.1 339.0
1.0 339.0
/FUNCT/1012
2nd
0.0 190.0
0.1 344.0
1.0 344.0
/FUNCT/1013
3rd
0.0 195.0
0.1 349.0
1.0 349.0
#ENDDATA
/END
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- This material law must be used with property set /PROP/TYPE9 (SH_ORTH) or /PROP/TYPE10 (SH_COMP).
- The yield stress is defined by a
user function and the yield stress is compared to equivalent stress:
- Angles for Lankford parameters are defined with
respect to orthotropic direction 1.
The Lankford parameters is ratio of plastic strain in plane and plastic strain in thickness direction .
Where, is the angle to the orthotropic direction 1.
This Lankford parameters could be determined from a simple tensile test at an angle .
A higher value of R means better formability.
- If (plastic strain) reaches , in one integration point, the corresponding shell element is deleted.
- If largest principal strain
, stress is reduced using the following relation:
- If , the stress is reduced to 0 (but the element is not deleted).
- This law always uses iterative projection for plasticity (Iplas from the property set is ignored).
- This law is not available with global formulation for plasticity (N=0 in the property shell is not available).
- The table for yield stress definition must be a 3-dimensional table whose parameters respectively represent plastic strain, strain rate, and temperature . Values of the table are yield stress values.
- If and and yield is linearly interpolated between the eight values of the table corresponding to .
- If
falls out of the range of the table, yield
stress is obtained by linear extrapolation. Thus it is necessary to input into
the table the static curves corresponding to zero strain rate (entry
should belong to the table definition).
If the /HEAT/MAT option is not associated to the material identifier, adiabatic conditions are assumed and temperature is computed as:
Where,- Internal energy computed by Radioss,
- Volume are the current density, and volume
- Heat capacity per mass unit
Otherwise, the finite element formulation for heat transfer must be asked for (Iform =1 in option /HEAT/MAT); initial temperature and specific heat input in the option /HEAT/MAT will then be used.
- If the yield stresses have been obtained in the orthotropic direction 1, define Iyield0 =1; otherwise Iyield0=0.