# 8. Loading

This section defines all applied loads on the bridge structure beyond self-weight, including live loads, wind loads, and temperature effects.

{% hint style="info" %}
Load definitions follow AASHTO LRFD specifications. The influence surface-based live load analysis automatically determines critical vehicle positions.
{% endhint %}

## Load Categories

| Category                                                                                                                                                                      | Description                                                  |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [Load Geometry Definitions](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/loading-ex1-sig/load-geometry-definitions-ex1-sig) | Define surfaces for load application                         |
| [Loads](https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/loading-ex1-sig/loads-ex1-sig)                                         | All load types including static, live, wind, and temperature |

## Loads Defined in This Example

| Load Type                     | Value/Description                      |
| ----------------------------- | -------------------------------------- |
| **Future Wearing Surface**    | 30 psf surface load                    |
| **Stay-in-Place Forms (SIP)** | 15 psf                                 |
| **Live Load**                 | HL-93 Design Vehicle                   |
| **Wind on Structure**         | Per AASHTO from multiple attack angles |
| **Wind on Live Load**         | Per AASHTO specifications              |
| **Temperature**               | Uniform temperature change             |

## Load Types

* **Static Loads**: Surface loads for wearing surface and SIP forms
* **Influence Surface-Based LL/BR/CE**: Live load, braking, and centrifugal effects using influence surfaces
* **Wind Loads**: Lateral loads on structure and vehicles from various directions
* **Temperature Loads**: Uniform temperature changes for thermal expansion/contraction


---

# Agent Instructions: 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:

```
GET https://docs.openbrim.org/examples/steel-bridge-examples/example-steel-i-girder-bridge-ex1-sig/loading-ex1-sig.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
