> 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/superstructure-ex1-cug/u-girders-ex1-cug/concrete-u-girder-ex1-cug.md).

# Concrete U Girder

This section defines the Concrete U Girder properties including section variations, haunch thickness, and FEA settings.

{% hint style="info" %}
**Navigation:** Superstructure > Girders > Concrete U Girder

For detailed parameter explanations, see the [Concrete U Girder Reference](https://docs.openbrim.org/templates/concrete-u-girder-bridge-workflow/superstructure-cug/u-girder-cug/concrete-u-girder-cug).
{% endhint %}

## Steps

### Step 1: Navigate to Concrete U Girder

Navigate to **Girders > Concrete U Girder** in the tree view.

![Navigation](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-120916.png?api=v2)

### Step 2: Assign Girder Layout

Click the **three-dots icon** on the Girder Layout cell and select **GL1** from the dropdown.

### Step 3: Edit Girder Sections

Click the **three-dots icon** on **Girder Sections** and select **Edit**.

![Edit Sections](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-121337.png?api=v2)

The CUG1 beam will have section variations according to station. The sections **U78G5** and **U54G5** (defined in the Sections page) are applied at different stations.

![Section Variations](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-122805.png?api=v2)

### Step 4: Define Section Stations

Select the **Reference Support Line** option.

Use the **Station Difference Along PGL** parameter to designate the specific station where each section is positioned.

![Station Definition](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-124238.png?api=v2)

### Step 5: Set Variation Transitions

Define the desired appearance of variation transitions between sections.

![Variation Transitions](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-132544.png?api=v2)

### Step 6: Apply Configuration to All Spans

Apply the station-dependent configuration for **SL1** (Reference Support Line) throughout the entire bridge span.

![All Spans](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-133101.png?api=v2)

### Step 7: Set Haunch Thickness

Enter **Haunch Thickness** as **4** inches.

![Haunch Thickness](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-134110.png?api=v2)

<details>

<summary><strong>Quick Tip:</strong> Haunch Thickness</summary>

The haunch is the concrete buildup between the top of the girder and the bottom of the deck slab.

![Haunch Diagram](https://openbrim.atlassian.net/wiki/download/attachments/2104689432/image-20230828-140549.png?api=v2)

</details>

### Step 8: Configure FEA Settings

Navigate to the **FEA Settings** tab.

![FEA Settings](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-134249.png?api=v2)

{% hint style="info" %}
When you define a **RigidSection** in the Section spreadsheet, OpenBrIM automatically assigns the **Rigid Section** parameter. The girder FE model uses FeLine elements for flanges and FeSurface elements for the web.
{% endhint %}

### Step 9: Define Second Girder

For the second girder, use **GL2** in the Girder Layout.

![Second Girder](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-141332.png?api=v2)

Replicate all actions performed for **CUG1** for **CUG2**.

## Verification

{% hint style="success" %}
After completing these steps, the girders should appear as shown below.
{% endhint %}

![Completed Girders 1](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-142708.png?api=v2)

![Completed Girders 2](https://openbrim.atlassian.net/wiki/download/attachments/2258731022/image-20230828-142744.png?api=v2)


---

# 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/superstructure-ex1-cug/u-girders-ex1-cug/concrete-u-girder-ex1-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.
