> 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/columns/enhanced-biaxial-bending-check.md).

# Enhanced Biaxial Bending Checks per ACI 318

How the ENERCALC Concrete Column module evaluates seven eccentricity conditions for biaxial bending and minimum eccentricity per ACI 318.

## How does ENERCALC handle the permutations of minimum eccentricity as required by ACI 318?

The Concrete Column module now evaluates seven eccentricity conditions for each load combination to comprehensively assess biaxial bending and axial interaction per §6.6.4.5.4 of ACI 318-19 and -25. This enhancement ensures minimum eccentricity cannot mask a flexural overstress and provides correct capacity checks for both symmetric and asymmetric column sections.

**Key Improvements**

* Seven eccentricity conditions evaluated - Each load combination is now checked against seven moment conditions to envelope all possible minimum eccentricity scenarios:
  * (a) Actual eccentricity about both axes
  * (b) Actual X / +M2,min Y
  * (c) Actual X / Zero Y
  * (d) Actual X / −M2,min Y
  * (e) +M2,min X / Actual Y
  * (f) Zero X / Actual Y
  * (g) −M2,min X / Actual Y
* Four-quadrant biaxial angle calculation - Biaxial bending angles now correctly reflect moment direction (0°–360°), ensuring asymmetric sections are checked against the correct capacity for each quadrant
* Enhanced result reporting - Subscript letters (a)–(g) differentiate conditions throughout all result tabs (Pn and Utilization, Detailed Results, AMVD, Deflections, Reactions, P-M Diagrams)
* Help popup for condition reference - A clickable help icon displays the M2 Moment Conditions table on relevant result tabs

**Technical Details**

* Minimum eccentricity per §6.6.4.5.4 of ACI 318-19 and -25: emin = (0.6 + 0.03h) inches
* Service load deflections and reactions reflect condition-specific M2,min values
* Frame model lateral restraints corrected for Cases 1-4 (non-sway columns) to produce P×e moments for actual eccentricity conditions
* Section Properties > alpha tab now includes actual design angles from the analysis

**Impact on Existing Calculations**

* Symmetric sections - Results may show more conditions in the output, but governing utilization ratios remain consistent with prior versions
* Asymmetric sections - More accurate capacity checks; some previously unconservative designs may now show higher utilization ratios
* Display changes - All result tabs now show expanded entries (5× to 7× more rows per load combination); governing conditions are clearly marked


---

# 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/columns/enhanced-biaxial-bending-check.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.
