> 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/nodal-disp-loads-fea.md).

# Nodal Disp. Loads \[FEA]

Nodal displacement loads impose prescribed displacements or rotations at specific nodes. They are used to model support settlements, imposed deformations, or known displacements at boundary conditions.

**Load Case:** The analysis case (load case) to which this displacement load belongs. The displacement will only be applied when this load case is active in the analysis.

**Node:** The node at which the prescribed displacement is applied. The node must have the corresponding DOF constrained (fixed or with spring stiffness) for the imposed displacement to take effect.

**Tx:** Prescribed translation in the X direction. The node will be displaced by this amount in the global X direction.

**Ty:** Prescribed translation in the Y direction. The node will be displaced by this amount in the global Y direction.

**Tz:** Prescribed translation in the Z direction. The node will be displaced by this amount in the global Z direction (e.g., use a negative value to model downward support settlement).

**Rx:** Prescribed rotation about the X axis (in radians). The node will be rotated by this amount about the global X axis.

**Ry:** Prescribed rotation about the Y axis (in radians). The node will be rotated by this amount about the global Y axis.

**Rz:** Prescribed rotation about the Z axis (in radians). The node will be rotated by this amount about the global Z axis.


---

# 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/nodal-disp-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.
