# Nodal Loads \[FEA]

Nodal loads apply concentrated forces and moments directly to nodes. They are used to model point loads from equipment, concentrated reactions, or any loading that acts at a specific point in the structure.

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

**Node:** The node or FE group at which the load is applied. If an FE group is selected, the load is applied to all nodes within that group.

**Coordinate System:** The coordinate system in which the force and moment components are defined. Select Global for forces defined in the global XYZ directions, or select a custom coordinate system for forces defined in a local reference frame.

**Fx:** Force component in the X direction of the selected coordinate system. Positive values act in the positive X direction.

**Fy:** Force component in the Y direction of the selected coordinate system. Positive values act in the positive Y direction.

**Fz:** Force component in the Z direction of the selected coordinate system. Positive values act in the positive Z direction (typically upward). Use negative values for downward loads.

**Mx:** Moment component about the X axis of the selected coordinate system. Follows the right-hand rule for sign convention.

**My:** Moment component about the Y axis of the selected coordinate system. Follows the right-hand rule for sign convention.

**Mz:** Moment component about the Z axis of the selected coordinate system. Follows the right-hand rule for sign convention.


---

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