In a Nutshell
Interactive slide decks walking through FLUXOS — a high-performance C++ hydrodynamic and solute-transport model for basin-scale flood and water-quality simulations. Start with the overview, then pick a compile path, then run your own domain through the Python templates.
Live WebGL demo Fly through a Rosa Creek flood in your browserWhat FLUXOS solves and how. The 2-D shallow-water equations, regular vs. triangular meshes, wetting/drying, solute transport, parallel scaling, and case studies from Canadian prairies to urban floods.
From git clone to a running simulation. Three paths side
by side — Docker (laptops), Apptainer (HPC), native CMake —
each split into activate → shell → compile → run. Ends with the CMake
flag matrix and troubleshooting.
Python templates that bookend the solver. One produces the DEM, Gmsh
mesh, and modset.json + an HTML configuration report.
A second streams results into a flood-statistics report and exports
KML / WebGL / MP4 via fluxos_viewer.py.
The three decks mirror the order in which you use FLUXOS.