> 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/minimum-pile-tip-embedment-workflow/mpte-mpte/mpte-report-mpte.md).

# MPTE Report \[MPTE]

**MPTE Model:** Specify the MPTE model you want to generate the report for. The model should be created according to the following section.

* [MPTE Model \[MPTE\]](/templates/minimum-pile-tip-embedment-workflow/mpte-mpte/mpte-model-mpte.md)

***

Results are presented in both envelope and load case formats. They are shown in both table and plot formats. Tables and plots are displayed for the envelope and for each load case. Plots include the maximum lateral (resultant) displacement, lateral displacement in the X direction, and lateral displacement in the Y direction. Maximum displacements are taken from the pile head nodes.

![image-20240701-100335.png](https://openbrim.atlassian.net/wiki/download/attachments/2546696769/image-20240701-100335.png?api=v2)

To identify the asymptote in the Minimum Pile Tip Embedment plots, the lengths of the pile elements should be comparable from one trial embedment length to the next. In other words, selecting the initial and final embedment lengths, as well as the number of trial embedment lengths, is critical to generate appropriate mesh lengths and ensure consistent positioning of soil springs across varying embedment models. If these selections are not made adequately, there is a potential for inconsistent placement of the soil springs (support conditions) and issues with mesh convergence.


---

# 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/minimum-pile-tip-embedment-workflow/mpte-mpte/mpte-report-mpte.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.
