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

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

#include <SimulationSnapshot.hpp>

Collaboration diagram for openswmm::NodeSnapshot:

Public Attributes

std::vector< double > depth
 Water depth [project length units].
 
std::vector< double > head
 Hydraulic head [project length units].
 
std::vector< double > volume
 Stored volume [project volume units].
 
std::vector< double > lateral_inflow
 Lateral inflow [project flow units].
 
std::vector< double > total_inflow
 Total inflow [project flow units].
 
std::vector< double > overflow
 Overflow / surcharge [project flow units].
 

Detailed Description

Snapshot of node state at an output time step.

Member Data Documentation

◆ depth

std::vector<double> openswmm::NodeSnapshot::depth

Water depth [project length units].

◆ head

std::vector<double> openswmm::NodeSnapshot::head

Hydraulic head [project length units].

◆ lateral_inflow

std::vector<double> openswmm::NodeSnapshot::lateral_inflow

Lateral inflow [project flow units].

◆ overflow

std::vector<double> openswmm::NodeSnapshot::overflow

Overflow / surcharge [project flow units].

◆ total_inflow

std::vector<double> openswmm::NodeSnapshot::total_inflow

Total inflow [project flow units].

◆ volume

std::vector<double> openswmm::NodeSnapshot::volume

Stored volume [project volume units].


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