linear_elastic#

Description#

This behavior class provides classical linear elastic behavior with optional thermal deformation. The behavior understands two “blocks” from which it is defined.

Syntax#

***behavior linear_elastic [ modifier ] \(~\,\) **elasticity ELASTICTY [ **thermal_strain THERMAL_STRAIN ]

By default there is no thermal dilatation in the model.

Example#

Two examples of linear elastic behavior follow:

***behavior linear_elastic
**elasticity isotropic
    young 200000.
    poisson 0.30
***return
***behavior linear_elastic
  **thermal_strain anisotropic
    codila1  1.0e-06
    codila2  2.0e-06
    codila3  3.0e-06
  **elasticity orthotropic
      y1111 350000.
      y2222 280000.
      y3333 280000.
      y1122 150000.
      y2233 120000.
      y3311 150000.
      y1212 180000.
      y2323 180000.
      y3131 180000.
***return