/MAT/LAW66
Block Format Keyword This law models an isotropic tension-compression elasto-plastic material law using user-defined functions for the work-hardening portion of the stress-strain (plastic strain versus stress). This law can be defined for compression and tension.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW66/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
E | Chard | Fcut | Fsmooth | Iyld_rate | |||||
Pc | Pt |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
fct_IDc | fct_IDt | Fscalec | Fscalet | ||||||
c | VP |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
fct_IDc | fct_IDt | Fscalec | Fscalet | ||||||
Frate_IDc | Frate_IDt | Fscale_ratec | Fscale_ratet |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
NFUNCC | NFUNCT |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
fct_IDc | Fscalec |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
fct_IDt | Fscalet |
Definitions
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 | Young's modulus. (Real) |
|
Poisson's ratio. (Real) |
||
Chard | Hardening coefficient.
(Real) |
|
Fsmooth | Smooth strain rate option flag.
(Integer) |
|
Fcut | Cutoff frequency for strain rate
filtering, Appendix: Filtering. Default = 1030 (Real) |
|
Iyld_rate | Rate effect on the yield stress flag.
(Integer) |
|
Pc | Limit pressure in compression. Default = 0 (Real) |
|
Pt | Limit pressure in tensile. Default = 0 (Real) |
|
fct_IDc | Compression yield
stress. (Integer) |
|
fct_IDt | Tension yield
stress. (Integer) |
|
Fscalec | Scale factor for ordinate (stress) in
fct_IDc. Default = 1.0 (Real) |
|
Fscalet | Scale factor for ordinate (stress) in
fct_IDt. Default = 1.0 (Real) |
|
c | Strain rate
parameter. (Real) |
|
Reference strain rate. Default = 1.0 (Real) |
||
Initial yield stress. Default = 0 (Real) |
||
VP | Strain rate choice flag.
(Integer) |
|
Frate_IDc | Compression strain rate effect function
identifier. (Integer) |
|
Frate_IDt | Tension strain rate effect function
identifier. (Integer) |
|
Fscale_ratec | Scale factor for ordinate (stress) in
Frate_IDc. Default = 1.0 (Real) |
|
Fscale_ratet | Scale factor for ordinate (stress) in
Frate_IDt. Default = 1.0 (Real) |
|
NFUNCC | Number of compression
function. (Integer) |
|
NFUNCT | Number of tension
function. (Integer) |
|
ith
compression strain rate i
=1,NFUNCC. (Real) |
||
ith
tension strain rate
i=1,NFUNCT. (Real) |
Example (Aluminum)
#RADIOSS STARTER
/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/LAW66/1/1
Aluminium
# RHO_I
.0027
# E Nu C_hard F_cut F_smooth Iyld_rate
60400 .33 0 0 0 4
# P_c P_t
500 600
# NFUNCC NFUNCT
2 2
#funct_IDc Episilon_c Fscalec
38 10 1
40 40 1.6
#funct_IDt Episilon_t Fscalet
38 10 1
40 40 1.6
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 3. FUNCTIONS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/FUNCT/38
function_38
# X Y
0 90
.08 170
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/FUNCT/40
function_40
# X Y
0 90
.08 170
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
/END
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- This is an
isotropic elastic-plastic law. The yield stress is defined by using the compression and
tension yield stress versus effective plastic strain for the both (compression and tension).
When exceeded, the two pressures Pt and
Pc, determine if the tension yield stress
or compression yield stress is used respectively.
If the pressure is between these two values, the yield stress is given by:
If(1) If , or the pressure is out of the two values range, the yield stress is given by:
if
if
- Yield stress is computed as:
If VP= 1:
if
if
If VP= 0:
if
if
with being static yield stress and being initial yield stress.
- /VISC/PRONY can be used with this material law to include viscous effects.