> 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-user-manual/introduction/toc161393725.md).

# Introduction

Overview of ENERCALC 3D, the integrated finite element analysis and design program in ENERCALC SEL.

Built from the ground up, ENERCALC 3D is a powerful structural design / finite element analysis software tool designed for structural engineers of all skill levels. ENERCALC 3D is reliable, easy to use, and affordable. The software is designed for accuracy and simplicity, allowing engineers to get the job done without being overwhelmed by useless features.

The program includes the following frame and finite elements:

* 2D and 3D beam and truss element (also called member). The element can be linear, tension-only or compression-only.
* 3D four-node shell element, with thick (MITC4) plate and thin (Kirchhoff) plate bending and plane membrane stress (compatible and incompatible) formulations.
* 3D eight-node solid element (brick) with compatible and incompatible formulations.
* Linear and nonlinear nodal, line, and surface spring elements.
* Rigid diaphragm.

The program includes the following analysis and design options:

* Static linear analysis.
* Geometric nonlinear (P-Delta) analysis.
* Standard 64-bit floating point (double precision) and extremely accurate 128-bit floating point (quad precision) skyline solvers.
* Lightning fast sparse solver based on Intel PARDISO solver.
* Nodal, point, line, and surface forces; point moments; self-weight.
* Forced displacements on supports.
* Member moment releases.
* Concrete beam, column and slab/wall designs according to ACI 318-02/05/08/11/14.
* Steel beam and column design according to AISC 15th Edition LRFD.

The program provides the following main user interface features:

* Multiple views with different display settings.
* Graphically drawing nodes, members and finite elements, area loads and rigid diaphragms via mouse-click.
* Versatile spreadsheets for input data and results.
* Powerful automatic model generations for continuous beams; 2D and 3D frames; 2D and 3D shells; arc beams and non-prismatic beams.
* Quality 3D graphical rendering with hidden line or surface removal based on OpenGL®
* Loading diagram; moment and shear diagram for members; contours for shells and solids; deflection diagram.
* Flexible editing features such as undo/redo, duplicate, move, scale, delete, revolve, extrude, splitting members, sub-mesh shells, node and element merging.
* Real time panning, zooming and rotating.
* Many different selection methods such as point/window/cross select, select by IDs, select by properties, with options to freeze or thaw parts of a model.
* Flexible annotations for input and results.
* Text and graphical reports in html format. Graphical report may contain multiple images. Text report may be saved in plain text format.
* Print previews for graphical and text reports


---

# 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-user-manual/introduction/toc161393725.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.
