> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/sel-faq/using-the-software/calculation-modules/beams2/concrete-beams/design-for-shear-in-aci-318-19.md).

# Design for Shear in ACI 318-19

How SEL handles ACI 318-19 transverse stirrup spacing and minimum shear reinforcement requirements.

*ACI 318-19 shear calculation procedures were overhauled as of Thu, 11 Jul 2024 as part of ticket 103338, and this topic is no longer relevant. Topic has been archived for posterity.*

## What's this maximum permissible spacing of stirrup legs in the transverse direction in ACI 318-19?

ACI 318-19 introduced some new requirements for shear design.

One item is the concept of maximum permissible spacing of stirrup legs in the transverse direction (across the width of the beam). These requirements are presented in ACI 318-19 Table 9.7.6.2.2, and ENERCALC SEL reports the maximum permissible transverse spacing on Calculations > MVD Summary > Design Shear.

## How is ENERCALC conforming to the new Av,min requirements for shear strength in ACI 318-19?

ACI 318-14 says that a minimum area of shear reinforcing is required whenever Vu > phiVc/2.

ACI 318-19 says essentially the same thing by saying Av,min, shall be provided in all regions where Vu > ϕλ sqrt(f'c)bwd.

***Both of these imply that Av,min is NOT required when Vu is below the corresponding strength limit from each code.***

Here's where things diverge:

In ACI 318-14, the shear strength of concrete is specified in 22.5.5.1, and it has **nothing to do with** the relationship between Av,provided and Av,min.

However in ACI 318-19, there is a lot of discussion about the shear strength of concrete as specified in 22.5.5.1. The discussion points out that the shear strength of concrete **depends on** the relationship between Av,provided and Av,min.

Fortunately, section 9.6.3.1 (minimum shear reinforcement for nonprestressed beams) helps to clarify this issue by referring not to ϕVc, but explicitly to ϕλ sqrt(f'c)bwd.

ENERCALC enforces expression (a) from Table 22.5.5.1. So Vu will not be greater than ϕλ sqrt(f'c)bwd in a design produced by ENERCALC, therefore ***Av,min is NOT required.***


---

# 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.enercalc.com/sel-faq/using-the-software/calculation-modules/beams2/concrete-beams/design-for-shear-in-aci-318-19.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.
