> 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/templates/truss-bridge-workflow/substructure-tb/abutment-system-tb/drainage-tb.md).

# Drainage \[TB]

Bridge drainage is part of the engineering system that is used to capture, manage and drain surface water from the bridge surface.

## General

**Abutment:** This parameter specifies the abutment for which the drainage will be modeled.

**Elevation Offset from Bottom:** This parameter is used to determine the value of the elevation offset for the drainage object. The reference point is the bottom elevation of the abutment.

**Drainage Section:** This parameter is used to determine the section of the drainage object.

## Mid Drainage

**Mid Drainage Length:** This parameter is used to determine the length of the middle section of the drainage object.

**Mid Drainage Elevation Offset from Bottom of Abutment:** This parameter is used to determine the value of the elevation offset for the mid drainage object. The reference point is the bottom elevation of the abutment.

## Left Drainage

**Left Drainage Start Station:** This parameter is used to determine the starting station of the left-side drainage object.

**Left Drainage End Station:** This parameter is used to determine the ending station of the left-side drainage object.

**Left Drainage Offset from Front Face of Abutment:** This parameter is used to determine the value of the elevation offset for the left drainage object. The reference point is the bottom elevation of the abutment.

## Right Drainage

**Right Drainage Start Station:** This parameter is used to determine the starting station of the right-side drainage object.

**Right Drainage End Station:** This parameter is used to determine the ending station of the right-side drainage object.

**Right Drainage Offset from Front Face of Abutment:** This parameter is used to determine the value of the elevation offset for the right drainage object. The reference point is the bottom elevation of the abutment.

## IFC

**Type:** The IFC entity type for BIM export. Default is IfcDistributionSystem.

**Predefined Type:** The IFC Predefined Type is specified using this parameter. Default is DRAINAGE for bridge deck drainage systems. Available options include:

* DRAINAGE (default)
* DISPOSAL
* RAINWATER
* SEWAGE
* STORMWATER
* WASTEWATER
* USERDEFINED
* NOTDEFINED

**Parent \[Bridge/Superstructure/Deck/Substructure/Foundation/Approach\_Structure/Retaining\_Structure]:** The IFC Parent is specified using this parameter to define the hierarchy relationship in the IFC model.


---

# 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/templates/truss-bridge-workflow/substructure-tb/abutment-system-tb/drainage-tb.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.
