ConcreteK4
A Uniaxial Plastic-Damage Concrete Model
References
- 10.1061/(ASCE)ST.1943-541X.0002592
- Constitutive Modelling Cookbook
Syntax
Text Only |
---|
| material ConcreteK4 (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11) [12]
# (1) int, unique material tag
# (2) double, elastic modulus (+), typical: 30000 (in MPa)
# (3) double, crack closing stiffness ratio (+), typical: ~0.1
# (4) double, tensile hardening ratio (+), typical: [0,1]
# (5) double, compressive hardening ratio (+), typical: [0,1]
# (6) double, tensile strength (+), typical: 3 (in MPa)
# (7) double, crush (compressive) strength (+), typical: 40 (in MPa)
# (8) double, crush (compressive) strain (+), typical: 0.002
# (9) double, yield (compressive) strength ratio (<1), typical: ~0.7
# (10) double, reference tensile zeta
# (11) double, reference compressive zeta
# [12] double, density, default: 0.0
|
Theory
There is no official name proposed by the authors.
The name K4 comes from the fact that the four authors' last names all start with the letter K.
The model implements the proposed hardening laws and crack closing mechanism.
But the damage evolution is different from the original formulation.
In specific, the original linear damage evolution is replaced by an exponential law that would alleviate potential
numerical issues, as the numerical world does not like exact zeros.
Additive Split
Yield Function
with
Flow Rule
Hardening Laws
The tensile strength is controlled by (6)
.
The hardening modulus is computed as (4)
times elastic modulus.
The crush strength (7)
can be expressed as where is (9)
times .
is strain when crush strength is reached, this is controlled by (8)
.
The hardening modulus is automatically computed.
The hardening modulus is computed as (5)
times elastic modulus.
Damage
The reference strain and are used to control the damage evolution.
They can be expressed as
in which and are (10)
and (11)
respectively.
Examples
Effect of Crack Closing Stiffness Ratio
The crack closing stiffness ratio (3)
controls the slope of the segment where crack opening is gradually closed.


Effect of Tensile Reference Strain
Basic model:
Text Only |
---|
| material ConcreteK4 1 3E4 .05 .01 .01 3. 10. 2E-3 .7 1. 1.
|

Effect of Compressive Reference Strain
Basic model:
Text Only |
---|
| material ConcreteK4 1 3E4 .05 .01 .01 3. 10. 2E-3 .7 1. 1.
|

A Cyclic Example
Text Only |
---|
| material ConcreteK4 1 3E4 .05 .01 .01 3. 10. 2E-3 .7 5. 5.
materialTest1D 1 -1E-5 300 90 150 90 150 90 150 90 150 90 150 90 150 90 150
|
