MAT5
Material Property ElementMAT5 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.
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"/>
Comments
- This material element defines a hyper-elastic material that
follows the Yeoh material model law for the strain energy density
function:
where
are the material properties.
is the bulk modulus
is the Poisson's ratio
Each element must have a unique material identification number.
- The constants C10, C20 and C30 denote material parameters of shear modulus that are usually determined experimentally.
- YS lets you specify a maximum limit on the elastic strain that the component is allowed. If, during the simulation, the component strain (at any element in the component) exceeds this value, MotionSolve issues a warning message.