Quick Start Examples

Simple examples to test your Intact SDK installation. Download the files, compile, and run.

Geometry Files: beam.stl, end-1.stl, end-2.stl

Linear Elasticity

Static structural analysis of a cantilever beam under load.

Setup File: cantilever_beam.cpp

How to Run:

  1. Download all geometry files and cantilever_beam.cpp to the same directory

  2. Compile cantilever_beam.cpp with the Intact SDK using your preferred build system

  3. Run the compiled executable

Static Thermal

Steady-state heat transfer analysis through a beam.

Setup File: thermal_beam.cpp

How to Run:

  1. Download all geometry files and thermal_beam.cpp to the same directory

  2. Compile thermal_beam.cpp with the Intact SDK using your preferred build system

  3. Run the compiled executable