OpenSWMM Engine  6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
Loading...
Searching...
No Matches
openswmm::SubcatchSnapshot Struct Reference

Snapshot of subcatchment state at an output time step. More...

#include <SimulationSnapshot.hpp>

Collaboration diagram for openswmm::SubcatchSnapshot:

Public Attributes

std::vector< double > rainfall
 Rainfall rate [display rate units].
 
std::vector< double > snow_depth
 Snow depth [display depth units].
 
std::vector< double > evap
 Evaporation [display rate units].
 
std::vector< double > infil
 Infiltration [display rate units].
 
std::vector< double > runoff
 Surface runoff [display flow units].
 
std::vector< double > gw_flow
 Groundwater outflow [display flow units].
 
std::vector< double > gw_elev
 Groundwater elevation [display length units].
 
std::vector< double > soil_moist
 Soil moisture [-].
 

Detailed Description

Snapshot of subcatchment state at an output time step.

Member Data Documentation

◆ evap

std::vector<double> openswmm::SubcatchSnapshot::evap

Evaporation [display rate units].

◆ gw_elev

std::vector<double> openswmm::SubcatchSnapshot::gw_elev

Groundwater elevation [display length units].

◆ gw_flow

std::vector<double> openswmm::SubcatchSnapshot::gw_flow

Groundwater outflow [display flow units].

◆ infil

std::vector<double> openswmm::SubcatchSnapshot::infil

Infiltration [display rate units].

◆ rainfall

std::vector<double> openswmm::SubcatchSnapshot::rainfall

Rainfall rate [display rate units].

◆ runoff

std::vector<double> openswmm::SubcatchSnapshot::runoff

Surface runoff [display flow units].

◆ snow_depth

std::vector<double> openswmm::SubcatchSnapshot::snow_depth

Snow depth [display depth units].

◆ soil_moist

std::vector<double> openswmm::SubcatchSnapshot::soil_moist

Soil moisture [-].


The documentation for this struct was generated from the following file: