Quick Start Examples¶
Simple examples to test your Intact CLI installation. Download the files, place them in a directory, and run.
Note
If clicking the JSON files opens them in your browser instead of downloading, right-click the link and select “Save Link As…” or “Download Linked File”.
Geometry Files: beam.stl, end-1.stl, end-2.stl
Linear Elasticity¶
Static structural analysis of a cantilever beam under load.
Setup File: cli_cantilever_beam.json
How to Run:
Download all geometry files and
cli_cantilever_beam.jsonto the same directoryOpen PowerShell/Terminal and navigate to that directory:
cd path\to\your\directory
Run the simulation:
intact -s cli_cantilever_beam.json
Modal Analysis¶
Natural frequency and mode shape analysis of a cantilever beam.
Setup File: cli_cantilever_modal.json
How to Run:
Download all geometry files and
cli_cantilever_modal.jsonto the same directoryOpen PowerShell/Terminal and navigate to that directory:
cd path\to\your\directory
Run the simulation:
intact -s cli_cantilever_modal.json
Static Thermal¶
Steady-state heat transfer analysis through a beam.
Setup File: cli_thermal_beam.json
How to Run:
Download all geometry files and
cli_thermal_beam.jsonto the same directoryOpen PowerShell/Terminal and navigate to that directory:
cd path\to\your\directory
Run the simulation:
intact -s cli_thermal_beam.json