Material properties Element |
||||||||||||||
Description |
||||||||||||||
MAT3 lets you define a hyper-elastic material model for NLFE elements that follows the compressible Neo-Hookean material law. |
||||||||||||||
Format |
||||||||||||||
<MAT3 id = "integer" mu = "real" nu = "real" rho = "real" YS = "real" /> |
||||||||||||||
Attributes |
||||||||||||||
id |
Unique material property identification number. |
|||||||||||||
mu |
Shear modulus for the element. |
|||||||||||||
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 |
||||||||||||||
Each element must have a unique material identification number.
|
||||||||||||||
Example |
||||||||||||||
The example demonstrates the definition of a MAT3 element. <MAT3 id="1" mu="1.906036" nu="0.499" rho="2.150e-6" YS="0.125"/> |