> 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/steel-bridge-examples/example-steel-tub-girder-bridge-ex1-stg/analyze-and-design-ex1-stg.md).

# Analyze and Design

This section explains how to run structural analysis and design verification for the Steel Tub Girder Bridge.

{% hint style="info" %}
**Navigation:** Analyze and Design
{% endhint %}

## Overview

OpenBrIM computes parametric equations to create 3D/FEA/CAD representations based on project inputs. The process includes:

* **FEA Model Generation:** Node merging, meshing, load generation, influence surface coefficients
* **Analysis:** Time-dependent staged construction analysis
* **Design:** AASHTO code compliance verification with DC ratio calculations

{% hint style="info" %}
After parameter changes, you can rerun analysis or use previous results if the change doesn't affect the FEA model.
{% endhint %}

## Steps

### Step 1: Run Analysis

Click the **Analyze** icon and select **Run Analysis**.

![Analyze button](https://openbrim.atlassian.net/wiki/download/attachments/2170355742/image-20230228-142856.png?api=v2)

![Run analysis options](https://openbrim.atlassian.net/wiki/download/attachments/2170355742/image-20230228-143655.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Using Previous Results</summary>

If you have already performed an analysis and wish to use the results in the design section, click **Use Previous Analysis Results**.

</details>

### Step 2: Run Design

Click the **Design** icon. OpenBrIM displays the estimated design process duration.

![Design button](https://openbrim.atlassian.net/wiki/download/attachments/2170355742/image-20230228-144131.png?api=v2)

![Design progress](https://openbrim.atlassian.net/wiki/download/attachments/2170355742/image-20230228-144636.png?api=v2)

### Step 3: View Design Report

Click the **Report** icon and select **Design Report**.

![Report button](https://openbrim.atlassian.net/wiki/download/attachments/2170355742/image-20230228-145352.png?api=v2)

### Step 4: Review Results

Switch between sections in the **Summary Report** tree view to review results.

![Summary report](https://openbrim.atlassian.net/wiki/download/attachments/2170355742/image-20230228-145509.png?api=v2)

## Verification

{% hint style="success" %}
After completing these steps, review the design report to verify AASHTO compliance for all components.
{% 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/steel-bridge-examples/example-steel-tub-girder-bridge-ex1-stg/analyze-and-design-ex1-stg.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.
