What problem does it solve? Running DuMux (the DUNE-based porous-media flow simulator) correctly requires deep operational knowledge: converting soil and forcing data into strict SI units, writing valid INI parameter files, building C++ examples, and diagnosing silent failures like inverted recharge signs or gauge-vs-absolute pressure errors. This Skill packages that expertise so an agent can execute real DuMux groundwater simulations without substituting approximations. ## Core Features & Use Cases - Validated pipeline tools: Four Python tools convert meteorological forcing to Neumann recharge fluxes (kg/(m²·s)), convert soil/HWSD data to intrinsic permeability and van Genuchten parameters, run the DuMux binary, and parse VTK output into CSV time series. - Diagnostic recovery: 22 symptom→diagnosis→remedy triplets plus a preflight check script catch known failure modes (unit traps, Newton divergence, grid mismatches) before and during runs. - Use Case: Simulate steady-state groundwater head over the High Plains aquifer: convert GLHYMPS permeability and CMFD recharge, run the 1p Darcy model, then compare simulated hydraulic head against 14,351 well observations (documented NSE=0.74). ## Quick Start Run python preflight_check.py in this directory, then ask the agent to build and execute the DuMux 1ptracer example with your domain, recharge, and permeability inputs.