> 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/construction-ex1-stg/superstructure-construction-ex1-stg/deck-construction-ex1-stg.md).

# Deck Construction

This section defines the deck pouring and hardening construction stages.

{% hint style="info" %}
**Navigation:** Construction > Superstructure Construction > Deck Construction

For detailed parameter explanations, see the [Deck Construction Reference](https://docs.openbrim.org/templates/steel-tub-girder-bridge-workflow/construction-stg/superstructure-construction-stg/deck-construction-stg).
{% endhint %}

## Overview

Composite deck pouring is a method of constructing a bridge deck where the deck and the girders act together as a single structural unit, which can significantly increase the load-carrying capacity of the bridge. In steel tub girder bridges, composite deck pouring is achieved by using a concrete deck that is poured onto the top flanges of the steel girders, which are typically designed with shear connectors such as studs or shear tabs.

### Composite Deck Pouring Sequence

1. Preparing the steel girders with shear connectors (studs or shear tabs)
2. Placing the formwork on top of girders
3. Placing the reinforcement (steel bars or mesh)
4. Pouring the concrete and leveling to create a flat surface
5. Finishing the surface with a trowel
6. Curing the concrete (typically for several days)
7. Applying the wearing surface (asphalt or other surface)

Prior to the deck pouring stages, ensure that substructure elements (foundations, piers, pier caps, abutments) and superstructure elements (girders and bracings) have been constructed. It is also crucial to apply the formwork load in the previous stages.

## Steps

### Step 1: Navigate to Deck Construction

Navigate to **Loading > Construction > Superstructure > Deck** in the tree view.

![Deck construction navigation](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-154536.png?api=v2)

### Step 2: Define Pouring Stages

You should specify the states of deck construction stage, which include deck pouring and hardening, in this section.

Click the **three-dot icon** on the **Pouring Stage (Weight Only)** cell.

Select all of the stages that are related to pouring the deck concrete which were defined in the previous steps.

Enter the names of the deck construction stages in **Name**.

![Pouring stage selection](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-154559.png?api=v2)

![Pouring stage names](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-154700.png?api=v2)

### Step 3: Define Hardening Stages

Click the **three-dot icon** on the **Hardening Stage (Gains Stiffness)** cell.

Select the stages at which the pouring stage will harden in the staged concrete pouring process for the deck.

![Hardening stage selection](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-155729.png?api=v2)

![Hardening stage configuration](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-155757.png?api=v2)

![Hardening stage assignments](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-160101.png?api=v2)

### Step 4: Select Deck to Construct

In the corresponding stage, select the deck that is to be constructed.

![Deck selection](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-160237.png?api=v2)

### Step 5: Configure Longitudinal Pouring Limits

Navigate to the **Longitudinal** tab and enter the stations for deck pouring in the longitudinal direction.

![Longitudinal pouring limits](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-163001.png?api=v2)

### Step 6: Configure Transverse Pouring Limits (Optional)

Navigate to the **Transverse** tab to configure transverse deck pouring limits if needed.

![Transverse pouring limits](https://openbrim.atlassian.net/wiki/download/attachments/2169045041/image-20230222-163955.png?api=v2)

## Verification

{% hint style="success" %}
All deck casting stages should be defined with appropriate pouring and hardening stages, along with longitudinal and transverse limits.
{% 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/construction-ex1-stg/superstructure-construction-ex1-stg/deck-construction-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.
