![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Section handlers for subcatchments and rain gages. More...
#include <vector>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | openswmm |
| namespace | openswmm::input |
Functions | |
| void | openswmm::input::handle_subcatchments (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [SUBCATCHMENTS] into SubcatchData + subcatch_names. | |
| void | openswmm::input::handle_subareas (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [SUBAREAS] — Manning's n + depression storage for each subcatch. | |
| void | openswmm::input::handle_infiltration (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [INFILTRATION] — Horton/Green-Ampt/CN params per subcatch. | |
| void | openswmm::input::handle_raingages (SimulationContext &ctx, const std::vector< std::string > &lines) |
| Parse [RAINGAGES] into GageData + gage_names. | |
Section handlers for subcatchments and rain gages.