> For the complete documentation index, see [llms.txt](https://tlcfem.gitbook.io/suanpan-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tlcfem.gitbook.io/suanpan-manual/material/material1d/concrete/concretek4.md).

# ConcreteK4

A Uniaxial Plastic-Damage Concrete Model

## References

1. [10.1061/(ASCE)ST.1943-541X.0002592](https://doi.org/10.1061/\(ASCE\)ST.1943-541X.0002592)
2. [Constitutive Modelling Cookbook](https://github.com/TLCFEM/constitutive-modelling-cookbook/releases/download/latest/COOKBOOK.pdf)

## Syntax

```
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
```

!!! warning "maximum element size" Based on physical material limits, finite element dimensions for typical concrete cannot exceed half a meter (plain) to one meter (reinforced) if **strict** energy scaling is considered. The numbers are only indicative.

## 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

$$
\sigma=\left(1-d\right)\bar{\sigma}.
$$

### Yield Function

$$
F=\left{
\begin{array}{ll}
F\_t,&\bar{\sigma}>0,\\
F\_c,&\text{otherwise},
\end{array}
\right.
$$

with

$$
F\_t=\bar{\sigma}-\bar{\sigma}*{y,t},\qquad
F\_c=-\bar{\sigma}-\bar{\sigma}*{y,c}.
$$

### Flow Rule

$$
\dot{\varepsilon^p}=\gamma\~\text{sign}{\bar{\sigma}}.
$$

### Hardening Laws

$$
\bar{\sigma}*{y,t}=f\_t+h\_tk\_t,\qquad
\bar{\sigma}*{y,c}=\left{
\begin{array}{ll}
f\_y+h\_ck\_c,\&k\_c\leqslant{}k\_0,\\
f\_y+h\_ck\_0+h\_d\left(k\_c-k\_0\right),&\text{otherwise}.
\end{array}
\right.
$$

The tensile strength $$f\_t$$ is controlled by `(6)`. The hardening modulus $$h\_t$$ is computed as `(4)` times elastic modulus.

The crush strength $$f\_c$$ `(7)` can be expressed as $$f\_c=f\_y+h\_ck\_0$$ where $$f\_y$$ is `(9)` times $$f\_c$$. $$k\_0$$ is strain when crush strength is reached, this is controlled by `(8)`. The hardening modulus $$h\_c$$ is automatically computed. The hardening modulus $$h\_d$$ is computed as `(5)` times elastic modulus.

### Damage

$$
d\_t=1-\exp\left(-\dfrac{k\_t}{e\_{r,t}}\right),\qquad
d\_c=1-\exp\left(-\dfrac{k\_c}{e\_{r,c}}\right).
$$

The reference strain $$e\_{r,t}$$ and $$e\_{r,c}$$ are used to control the damage evolution. They can be expressed as

$$
e\_{r,t}=\dfrac{f\_t}{\zeta\_tE},\qquad
e\_{r,c}=\dfrac{f\_c}{\zeta\_cE},
$$

in which $$\zeta\_t$$ and $$\zeta\_c$$ 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.

![crack closing ratio](https://1124082496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEquxr3H9WpPg4iPvT2mB%2Fuploads%2Fgit-blob-bd73d7f64483ea8fe2e333c00ae21425acce8b86%2FK4.EX1.svg?alt=media)

![crack closing ratio](https://1124082496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEquxr3H9WpPg4iPvT2mB%2Fuploads%2Fgit-blob-53a24148bba2a4807c79d915ba0f2b0b40f2fe85%2FK4.EX2.svg?alt=media)

### Effect of Tensile Reference Strain

Basic model:

```
material ConcreteK4 1 3E4 .05 .01 .01 3. 10. 2E-3 .7 1. 1.
```

![tensile reference strain](https://1124082496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEquxr3H9WpPg4iPvT2mB%2Fuploads%2Fgit-blob-58d9714e74d6552eb0eeda1ba7d0bca35d59ba2c%2FK4.EX3.svg?alt=media)

### Effect of Compressive Reference Strain

Basic model:

```
material ConcreteK4 1 3E4 .05 .01 .01 3. 10. 2E-3 .7 1. 1.
```

![compressive reference strain](https://1124082496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEquxr3H9WpPg4iPvT2mB%2Fuploads%2Fgit-blob-f4243bb502da46f29b362092c533117234826bb0%2FK4.EX4.svg?alt=media)

### A Cyclic Example

```
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
```

![cyclic](https://1124082496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEquxr3H9WpPg4iPvT2mB%2Fuploads%2Fgit-blob-dd6a933bde08b313d650387343bcd5bcb52b1cac%2FK4.EX5.svg?alt=media)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tlcfem.gitbook.io/suanpan-manual/material/material1d/concrete/concretek4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
