Examples#

The following examples showcase the features of sStatics in an instructional manner, while also highlighting several validation tests and advanced applications.

Cross-Section#

First Order#

_images/firstorder_diagramm.svg

Second Order#

_images/second_order_diagramm.svg

Pole Plan#

Stress#

Influence Line#

_images/influence_line_diagramm.svg

Principle of Virtual Forces#

This section introduces the Principle of Virtual Forces (PVF) as a general method for computing structural deformations.

The first diagram shows how the different static calculation methods are related. The second diagram focuses specifically on the class structure of the PVF-based methods.

_images/structural_diagramm_static_methods.svg

The PVF class serves as the base class for all subsequent methods. The Reduction Theorem inherits from PVF, the Force Method inherits from Reduction Theorem, and DMG extends the Force Method. This inheritance structure allows shared functionality while progressively adding method-specific behavior.

_images/pvf_diagramm.svg

Reduction Theorem#

_images/reductiontheorem_diagramm.svg

Force Method#

_images/forcemethod_diagramm.svg