ConcreteExp

Objective Concrete Model

The ConcreteExp model uses the exponential functions from the Barcelona model (Lubliner, 1989) as the backbones. The main advantage is now the area under the backbone has an upper bound and can be explicitly integrated. By associating this value with objective quantities, it is possible to obtain a uni-axial concrete model that supports objective response.

Syntax

material ConcreteExp (1) (2) (3) (4) (5) (6) (7) (8) [9] [10]
# (1) int, unique tag
# (2) double, elastic modulus
# (3) double, f_t
# (4) double, a_t
# (5) double, g_t
# (6) double, f_{c,m}
# (7) double, a_c
# (8) double, g_c
# [9] double, middle point, default: 0.2
# [10] double, density, default: 0.0

History Variable Layout

Since it is derived from the SimpleHysteresis model, they share the same history variable layout.

Theory

For both tension and compression, the following equation is used for the backbone.

σf=(1+a)exp(bεp)aexp(2bεp)\dfrac{\sigma}{f}=\left(1+a\right)\exp\left(-b\varepsilon_p\right)-a\exp\left(-2b\varepsilon_p\right)

where aa and bb are two material properties that control the shape of the backbone. For tension, a<1a<1. For compression a>1a>1.

The area under the backbone is

g=a+22bf.g=\dfrac{a+2}{2b}f.

So for a fixed gg, bb can be computed as

b=a+22gf.b=\dfrac{a+2}{2g}f.

The model accepts gtg_t and gcg_c in order to obtain objective results.

The parameters ftf_t and fcf_c are elastic limits of tension and compression respectively. However, the maximum strength fc,mf_{c,m} are taken as inputs since for compression there is a hardening response.

It could be derived that

fcfc,m=4ac(1+ac)2.\dfrac{f_c}{f_{c,m}}=\dfrac{4a_c}{\left(1+a_c\right)^2}.

If, as normally assumed, the elastic limit of 80 %80~\% of the maximum strength, then

fcfc,m=4ac(1+ac)2=0.8,ac3.73.\dfrac{f_c}{f_{c,m}}=\dfrac{4a_c}{\left(1+a_c\right)^2}=0.8,\qquad a_c\approx3.73.

For other ratios, aca_c can be determined accordingly.

Determination of Parameters

The parameter gtg_t could be associated with the mode one specific fracture energy of the material. For concrete, it typically ranges from 40 N/m40~\mathrm{N/m} to 120 N/m120~\mathrm{N/m} (according to ABAQUS). Values of similar scale can be used.

The counterpart gcg_c can be chosen as several hundred times larger than gtg_t.

The ata_t can be set to (0, 1)(0,~1), typically, a value of 0.70.7 is good for general use. The aca_c is greater than 11. A larger aca_c has a narrower hardening region and thus degrades more rapidly. For high strength concrete, aca_c can be large. For low strength concrete, aca_c could be around 22.

material ConcreteExp 1 3E4 3. .6 4E-3 30. 4. 1E-1 .2

The above command has the following tension response (strain and stress).

And the following compression response.

Last updated