# 3.6.1: Analyze

With geometry, supports and loads defined, the structural model is ready for processing. The **“Analyze”**-component computes the mechanical response for each load case and adds this information to the model.

The algorithm behind the **“Analyze”-**&#x63;omponent neglects the change of length in axial or in-plane direction which accompanies lateral deformations. This is justified in case of displacements which are small with respect to the dimensions of a beam of shell. For dealing with situations where this condition does not hold, geometric non-linear calculations need to be used (see sections [3.5.3](/3-in-depth-component-reference/3.5-algorithms/3.5.3-analyze-nonlinear-wip.md) and [3.5.4](/3-in-depth-component-reference/3.5-algorithms/3.5.4-analyze-large-deformation.md)).

In case of the presence of second order normal forces ($$N^{II}$$, see below) their influence on structural stiffness is taken into account. Those $$N^{II}$$-forces do not get updated by the **“Analyze”**-component. Use the **“AnalyzeThII”** for that.

![Fig. 3.6.1: Deflection of simply supported beam under single load in mid-span and axial, compressive load](/files/-MCkE_mDfJm4ftVFQ93t)

Fig. 3.6.1 shows a deflected beam with two load-cases. An axial load acts in load-case zero, a transverse load in mid-span in load-case one.

The analysis component not only computes the model deflections but also outputs the maximum nodal displacement (in centimeter), the maximum total force of gravity (in kilo Newton, if gravity is set) and the structure's internal deformation energy for each load case - section [3.6.2](/3-in-depth-component-reference/3.6-results/3.6.2-deformation-energy.md) contains details on work and energy. These values can be used to rank structures in the course of a structural optimization procedure: the more efficient a structure, the smaller the maximum deflection, the amount of material used and the value of the internal elastic energy. Real structures are designed in such a way that their deflection does not impair their usability. See section [A.2.3](/appendix/a.4-background-information/a.4.3-tips-for-designing-statically-feasible-structures.md) for further details. Maximum deflection and elastic energy both provide a benchmark for structural stiffness, yet from different points of view: The value of elastic energy allows to judge a structure as a whole; The maximum displacement returns a local peak value.

In order to view the deflected model use the **“ModelView”**-component (see section [3.6.1](/3-in-depth-component-reference/3.6-results/3.6.1-modelview.md)) and select the desired load case in the menu **“Result Case”**.

Looking at fig. 3.6.1 one notices that only beam center axes are shown. In order to see beams or shells in a rendered view, add a **“BeamView”**- or **“ShellView”**-component after the **“ModelView”**. See sections [3.6.7](/3-in-depth-component-reference/3.6-results/3.6.7-beamview.md) and [3.6.11](/3-in-depth-component-reference/3.6-results/3.6.11-shellview.md) for details.


---

# Agent Instructions: 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-2.karamba3d.com/3-in-depth-component-reference/3.5-algorithms/3.5.1-analyze.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.
