AquaSWMM is an editor for EPA SWMM 5 models (commercial, with a free
30-day trial and a free viewer mode; see 1.2), with a storm-sewer design
tool (Rational method, Manning, standard-step HGL, HEC-22 inlets,
auto-sizing) built in. It draws the model on a map, edits it in a
property sheet and attribute tables, runs it on the unmodified EPA
engine you already have installed, and brings the results back onto the
same map.
This manual is written for the engineer who has to defend the
numbers. Every claim in it can be checked against the source code, and
where the software does not do something yet, the manual says so.
Contents
Part 1 — Start here
1. Start here — install, open a
model in fifteen minutes, the workspace tour, undo, saving, and what
"lossless" means.
Part 2 — Tutorials
2. Tutorials — ten cumulative
exercises on the EPA Detention Pond model: draw a network, add
subcatchments and a rain gage, build a design storm, run and read the
status, profile, results on the map, plots and tables, storm-sewer
design and auto-size, compare two runs, the model report, and the Python
terminal.
24. Alternative Runoff Methods (ARM) —
NRCS, Delmarva, Snyder, Clark and Nash unit hydrographs and the Modified
Rational method per subcatchment, with TR-55, NRCS lag and Kerby-Kirpich
Tc.
Part 4 — Methods
15. Methods — what AquaSWMM computes
itself, with equations and citations, and what it leaves to the SWMM
engine.
17. File formats —
.inp section by section (including the ones EPA's Appendix
D omits), what AquaSWMM preserves, .out, .rpt,
.ssproj, CSV, GeoJSON, world files.
Keys are written Ctrl+Z. Single letters such as
J are tool shortcuts and work only when no text field has
the keyboard.
"The engine" means the EPA SWMM executable (runswmm.exe
or runswmm) that AquaSWMM runs as a child process. AquaSWMM
never modifies it.
Where the manual cites the SWMM manuals it uses these abbreviations:
UM — Storm Water Management Model User's Manual Version 5.2
(EPA/600/R-22/030); RM I — Reference Manual Volume I, Hydrology
(EPA/600/R-15/162A); RM II — Reference Manual Volume II,
Hydraulics (EPA/600/R-17/111); HEC-22 — FHWA Urban Drainage
Design Manual, Hydraulic Engineering Circular 22, 3rd edition
(FHWA-NHI-10-009). All four are public documents.
Versions
This manual describes AquaSWMM 0.12.0 and was checked against EPA
SWMM 5.2.4. The tutorial datasets are in docs/datasets/;
they are the EPA sample models and are public domain.