bodner_partom#
Description#
This behavior is an implementation of the classical model due to Bodner and Partom. The model is viscoplastic and incorporates scalar and tensorial hardening variables. There is no initial yield radius thereby allowing inelastic deformation at very low stress levels over long periods of time. The state and evolution equations are the following:
Syntax#
***behavior bodner_partom
[ **thermal_strain
<THERMAL_STRAIN> ]
[ **elasticity
<ELASTICITY> ]
\(~\,\) **model_coef
Coefficient names are n, Z0, Z2, D0, Z1, Z3, m1, m2, A1, A2, r1, r2
Stored Variables
prefix |
size |
description |
default |
---|---|---|---|
|
T-2 |
total strain |
yes |
|
T-2 |
Cauchy stress |
yes |
|
T-2 |
inelastic strain tensor |
yes |
|
S |
isotropic drag stress |
yes |
|
T-2 |
kinematic variable |
yes |
|
S |
inelastic strain equivalent |
yes |
|
S |
Sum of \(Z\) parts |
yes |
Example#
The following is a simple example of the Bodner-partom material using room temperature coefs for HASTELLOY-X as given by Rowley and Thornton [M5].
***behavior bodner_partom
**elasticity isotropic
young 196.6e3
poisson 0.33
**model_coef
n 1.0
Z0 1860.
Z2 1860.
D0 10000.0
Z1 2390.
Z3 603.
m1 0.139
m2 3.49
A1 1.0e-9
A2 1.0e-9
r1 1.
r2 1.
***return