![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Structure-of-Arrays (SoA) storage for rain gages. More...
#include <vector>#include <string>#include <cstdint>Go to the source code of this file.
Classes | |
| struct | openswmm::GageData |
| Structure-of-Arrays storage for all rain gages. More... | |
Namespaces | |
| namespace | openswmm |
Enumerations | |
| enum class | openswmm::RainSource : int8_t { openswmm::TIMESERIES = 0 , openswmm::FILE_RAIN = 1 } |
| Precipitation source type for a rain gage. More... | |
| enum class | openswmm::RainFileFormat : int8_t { openswmm::UNKNOWN = -1 , openswmm::NWS_15 = 0 , openswmm::NWS_HOURLY = 1 , openswmm::DSI_3240 = 2 , openswmm::DSI_3260 = 3 , openswmm::HLY_PRCP = 4 , openswmm::STAN_PRCP = 5 , openswmm::USER_CSV = 6 } |
| Rain data format in an external file. More... | |
Structure-of-Arrays (SoA) storage for rain gages.
Replaces the global Gage[] array and TGage struct from src/solver/objects.h. Rain gages provide precipitation input to subcatchments.
Precipitation sources: