![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
Per-cell infiltration for the 2D overland-flow mesh (track I). More...
#include "Infil2D.hpp"#include "../data/MeshData.hpp"#include "../data/SurfaceStateData.hpp"#include "../../core/SimulationOptions.hpp"#include <algorithm>#include <cctype>#include <cstddef>#include <string_view>Namespaces | |
| namespace | openswmm |
| namespace | openswmm::twoD |
Functions | |
| bool | openswmm::twoD::parseInfil2DMethod (const std::string &token, InfilModel &method, bool &has_method) |
| const char * | openswmm::twoD::infil2DMethodToken (const Infil2DRow &row) |
| Inverse of parseInfil2DMethod — the canonical file token. | |
| bool | openswmm::twoD::parseInfil2DDest (const std::string &token, Infil2DDest &dest) |
| Parse a destination token. | |
| const char * | openswmm::twoD::infil2DDestToken (Infil2DDest dest) |
| Inverse of parseInfil2DDest. | |
| int | openswmm::twoD::infil2DParamCount (InfilModel method) |
Per-cell infiltration for the 2D overland-flow mesh (track I).