> 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/surface-loads-on-shells.md).

# Surface Loads (on Shells)

How to apply uniformly distributed surface loads to shells graphically or through the Surface Loads table.

Surface Loads are uniformly distributed loads that are applied to shells.

**Graphical Method**

Select the shells to load. Then click **Create > Draw Loads > Surface Loads** to open the *Surface Load* dialog.

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

Specify the Load Case with which the new load will be associated.

Select the direction of the load and indicate whether the direction selection is to be interpreted as being in the local or global coordinate axis system.

Enter the value and remember to use the proper algebraic sign for the direction of loading.

**Tabular Method**

Click **Tables > Surface Loads** to open 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)

Note that the table has a Load Case dropdown list box at the top.

This table can be useful for reviewing and editing or deleting previously defined Surface Loads, but it can also be used to define new surface loads by specifying the shell ID, the Coordinate System and the Direction, and the load intensity Value.


---

# 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/surface-loads-on-shells.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.
