> For the complete documentation index, see [llms.txt](https://manual.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.karamba3d.com/beta/2-getting-started/2-getting-started-1/setting-up-a-structural-analysis/2.2.4-define-loads.md).

# 2.2.4 Define Loads

<figure><img src="/files/ATFjnOdMJNalO20iqg30" alt=""><figcaption><p>Fig. 2.2.4.1: A cantilever with a point-load at its tip</p></figcaption></figure>

In fig. 2.2.4.1 a point-load of 1 kilo Newton ($$kN$$) is added at the tip of the cantilever beam. A vector at the input-plug **“Force”** specifies direction and magnitude of the load: since the global Z-axis points upwards a load acting downwards has a negative z-component.

{% hint style="info" %}
The input plug **“LCase”** can be used to set the name of the load case in which the load acts. This allows different load scenarios (e.g., wind from different directions) to be created and combined later on.
{% endhint %}

<figure><img src="/files/Z0MPvgA1ARyUSd0qIgU1" alt=""><figcaption><p>Fig. 2.2.4.2: Definitions of different load types</p></figcaption></figure>

The dropdown lists at the bottom of the **“Loads”** component allows selection between different types of loads as shown in Figure 2.2.4.2:

* **Gravity Loads:** Act on the entire structure.
* **Point Loads:** Concentrated load; Location can be specified by node index or position.
* **Initial Strain:** Imposes an initial change of geometry on structural elements.
* **Temperature:** Via the coefficient of thermal expansion (see section [3.5.1](/beta/3-in-depth-component-reference/3.4-material/3.4.1-material-properties.md)) temperature changes are linked to axial or in-plane strains.
* **Distributed Loads on Meshes:** They get reduced to approximately statically equivalent node and beam loads. There exist two variants: "MeshLoad Const" which defines a uniform surface load and "MeshLoad Var" where pressures can be defined for each mesh-face individually.

The directions of gravity and point loads refer to the global coordinate system. The direction vector of beam and mesh loads can be specified relative to the global or local coordinate system (related to the element or mesh).

Point-loads can only be defined at structure nodes. If a Point-load position is not set on a node, the **“Assemble Model”** component will issue an error. The error message will contain the coordinates of the point load that does not attach to the model. To get an overview of the faulty model, deactivate the corresponding "Load" component and use the **“ModelView”** component to visually inspect the model.

Besides the above loads which apply irrespective of the type of loaded element, the component **"Beam Loads"** can be used to define loads specific to beams (see section [3.2.2](/beta/3-in-depth-component-reference/3.2-load/3.2.2-beam-loads.md)).<br>


---

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

```
GET https://manual.karamba3d.com/beta/2-getting-started/2-getting-started-1/setting-up-a-structural-analysis/2.2.4-define-loads.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.
