CFD Studio — Installer
======================

WHAT IT IS
  A local CFD app: upload a 3D model (STL / OBJ / STEP), auto-mesh it, run an
  OpenFOAM CFD solve, and view results (pressure, velocity slices, streamlines)
  in your browser.

REQUIREMENTS
  * Windows 10 (21H2+) or Windows 11, 64-bit
  * Administrator rights (to install WSL2 + OpenFOAM)
  * ~6 GB free disk + internet (OpenFOAM download is ~2 GB)
  * A multi-core CPU is strongly recommended (CFD is compute-heavy)

HOW TO INSTALL
  1. Double-click  "Install CFD Studio.bat"
  2. Approve the admin prompt.
  3. If it says a REBOOT is needed (first-time WSL2 install):
       - restart your PC,
       - when "Ubuntu" opens, create a username + password,
       - then double-click "Install CFD Studio.bat" AGAIN to finish.
  4. When it prints "CFD Studio is installed", you're done.

HOW TO RUN
  * Double-click the "CFD Studio" shortcut on your Desktop.
  * A black window opens (keep it open) and your browser goes to
        http://127.0.0.1:8000
  * Closing the black window stops the app.

NOTES
  * First launch of a solve downloads nothing extra — everything is local.
  * All your runs are saved and re-loadable from the "Previous runs" panel.
  * Windows only: the CFD engine (OpenFOAM) runs inside WSL2, which is a
    Windows feature. Macs/Linux are not supported by this installer.

UNINSTALL
  * Delete the folder  %LOCALAPPDATA%\CFDStudio
  * Delete the "CFD Studio" desktop/Start-menu shortcuts
  * (Optional) remove OpenFOAM/Ubuntu via:  wsl --unregister Ubuntu
