Material properties Element |
|||||||||
Description |
|||||||||
This material model is deprecated. Please see MAT1 for more information. MAT6 lets you define a linearly elastic material model for NLFE elements that follows Hooke’s law. This material model considers the beam element as an elastic line passing through the beam center line. |
|||||||||
Format |
|||||||||
<MAT6 id = "integer" e = "real" nu = "real" rho = "real" /> |
|||||||||
Attributes |
|||||||||
id |
Unique material property identification number. |
||||||||
e |
Young’s modulus for the element. |
||||||||
nu |
Poisson’s ratio for the element. Default is 0.0. |
||||||||
rho |
Element density. |
||||||||
Comments |
|||||||||
|
|||||||||
Example |
|||||||||
The example demonstrates the definition of a MAT6 element. <MAT6 id="1" e="2.07e+5" nu="0.3" rho="7.810e-6"/> |