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::HotstartLinkState Struct Reference

Per-link routing state snapshot. More...

#include <FormatTypes.hpp>

Collaboration diagram for openswmm::gpkg::formats::HotstartLinkState:

Public Attributes

double flow = 0.0
 
double depth = 0.0
 
double volume = 0.0
 
double setting = 0.0
 
double target_setting = 0.0
 
double time_open = 0.0
 
double time_closed = 0.0
 
std::vector< double > concentration
 Pollutant concentration array (length = HotstartHeader::num_pollut).
 

Detailed Description

Per-link routing state snapshot.

Member Data Documentation

◆ concentration

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

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

◆ depth

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

◆ flow

double openswmm::gpkg::formats::HotstartLinkState::flow = 0.0

◆ setting

double openswmm::gpkg::formats::HotstartLinkState::setting = 0.0

◆ target_setting

double openswmm::gpkg::formats::HotstartLinkState::target_setting = 0.0

◆ time_closed

double openswmm::gpkg::formats::HotstartLinkState::time_closed = 0.0

◆ time_open

double openswmm::gpkg::formats::HotstartLinkState::time_open = 0.0

◆ volume

double openswmm::gpkg::formats::HotstartLinkState::volume = 0.0

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