MAT4

Material Property ElementMAT4 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 ( μ01 ).
mu10
Material constant ( μ10 ).
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

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"/>

Comments

  1. This material element defines a hyper-elastic material that follows the Mooney-Rivlin material model law for the strain energy density function:

    U=μ10(I¯13)+μ01(I¯23)+k2(J1)2

    where

    μ=2(μ01+μ10) is the shear modulus

    k=2μ(1+v)3(12v) is the bulk modulus

    v is the Poisson's ratio

    I¯1=J23I1 , I¯2=J43I2

    I1=tr(C)=rxTrx+ryTry+rzTrz

    I2=12((tr(C))2(tr(C2)))

    J=det(J)=rxT(ry×rz)

    Each element must have a unique material identification number.

  2. This material model can only be used with a fully parameterized element (BEAM12, QUAD12, TRIA12 and solid elements).
  3. mu10 and mu10 are material constants. mu10 can be determined using a tension or compression tests, however, mu01 should be determined using a biaxial test.
  4. 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.