VAFCRP1D

Viscous J2 Steel Model

The VAFCRP1D model is the uniaxial version of the VAFCRP model.

It adds viscosity on top of the ArmstrongFrederick1D.

References

Theory

The Peric (1993) type definition is used for viscosity.

γΔt=γ˙=1μ((ηk)1ϵ1),\dfrac{\gamma}{\Delta{}t}=\dot{\gamma}=\dfrac{1}{\mu}\left(\left(\dfrac{|\eta|}{k}\right) ^{\dfrac{1}{\epsilon}}-1\right),

where μ\mu and ϵ\epsilon are two material constants that controls viscosity. Note either μ\mu or ϵ\epsilon can be set to zero to disable rate-dependent response. In that case this model is identical to the ArmstrongFrederick1D model.

Syntax

The following applies to v3.6 and later. Check the older syntax in the older version of the documentation.

material VAFCRP1D (1) (2) (3) (4) (5) (6) (7) (8) [(9) (10)...] [11]
# (1) int, unique material tag
# (2) double, elastic modulus
# (3) double, yield stress, \sigma^i
# (4) double, linear hardening modulus, K
# (5) double, saturation stress, \sigma^s
# (6) double, m^s, saturation rate
# (7) double, mu
# (8) double, epsilon
# (9) double, a
# (10) double, b
# [11] double, density, default: 0.0

Examples

See VAFCRP.

Last updated