Material properties Element |
|||||||
Description |
|||||||
MAT5 lets you define a hyper-elastic material model for NLFE elements based on the Yeoh material model. |
|||||||
Format |
|||||||
<MAT5 id = "integer" C10 = "real" C20 = "real" C30 = "real" nu = "real" rho = "real" YS = "real" /> |
|||||||
Attributes |
|||||||
id |
Unique material property identification number. |
||||||
C10 |
Material constant (). |
||||||
C20 |
Material constant (). |
||||||
C30 |
Material constant (). |
||||||
nu |
Poisson’s ratio for the element. Default is 0.49. |
||||||
rho |
Element density. |
||||||
|
An elastic limit for strain. Default is 0.0. YS >= 0.0 |
||||||
Comments |
|||||||
where are the material properties. is the bulk modulus is the Poisson’s ratio Each element must have a unique material identification number.
|
|||||||
Example |
|||||||
The example demonstrates the definition of a MAT5 element. <MAT5 id="1" C10="1e+4" C20="5e+3" C30="2e+3" nu="0.499" rho="7.810e-6" YS="0.125"/> |