/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 | |||||||||
| Blank | |||||||||
| C10 | C20 | C30 | |||||||
| D1 | D2 | D3 | |||||||
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) |
||
| 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.
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
- The YEOH energy
density.
Where,
and
The Cauchy stress is computed as:
- The initial shear
modulus and the bulk modulus are computed
as:
and
- If D1= 0, an incompressible material is considered.
- This material has similar compatibilities as LAW42, except it is for Hexa elements only. Verifications for tetrahedral elements is ongoing.
- 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.