/MAT/LAW79 (JOHN_HOLM)
Block Format Keyword This material law describes the behavior of brittle materials, such as ceramics and glass. The implementation is the second Johnson-Holmquist model: JH-2.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW79/mat_ID/unit_ID or /MAT/JOHN_HOLM/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
G | |||||||||
a | b | m | n | ||||||
c | Fcut | ||||||||
T | HEL | PHEL | |||||||
D1 | D2 | IDEL | |||||||
K1 | K2 | K3 |
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) |
||
Reference density
used in E.O.S (equation of state). Default = (Real) |
||
G | Shear
modulus (Real) |
|
a | Intact normalized
strength constant. 1 (Real) |
|
b | Fractured
normalized strength constant. 1 (Real) |
|
m | Fractured strength
pressure exponent. 1 (Real) |
|
n | Intact strength
pressure exponent. 1 (Real) |
|
c | Strain rate coefficient.
(Real) |
|
Reference strain
rate. Usually = 1 (Real) |
||
Maximum normalized
fractured strength. Default = 1030 (Real) |
||
Fcut | Cutoff frequency
for strain rate filtering.
(Real) |
|
T | Maximum pressure
tensile strength. Default = 1030 (Real) |
|
HEL | Hugoniot elastic
limit. (Real) |
|
PHEL | Pressure at
Hugoniot elastic limit. (Real) |
|
D1 | Damage constant.
2 (Real) |
|
D2 | Damage exponent.
2 (Real) |
|
IDEL | Element deletion flag.
(Integer) |
|
Critical plastic strain for element deletion. Default = 10 20 (Real) |
||
K1 | Bulk
modulus. (Real) |
|
K2 | Pressure
coefficient. 3 (Real) |
|
K3 | Pressure
coefficient. 3 (Real) |
|
Bulking pressure
coefficient
. (Real) |
Input Example
Example (AL2O3)
#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/LAW79/1/1
Al2O3
# RHO_I RHO_0
.0037 0
# G
90160
# a b m n
.93 0 0 .6
# c EPS0 SIGMA_FMAX
0 .001 1E-30
# T HEL PHEL
200 2790 1460
# D1 D2 IDEL EPS_MAX
0 0 1
# K1 K2 K3 BETA
130950 0 0 1
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
/END
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Example (B4C)
/UNIT/1
units_for_example_B4C
Mg mm s
/MAT/LAW79/1/1
B4C
# RHO_I RHO_0
2.510E-9 0
# G
197000
# a b m n
0.927 0.70 0.85 0.67
# c EPS0 SIGMA_FMAX FCUT
0.005 1.0 200.0 10000.0
# T HEL PHEL
260 19000 8710
# D1 D2 IDEL EPS_MAX
0.001 0.5 2 0.15
# K1 K2 K3 BETA
233000 -593000 2800000 1
Comments
- The equation
describing the normalized equivalent stress is:
with the equivalent stress of the intact material:
and the equivalent stress of the failed material:
The stresses are normalized to the stress at the Hugoniot elastic limit:
and pressure are normalized to PHEL:
and
- If damage
parameters are not specified (
), plastic strain evolution is not computed
and an instant failure is obtained when the element behavior reaches the
elastic limit. Otherwise, if damage parameters are mentioned, the evolution
of plastic strain is computed and the accumulated damage
is:
where, the plastic strain to failure is:
The maximum pressure tensile strength is decreased during damage as follows:
This equation is not used when IDEL = 1.
- The equation of
state is:
Where,
When damage starts, a bulking pressure increment is computed as a function of the elastic energy loss converted into potential hydrostatic energy:
Where, with .
This increment is then added to the equation of state:
- Time history and
animation output is available using these USRi variables:
- USR1: Bulking Pressure
- USR2: Old Yield Stress
- Strain rate filtering can be used and activated when a cutoff frequency Fcut for filtering is defined.