> For the complete documentation index, see [llms.txt](https://docs.openbrim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrim.org/technical-background/soil-structure-interaction/lateral-soil-models/stiff-clay-without-free-water-welch-and-reese-welch-and-reese-1972.md).

# Stiff Clay without Free Water (Welch and Reese) \[Welch and Reese, 1972]

Following *p-y* curve is recommended by \[Welch and Reese, 1972] for stiff clay under static loading.

$$
\tag{1}
p = 0.5p\_u(\frac{y}{y\_{50}})^{1/4}
$$

where,

$$p$$ = horizontal resistance per unit length $$p\_u$$ = horizontal ultimate resistance per unit length $$y$$ = horizontal displacement $$y\_{50}$$ = deflection at one-half the ultimate soil resistance

$$y\_{50}$$ is defined as:

$$
\tag{2}
y\_{50} = 2.5\varepsilon\_{50}b
$$

$$ε\_{50}$$ = the strain corresponding to one-half the maximum principal stress difference $$b$$ = pile diameter

Ultimate horizontal resistance $$p\_u$$ defined smaller of the values given below.

$$
\tag{3}
p\_u = \Bigg\[3+\frac{\gamma}{c}z+\frac{J}{b}z\Bigg]c\_ab
$$

$$
\tag{4}
p\_u = 9c\_ub
$$

where,

$$γ$$ = unit weight\
$$c\_u$$ = undrained shear strength $$c\_a$$ = average undrained shear strength over the depth z $$z$$ = depth $$J$$ = factor, taken as 0.5 by default

Beyond point where displacement, y, equals to $$16y\_{50}$$, $$p$$ is equal to $$p\_u$$ for all values of y.

***

\[Welch and Reese, 1972] Welch, R. and Reese, L. C. (1972). Laterally loaded behavior of drilled shafts. Technical Report 35-65-89, Center for Highway Research. University of Texas, Austin.


---

# 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://docs.openbrim.org/technical-background/soil-structure-interaction/lateral-soil-models/stiff-clay-without-free-water-welch-and-reese-welch-and-reese-1972.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.
