> 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/properties/properties-for-nodes/springs.md).

# Springs

How to define and assign linear, compression-only, or tension-only nodal, line, and surface springs.

Springs, like Supports, are boundary conditions. But unlike Supports, Springs can be applied to nodes (as nodal springs), members (as line springs), and shells (as surface springs). Springs also have the ability to act as linear springs, compression-only springs, or tension-only springs.

Springs are defined by a stiffness (linear or rotational) associated with one or more global degrees of freedom.

Note that the program refers to translation degrees of freedom as X, Y, and Z, which correspond to the global coordinate axes. And note that the program refers to rotational degrees of freedom as OX, OY, and OZ, representing rotation about global X, Y, and Z, respectively.

There are at least a couple different ways to define and assign springs.

**Graphical Method**

If you preselect the desired node or nodes, you can click **Create > Boundary Conditions >** **Springs**. Then you can select the desired spring type (nodal, line, or surface) and assign it to the selected nodes.

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

Nodal Springs

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

Line Springs

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

Surface Springs

**Tabular Method**

If you click **Tables > Springs**, you will be given the option to select **Nodal Springs**, **Line Springs** or **Surface Springs**. In all cases, you can edit existing spring data or insert new rows and create new spring assignments.

If you select Nodal Springs, the *Nodal Springs* screen displays. The column with the heading "6-DOFs" uses 0 for linear spring, 1 for compression-only spring and 2 for tension-only spring. All six degrees of freedom must use the same type of spring, and they listed in the following order: X, Y, Z, OX, OY, OZ. Using this syntax, you can create any type of spring you want. The columns to the right hold the stiffness values that you want to have applied in each degree of freedom.

If you select Line Springs, the *Line Springs* screen displays. The column with the heading "6-DOFs" uses 0 for linear spring, 1 for compression-only spring and 2 for tension-only spring. This type of spring only collects stiffnesses for the three translational degrees of freedom. All three degrees of freedom must use the same type of spring, and they listed in the following order: X, Y, Z. Using this syntax, you can create any type of spring you want. The columns to the right hold the stiffness values that you want to have applied in each degree of freedom.

If you select Surface Springs, the *Surface Springs* screen displays. The column with the heading "6-DOFs" uses 0 for linear spring, 1 for compression-only spring and 2 for tension-only spring. This type of spring only collects stiffnesses for the three translational degrees of freedom. All three degrees of freedom must use the same type of spring, and they listed in the following order: X, Y, Z. Using this syntax, you can create any type of spring you want. The columns to the right hold the stiffness values that you want to have applied in each degree of freedom.


---

# 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/properties/properties-for-nodes/springs.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.
