Material properties Element |
|||||||||
Description |
|||||||||
MAT4 lets you define a hyper-elastic material model for NLFE elements based on the Mooney-Rivlin material model. |
|||||||||
Format |
|||||||||
<MAT4 id = "integer" mu01 = "real" mu10 = "real" nu = "real" rho = "real" YS = "real" /> |
|||||||||
Attributes |
|||||||||
id |
Unique material property identification number. |
||||||||
mu01 |
Material constant (). |
||||||||
mu10 |
Material constant (). |
||||||||
nu |
Poisson’s ratio for the element. Default is 0.49. |
||||||||
rho |
Element density. |
||||||||
YS |
An elastic limit for strain. Default is 0.0. YS >= 0.0 |
||||||||
Comments |
|||||||||
where is the shear modulus 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 MAT4 element. <MAT4 id="1" mu01="8e+3" mu10="2e+3" nu="0.499" rho="7.810e-6" YS="0.125"/> |