> 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/openbrimfea/loads-fea/static-loads-fea/prestressing-loads-fea.md).

# Prestressing Loads \[FEA]

Prestressing loads define the application of prestress forces from tendons to the structural model for static analysis. These loads are used in non-staged analysis to apply the effective tendon forces after all losses.

**Load Case:** The analysis case (load case) to which this prestressing load belongs. Typically a load case with the PS (Prestress) load type.

**Tendon:** The tendon object from which the prestress forces are derived. The tendon's geometry, material, and jacking parameters define the force profile along its length. Right-click any field in this spreadsheet for the action *View Tendon Short Term Losses* which displays the tendon force diagram with the jacking parameters adjusted for the current stress level.

**Stressing at Start:** Indicates whether the tendon is stressed (jacked) from the start end. Select Yes to apply the jacking force at the start anchorage. The friction loss profile is calculated from this end.

**Stressing at End:** Indicates whether the tendon is stressed (jacked) from the end. Select Yes to apply the jacking force at the far anchorage. When both ends are stressed, the effective force is the envelope of forces from both jacking operations.

**Instantaneous Elastic Shortening Loss:** Controls whether the elastic shortening loss is included in the prestress force calculation. Elastic shortening occurs when the prestressed member shortens under the applied prestress, reducing the effective force in tendons that were stressed earlier. Select Yes to include this loss.


---

# 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/openbrimfea/loads-fea/static-loads-fea/prestressing-loads-fea.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.
