/MAT/LAW43 (HILL_TAB)
Block Format Keyword This law describes the Hill orthotropic material and is applicable only to shell elements. This law differs from LAW32 (HILL) only in the input of yield stress (here it is defined by a user function).
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW43/mat_ID/unit_ID or /MAT/HILL_TAB/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
ρi | |||||||||
E | ν | ||||||||
fct_IDE | Einf | CE | |||||||
r00 | r45 | r90 | Chard | Iyield0 | |||||
εmaxp | εt | εm | Fcut | Fsmooth |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
fct_IDi | Fscalei | ˙εi |
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) |
|
ρi | Initial density. (Real) |
[kgm3] |
E | Young's modulus. (Real) |
[Pa] |
ν | 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. 12 Default = 0: in this case the evolution of Young's modulus depends on Einf and CE. (Integer) |
|
Einf | Saturated Young's modulus for infinitive
plastic strain. (Real) |
[Pa] |
CE | Parameter for Young's modulus evolution.
12 (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.
(Real) |
|
Iyield0 | Yield stress flag.
(Integer) |
|
εmaxp | Failure plastic strain. Default = 1.0 × 1030 (Real) |
|
εt | Tensile failure strain at which stress
starts to reduce. Default = 1.0 × 1030 (Real) |
|
εm | Maximum tensile failure strain at which
the stress in element is set to zero. Default = 2.0 × 1030 (Real) |
|
Fcut | Cutoff frequency for strain rate
filtering. (Real) |
[Hz] |
Fsmooth | Smooth strain rate option flag.
(Integer) |
|
fct_IDi | Plasticity curves
.ith function identifier. (Integer) |
|
Fscalei | Scale factor for
ith function. Default set to 1.0 (Real) |
|
˙εi | Strain rate for
ith function. (Real) |
[1s] |
▸Example (Metal)
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:
(1) σeq=√A1σ21+A2σ22−A3σ1σ2+A12σ212 - Angles for Lankford parameters are
defined with respect to orthotropic direction 1.
(2) R=r00+2r45+r904H=R1+RA1=H(1+1r00)A2=H(1+1r90)A3=2HA12=2H(r45+0.5)(1r00+1r90)r00=A32A1−A3r45=12(A12A1+A2−A3−1)r90=A32A2−A3The Lankford parameters ra is the ratio of plastic strain in plane and plastic strain in thickness direction ε33 .
(3) rα=dεα+π/2dε33Where, α is the angle to the orthotropic direction 1.
This Lankford parameters ra could be determined from a simple tensile test at an angle α.
A higher value of R means better formability.
- If the last point of the first (static) function equals 0 in stress, default value of εmaxp is set to the corresponding value of εp .
- Element deletion:
- Once εp (plastic strain) reaches εmaxp , in one integration point, the element is deleted.
- If
ε1
reaches
εt
, the stress is reduced using the following relation:
(4) σ=σ(εm−ε1εm−εt) - If ε1 (largest principal strain) reaches εm ( ε1>εm ), the stress in element is reduced to 0 (but the element is not deleted).
- Once ε1 (largest principal strain) reaches εf (maximum tensile failure strain), the element is deleted.
- The maximum number of curves that can be input is 10.
- If ˙ε≤˙εn , the yield is interpolated between fn and fn−1 .
- If ˙ε≤˙ε1 , function f1 is used.
- Above
˙εmax
, yield is extrapolated.Figure 1.
- Radial return is not available (only iterative plasticity).
- If the yield stresses have been obtained in the orthotropic direction 1, define Iyield0 =1; otherwise Iyield0 =0.
- The evolution of Young's
modulus:
- If fct_IDE > 0, the curve defines a scale factor for Young's modulus
evolution with equivalent plastic strain
ˉεp
, which means the Young's modulus is scaled by the
function
f(ˉεp)
:
(5) E(t)=f(ˉεp)EThe initial value of the scale factor should be equal to 1 and it decreases.
- If fct_IDE = 0, the Young's modulus is calculated as:
(6) E(t)=E−(E−Einf)(1−exp(−CEˉεp))Where, E and Einf are respectively the initial and asymptotic value of Young's modulus, and ˉεp is the accumulated equivalent plastic strain.
Note:If fct_IDE = 0 and CE = 0, Young's modulus E is kept constant.
- If fct_IDE > 0, the curve defines a scale factor for Young's modulus
evolution with equivalent plastic strain
ˉεp
, which means the Young's modulus is scaled by the
function
f(ˉεp)
:
- The parameters Fsmooth and Fcut
allow you to enable strain-rate filtering. Three cases can be set:
- If Fsmooth = 0 + Fcut = 0.0, the strain-rate filtering is turned off.
- If Fsmooth = 1 + Fcut = 0.0, the strain-rate filtering uses a default cutoff frequency of 10 kHz.
- If Fcut ≠ 0, Fsmooth is automatically set to 1 and the strain-rate filtering uses the cutoff frequency provided by you.