This folder contains a small uv-managed Python runner for the two models referenced in the DOCX:
SRC Two-Layer ModelWilson-GIW Two-Layer Model
uv run hydraulic-models --list-examples
uv run hydraulic-models --example medium_sand_baseline
uv run hydraulic-models --all
uv run hydraulic-models --example high_concentration_tailings --jsonIf uv hits a local cache or interpreter-permission issue on this machine, this direct runner uses the same script:
& 'C:\Users\mulli\.cache\codex-runtimes\codex-primary-runtime\dependencies\python\python.exe' `
'C:\Documents\Hydraulic_models\hydraulic_models.py' --allmedium_sand_baselinefine_tailings_low_velocitycoarse_sand_high_velocitylarge_pipe_moderate_slurryhigh_concentration_tailings
Each example can be used as a starting point for your own pipe diameter, particle size, velocity, concentration, and density sweeps.