forked from pyswmm/Stormwater-Management-Model
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Reese Walton edited this page Apr 21, 2022
·
1 revision
- Read from input file (.inp or .sqlite/.swmm)
- Read from custom external sources (REST api, GIS geodatabase, etc.) via extension module
- Generate runoff
- Generate external flows
- Generate pollutants
- Generate custom constituents via extension module
- Override internal generation methods via plugin module (e.g. TR-55 or custom runoff equation)
- Route flow through network
- Route pollutants through network
- Route custom constituents via extension module
- Override internal routing methods via plugin module (e.g. custom dynwave method)
- Report errors and warnings
- Report simulation results
- Post-processing to report statistics (min/max/avg)