Skip to content

PolyElastic1D

Polynomial Based Uniaxial Nonlinear Elastic

Syntax

Text Only
1
2
3
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 (ε>0).

σ=a1ε+a2ε2+a3ε3

The response is always an odd function so that

σ(ε)=σ(ε)

For example, if one wants to define

σ=4ε+6ε2+2ε3,

the following command shall be used.

Text Only
material PolyElastic1D 1 4. 6. 2.

Please note density is not supported in this model.