> 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/templates/concrete-u-girder-bridge-workflow/load-rating-cug.md).

# Load Rating \[CUG]

**Staged Construction Analysis**\
For a typical load rating project, a staged construction analysis is performed in the following stages:\
**Stage 1:** Construction of girders and bracings, followed by the application of non-composite loads such as deck loads and stay-in-place formwork loads on the non-composite girder.\
**Stage 2:**(or more): The deck gains stiffness based on the deck pouring sequence.\
**Stage 3:** Barrier loads or wearing surface loads are applied on the deck.\
**Stage 4:** Influence surface-based live load analysis is conducted using various vehicles.

To comply with AASHTO clause`6.10.1.1.1b` , users are given the ability to override the modulus of elasticity of the deck at each stage AASHTO clause `6.10.1.1.1b`. For transient loads assumed to be applied to the short-term composite section, the concrete deck area is transformed using the short-term modular ratio, n. For permanent loads assumed to be applied to the long-term composite section, the concrete deck area is transformed using the long-term modular ratio, 3n.).

**Load Rating**

To compute stress values for load rating, we classify the analysis results from staged construction analysis into three categories: non-composite major axis bending moment, short-term composite bending moment, and long-term composite bending moment.

For positive flexure regions, stress is then calculated based on these three section moduli (girder only-noncomposite section, short-term composite section - deck(n)+girder, and long-term composite section-deck(3n)+girder).

For negative flexure regions, we utilize a non-composite section and a girder section with rebars (optionally with a creep correction factor).


---

# 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/templates/concrete-u-girder-bridge-workflow/load-rating-cug.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.
