Processing math: 100%

/MAT/LAW1 (ELAST)

Block Format Keyword This keyword defines an isotropic, linear elastic material using Hooke's law. This law represents a linear relationship between stress and strain. It is available for truss, beam (type 3 only), shell and solid elements.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/MAT/LAW1/mat_ID/unit_ID or /MAT/ELAST/mat_ID/unit_ID
mat_title
ρi                
E υ            

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)

 

Example (Elastic - Steel)

Comments

  1. This material law is used to model purely elastic materials. The material stiffness is determined by only two values: the Young's modulus (E), and Poisson's ratio ( υ ). The shear modulus (G) can be computed using E and ν , as:(1)
    G=E2(1+ν)
  2. The stress-strain relationship can be represented as shown:(2)
    [ε11ε22ε332ε232ε312ε12]=[ε11ε22ε33γ23γ31γ12]=1E[1νν000ν1ν000νν10000002(1+ν)0000002(1+ν)0000002(1+ν)][σ11σ22σ33σ23σ31σ12]
  3. The value of density is always used in explicit simulations and it may also be used in static implicit simulations to reach a better convergence in quasi-static analysis.
  4. Global integration approach is applied to LAW1 and shell elements (/PROP/TYPE1 (SHELL)), when the number of integration points through the shell thickness is different from NP=1 (membranes).
    Note: Failure models are not available in the case of global integration. LAW2 and LAW27 with very high yield stress may be used as a substitution to LAW1 in these cases.