![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Section handlers for [SUBCATCHMENTS], [SUBAREAS], and [RAINGAGES]. More...
#include "CatchmentHandler.hpp"#include "../Tokenizer.hpp"#include "../../core/SimulationContext.hpp"#include "../../data/SubcatchData.hpp"#include "../../data/GageData.hpp"#include "../../core/charconv_compat.hpp"#include <charconv>#include <string>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], [SUBAREAS], and [RAINGAGES].