/MAT/LAW90
Block Format Keyword This law describes the visco-elastic foam tabulated material. This material law can be used only with solid elements.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW90/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
E0 | Tflag | ||||||||
NL | Ismooth | Fcut | Shape | Hys | Alpha |
If NL ≠ 0, each loading
function per line
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
fct_IDL | FscaleL |
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) |
||
E0 | Initial Young's modulus. 3 (Real) |
|
Tflag | Tensile behavior flag.
(Integer) |
|
Poisson's ratio. (Real) |
||
Ismooth | Smooth strain rate option flag.
(Integer) |
|
Fcut | Cutoff frequency for strain rate
filtering. Default = 1030 (Real) |
|
NL | Number of loading
functions. (Integer) |
|
fct_IDL | Load function (in compression)
identifier. (Integer) |
|
Strain rate for load
function. (Real) |
||
FscaleL | Load function scale
factor. (Real) |
|
Shape | Shape factor. Default = 1.0 (Real) |
|
Hys | Hysteresis unloading factor. Default = 1.0 (Real) |
|
Alpha | Exponent for unloading (used only if Hys > 0). Default = 1 (Real) |
Example (Foam)
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/UNIT/1
unit for mat
kg mm ms
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 1. MATERIALS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/LAW90/1/1
foam
# RHO_I
3E-8
# EO NU Tflag
0.01 0 0
# Nload Ismooth F_cut Shape Hys Alpha
3 1 10 10. 0.15 0
# fct_IDL Eps_._load Fscaleload
12 .1 0
13 1 0
13 100 0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 2. FUNCTIONS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/FUNCT/12
NULL
# X Y
-0.300 -0.546
-0.200 -0.534
-0.100 -0.398
0.000 0.000
0.010 0.065
0.020 0.105
0.030 0.123
0.040 0.129
0.050 0.134
0.060 0.138
0.070 0.142
0.080 0.145
0.090 0.150
0.100 0.153
0.200 0.183
0.300 0.211
0.400 0.243
0.500 0.287
0.600 0.356
0.700 0.489
0.800 0.828
0.900 2.434
0.950 11.978
0.960 24.042
0.970 74.879
0.980 460.893
0.99 12810.97
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/FUNCT/13
NULL
# X Y
-0.300 -0.546
-0.200 -0.534
-0.100 -0.398
0.000 0.000
0.010 0.065
0.020 0.105
0.030 0.123
0.040 0.129
0.050 0.134
0.060 0.138
0.070 0.142
0.080 0.145
0.090 0.150
0.100 0.153
0.200 0.183
0.300 0.211
0.400 0.243
0.500 0.287
0.600 0.356
0.700 0.489
0.800 0.828
0.900 2.434
0.950 11.978
0.960 24.042
0.970 74.879
0.980 460.893
0.99 12810.97
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
/END
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- Material behavior in tension and in
compression is determined by strain rate dependent curves. The loading curve should be
defined as:
- Positive abscissa and ordinate for the compression
- Negative abscissa and ordinate for traction (tension)
- The unloading follows the quasi-static
loading curve. This is the first curve of the set of strain rate dependent curves.
- If Hys = 0, the elastic modulus is used to switch from loading to unloading behavior.
- If Hys > 0, the following stress reduction factor
is used to switch from loading to unloading
behavior:
With
Where, and are current and maximum quasi-static energy.
- For stresses above the last load function, the behavior is extrapolated by using the last two load functions. To avoid huge stress values caused by the extrapolation, it is recommended to repeat the last load function.
- The initial elastic modulus is set to the maximum value between and the initial tangent of the input curves. The maximum elastic modulus is minimum value between and the maximum curve tangent.
- Specific material output variables:
- USR1: Equivalent stress
- USR2: Maximum for quasi-static energy,
- USR3: Equivalent strain rate
- USR4: Current energy,
- USR6: Equivalent strain
- USR7: Stress reduction factor,
- /VISC/PRONY can be used with this material law to include viscous effects.