# 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: 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:

```
GET https://docs.openbrim.org/templates/openbrimfea/loads-fea/static-loads-fea/nodal-disp-loads-fea.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
