Skip to content

ExpCC

Exponential Hardening Cam-Clay Model

This hardening law is identical to the one documented in ABAQUS manual (4.4.3).

Hardening

The hardening function is defined as

a=a0exp((1+e0)1αλκα),

where e0 is the initial void ratio, λ and κ are material constants.

If experimental data is available, a0 can be determined as

a0=12exp(e1e0κlnp0λκ)

where p0 is the initial value of the equivalent pressure stress and e1 is the intercept of the virgin consolidation line with the void ratio axis in a plot of void ratio versus equivalent pressure stress.

Syntax

Text Only
material ExpCC (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) [11]
# (1) int, unique material tag
# (2) double, elastic modulus
# (3) double, poissons ratio
# (4) double, beta, controls compression side shape
# (5) double, m, slope of CSL
# (6) double, p_t, initial tension strength
# (7) double, a_0, initial a_0
# (8) double, e_0, initial void ratio
# (9) double, lambda
# (10) double, kappa
# [11] double, density, default: 0.0

Usage