![]() |
OpenSWMM Engine
6.0.0-alpha.4
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.4)
|
Every [GW_*] authoring row of one model.
More...
#include <GwTransportData.hpp>
Public Member Functions | |
| bool | empty () const noexcept |
| void | clear () |
Public Attributes | |
| GwTransportOptions | options |
| std::vector< GwParamsRow > | params |
| std::vector< GwSorptionRow > | sorption |
| std::vector< GwInitialQualityRow > | initial_quality |
| std::string | initial_quality_file |
[GW_INITIAL_QUALITY] FILE <csv> (element,zone,species,value). | |
| std::vector< GwBoundaryQualityRow > | boundary_quality |
| std::vector< GwSourceRow > | sources |
Every [GW_*] authoring row of one model.
Owned by SurfaceRouter2D (the 2D module's data home) and reached through SimulationContext::twod_io.gw so the writer, the C API and the GeoPackage path can read it without depending on the router.
|
inline |
|
inlinenoexcept |
| std::vector<GwBoundaryQualityRow> openswmm::twoD::GwTransportData::boundary_quality |
| std::vector<GwInitialQualityRow> openswmm::twoD::GwTransportData::initial_quality |
| std::string openswmm::twoD::GwTransportData::initial_quality_file |
[GW_INITIAL_QUALITY] FILE <csv> (element,zone,species,value).
| GwTransportOptions openswmm::twoD::GwTransportData::options |
| std::vector<GwParamsRow> openswmm::twoD::GwTransportData::params |
| std::vector<GwSorptionRow> openswmm::twoD::GwTransportData::sorption |
| std::vector<GwSourceRow> openswmm::twoD::GwTransportData::sources |