> 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/efr-user-manual/calculation-types/working-with-beam-calculations/steel-beam-calculations22.md).

# Steel Beam Calculations

How ENERCALC for Revit maps the Revit structural material name to a steel yield strength with two-way control during beam calculations.

There are very few special considerations that distinguish steel beam calculation launches from the basic beam behavior described in the preceding sections. The only significant additional property of a steel beam is the steel material grade. During launch of a steel beam calculation, the material grade is obtained from the name value of the native Revit parameter “Structural Material”.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-9e058e7ada77a8f5a5033f4dd8d98bde3c746472%2Fclip0509.png?alt=media)

Then the steel grade name is extracted from this parameter, it is automatically converted to a corresponding yield strength (in KSI) to be used for the calculation.

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-a00631a5aa48376d29cde8e232a0913d8ee9def0%2Fclip0510.png?alt=media)

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-20d98d03565ae59e47af296785ecec39a24c7073%2Fclip0511.png?alt=media)

![](https://4249100372-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgHVzpA9PT0VcuNGp6j39%2Fuploads%2Fgit-blob-db5d50418d122ad59a5be76f55e327b3c9ff819a%2Fclip0512.png?alt=media)

Similar to other design parameters, ENERCALC for Revit provides 2-way control of the steel grade. Modifying the numerical value of the Fy yield strength to a standard steel grade value will cause the material name assigned in Revit to update automatically when the “Save and Close” operation finishes. Note that this automatic mapping of names and yield strengths only applies if the default Revit materials (or similarly named materials) are present in the project. Removal of default materials may inhibit the ability to set and manage the steel grade in steel beam calculations. The mapping of these material names and grades is as follows:

| **Revit Material Name Contains:** | **ENERCALC SEL Fy:** |
| --------------------------------- | -------------------- |
| "A36"                             | 36 ksi               |
| "A500" & "B"                      | 46 ksi               |
| "A572"                            | 50 ksi               |
| "A992"                            | 50 ksi               |
| "Steel" \*\*                      | 50 ksi               |

\*\* Applies only if no other specific name matches are found

When a steel beam Fy is manually changed in ENERCALC SEL, the material name parameter value will be chosen by using the same matching process in reverse.


---

# 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/efr-user-manual/calculation-types/working-with-beam-calculations/steel-beam-calculations22.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.
