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:
Download all geometry files and
cantilever_beam.cppto the same directoryCompile
cantilever_beam.cppwith the Intact SDK using your preferred build systemRun the compiled executable
Modal Analysis¶
Natural frequency and mode shape analysis of a cantilever beam.
Setup File: cantilever_modal.cpp
How to Run:
Download all geometry files and
cantilever_modal.cppto the same directoryCompile
cantilever_modal.cppwith the Intact SDK using your preferred build systemRun the compiled executable
Static Thermal¶
Steady-state heat transfer analysis through a beam.
Setup File: thermal_beam.cpp
How to Run:
Download all geometry files and
thermal_beam.cppto the same directoryCompile
thermal_beam.cppwith the Intact SDK using your preferred build systemRun the compiled executable