OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::gpkg::formats::HotstartNodeState Struct Reference

Per-node routing state snapshot. More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::HotstartNodeState:

Public Attributes

double depth = 0.0
 
double lateral_inflow = 0.0
 
double overflow = 0.0
 
std::vector< double > concentration
 Pollutant concentration array (length = HotstartHeader::num_pollut).
 

Detailed Description

Per-node routing state snapshot.

Member Data Documentation

◆ concentration

std::vector<double> openswmm::gpkg::formats::HotstartNodeState::concentration

Pollutant concentration array (length = HotstartHeader::num_pollut).

◆ depth

double openswmm::gpkg::formats::HotstartNodeState::depth = 0.0

◆ lateral_inflow

double openswmm::gpkg::formats::HotstartNodeState::lateral_inflow = 0.0

◆ overflow

double openswmm::gpkg::formats::HotstartNodeState::overflow = 0.0

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