PolyElastic1D
Polynomial Based Uniaxial Nonlinear Elastic
Syntax
material PolyElastic1D (1) [(2)...]
# (1) int, unique material tag
# (2) double, polynomial parameters, a_n
Theory
The stress response is defined as a polynomial function of strain on the positive strain ().
The response is always an odd function so that
For example, if one wants to define
the following command shall be used.
material PolyElastic1D 1 4. 6. 2.
Please note density is not supported in this model.
Last updated