/MAT/LAW94 (YEOH)

Block Format Keyword This law describes the YEOH material model, which can be used to model incompressible hyperelastic behavior. This law is only compatible with solid elements.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/MAT/LAW94/mat_ID/unit_ID or /MAT/YEOH/mat_ID/unit_ID
mat_title
ρ i                
Blank
C10 C20 C30    
D1 D2 D3    

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)

 
ρ i Initial density

(Real)

[ kg m 3 ]
C10 Deviatoric material parameter 1

Default = 0.0 (Real)

 
C20 Deviatoric material parameter 2

Default = 0.0 (Real)

 
C30 Deviatoric material parameter 3

Default = 0.0 (Real)

 
D1 Volumetric material parameter 1, for bulk modulus computation.

K = 2 D 1

Default = 0.0 (Real)

 
D2 Volumetric material parameter 2

Default = 0.0 (Real)

 
D3 Volumetric material parameter 3

Default = 0.0 (Real)

 

Example (Plastic)

#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/UNIT/1
unit for mat
                  Mg                  mm                   s
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#-  2. MATERIALS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/LAW94/1/1
plastic
#              RHO_I        
             1.19E-9 		
#Blank

#                C10                 C20                 C30
              1.3169             0.02758            0.003686
#                 D1                  D2                  D3
             7.26e-3
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|

Comments

  1. The YEOH energy density.(1)
    W = i = 1 3 [ C i 0 ( I ¯ 1 3 ) i + 1 D i ( J 1 ) 2 i ]
    Where,(2)
    I ¯ 1 = λ ¯ 1 2 + λ ¯ 2 2 + λ ¯ 3 2
    and(3)
    λ ¯ i = J 1 3 λ i
    The Cauchy stress is computed as:(4)
    σ i = λ i J W λ i
  2. The initial shear modulus and the bulk modulus are computed as:(5)
    G = 2 C 10
    and(6)
    K = 2 D 1
  3. If D1= 0, an incompressible material is considered.
  4. This material has similar compatibilities as LAW42, except it is for Hexa elements only. Verifications for tetrahedral elements is ongoing.
  5. This material is based on Yeoh, O. H., 1993, "Some forms of the strain energy function for rubber", Rubber Chemistry and Technology, Volume 66, Issue 5, November 1993, Pages 754-771.