> 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/examples/concrete-bridge-examples/example-concrete-u-girder-bridge.md).

# Example Concrete U Girder Bridge

This example demonstrates how to model, analyze, and design a Concrete U Girder (Spliced Girder) Bridge using OpenBrIM.App.

{% hint style="success" %}
**Ready to start?** Access the completed example in **New Project > Example Projects**, or follow this step-by-step guide to build from scratch.
{% endhint %}

## Capabilities

### 3D Modeling

* Generate parametric 3D model with substructure and superstructure
* Spliced U-girder segments with closure pours
* Export to DGN/DXF/IFC formats

### Finite Element Analysis

* Parametric FEA model generation
* Time-dependent staged construction analysis
* Influence surface-based live load analysis
* Creep and shrinkage per CEB-FIP 1990
* Post-tensioning tendon analysis

### Loading

* Wind load on structure (AASHTO) with automatic nodal load calculation
* Wind load on live load
* HL-93, Legal Trucks, Permit Trucks (custom trucks supported)
* Temperature loads
* Surface/Line/Point loads
* Post-tensioning tendon stressing

### Staged Construction

* Girder segment erection sequence
* Closure pour placement
* Deck pouring sequence (transverse and longitudinal)
* Temporary support management
* Non-composite and composite state modeling
* Short-term and long-term modulus of elasticity

### Analysis Results

* Stage-by-stage results (incremental and cumulative)
* Deflection visualization and spreadsheet export
* Combination results for all limit states
* Composite section results
* Stress distributions
* Critical vehicle location visualization

### Design

Components supported per AASHTO 9th Edition:

* Spliced U Girder
* Cross Frames
* Pier Caps, Columns, Footings
* Piles, Drilled Shafts

### Export & Reports

* Export to LARSA 4D, CSI Bridge, Midas
* Quantity Report
* Seat/Slab Elevation Tables
* Project Inputs
* Vertical Clearance Report
* 2D Drawings (DGN/DXF export)

## Workflow Steps

Follow these sections to complete the bridge design:

| Step | Section                                                                                                                                 | Description                                 |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| 1    | [Modeling on OpenBrIM.App](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/modeling-on-openbrim.app-ex1-cug.md)     | Create new project                          |
| 2    | [Bridge Geometry](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/bridge-geometry-ex1-cug.md)                       | Define alignment, supports, girder layout   |
| 3    | [Properties](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/properties-ex1-cug.md)                                 | Define materials, rebars, sections, strands |
| 4    | [Superstructure](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/superstructure-ex1-cug.md)                         | Model U-girders, deck, diaphragms, bearings |
| 5    | [Superstructure Attachments](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/superstructure-attachments-ex1-cug.md) | Add barriers, roadway                       |
| 6    | [Substructure](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/substructure-ex1-cug.md)                             | Model piers, foundations, piles             |
| 7    | [Tendon](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/tendon-ex1-cug.md)                                         | Define post-tensioning tendons              |
| 8    | [Construction](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/construction-ex1-cug.md)                             | Define construction stages                  |
| 9    | [Loading](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/loading-ex1-cug.md)                                       | Apply all load types                        |
| 10   | [Combinations](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/combinations-ex1-cug.md)                             | Set up load combinations                    |
| 11   | [Templates](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/templates-for-code-check-ex1-cug.md)                    | Configure code check templates              |
| 12   | [Superstructure Code Checks](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/superstructure-code-checks-ex1-cug.md) | Run girder design checks                    |
| 13   | [Substructure Code Checks](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/substructure-code-checks-ex1-cug.md)     | Run substructure design checks              |
| 14   | [Load Rating](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/load-rating-ex1-cug.md)                               | Perform load rating analysis                |
| 15   | [Report](/examples/concrete-bridge-examples/example-concrete-u-girder-bridge/report-ex1-cug.md)                                         | Generate quantity takeoffs                  |

{% hint style="info" %}
Whenever you modify a bridge component parameter or alignment, all associated results and reports will automatically update. This demonstrates the power of parametric bridge engineering in OpenBrIM.
{% endhint %}


---

# 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/examples/concrete-bridge-examples/example-concrete-u-girder-bridge.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.
