> 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/concrete-box-girder-bridge-workflow/access-hole-design-cbg/access-hole-load-cbg.md).

# Access Hole Load \[CBG]

The Access Hole Load workflow item defines the edge loads applied to a previously defined Access Hole Model. Forces and moments can be specified independently for each of the four plate edges (left, right, top, bottom) and are converted internally into surface loads on the corresponding edge FE groups.

## General

**Plate:** Pick the Access Hole Model on which the edge loads are applied. The plate's length and width are read from the picked model to convert the edge forces into surface loads. Required; exactly one plate must be selected.

## Left Edge Load

Forces and moments applied uniformly across the left-edge strip of the plate (edge at `X = -Plate Length / 2`). Forces use `Force` units and moments use `Moment` units.

**Fx:** Total force along the X axis applied to the left edge.

**Fy:** Total force along the Y axis applied to the left edge.

**Fz:** Total force along the Z axis applied to the left edge.

**Mx:** Total moment about the X axis applied to the left edge.

**My:** Total moment about the Y axis applied to the left edge.

**Mz:** Total moment about the Z axis applied to the left edge.

## Right Edge Load

Forces and moments applied uniformly across the right-edge strip of the plate (edge at `X = +Plate Length / 2`).

**Fx:** Total force along the X axis applied to the right edge.

**Fy:** Total force along the Y axis applied to the right edge.

**Fz:** Total force along the Z axis applied to the right edge.

**Mx:** Total moment about the X axis applied to the right edge.

**My:** Total moment about the Y axis applied to the right edge.

**Mz:** Total moment about the Z axis applied to the right edge.

## Top Edge Load

Forces and moments applied uniformly across the top-edge strip of the plate (edge at `Y = +Plate Width / 2`).

**Fx:** Total force along the X axis applied to the top edge.

**Fy:** Total force along the Y axis applied to the top edge.

**Fz:** Total force along the Z axis applied to the top edge.

**Mx:** Total moment about the X axis applied to the top edge.

**My:** Total moment about the Y axis applied to the top edge.

**Mz:** Total moment about the Z axis applied to the top edge.

## Bottom Edge Load

Forces and moments applied uniformly across the bottom-edge strip of the plate (edge at `Y = -Plate Width / 2`).

**Fx:** Total force along the X axis applied to the bottom edge.

**Fy:** Total force along the Y axis applied to the bottom edge.

**Fz:** Total force along the Z axis applied to the bottom edge.

**Mx:** Total moment about the X axis applied to the bottom edge.

**My:** Total moment about the Y axis applied to the bottom edge.

**Mz:** Total moment about the Z axis applied to the bottom edge.


---

# 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/concrete-box-girder-bridge-workflow/access-hole-design-cbg/access-hole-load-cbg.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.
