> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/e3d-training-manual/building-the-model/working-with-loads/fluid-loads.md).

# Fluid Loads (on Shells)

How to apply linearly varying surface loads perpendicular to a mesh of selected shells.

The Fluid Loads command provides a convenient way to apply a linear varying surface load on a selected mesh of shells. The load will be applied in the local z direction of all selected shells, that is, perpendicular to the shell and in the positive or negative local z direction based on the algebraic sign of the load value.

Note that although the load can vary in intensity, it will be discretized such that the load will be uniform on each individual shell.

**Graphical Method**

The command is accessed by clicking **Create > Generate Loads > Fluid Loads**, which opens the *Fluid Load* dialog.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-19ca20ffb77b5b05feecc31b3a3bf34e8590c3f3%2FFluid%20load%20dialog.jpg?alt=media)

Select the load case with which the Fluid Load is to be associated.

The actual loading is specified as three components: a global direction of variation, a starting coordinate with load intensity and an ending coordinate with load intensity.

**Tabular Method**

The tables are useful for reviewing and editing the loads produced by the Fluid Loads command, because they get generated as surface loads on shells. But the tables don't have the power to *generate* Fluid Loads of varying magnitudes on multiple shells.

Clicking **Tables > Surface Loads** opens the *Surface Loads* table.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-53b920273d3d775851641f2cd36dfd72af73a532%2FSurface%20load%20table.jpg?alt=media)

This table displays all loads applied to shells, including those generated by the Fluid Loads command. Any of the data can be edited in this table, and new data can be created by manually inserting new rows. But remember that the real utility of the Fluid Loads command is its ability to create varying loads on many shells automatically.


---

# 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.enercalc.com/e3d-training-manual/building-the-model/working-with-loads/fluid-loads.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.
