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

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

#include <SimulationSnapshot.hpp>

Collaboration diagram for openswmm::LinkSnapshot:

Public Attributes

std::vector< double > flow
 Flow rate [project flow units].
 
std::vector< double > depth
 Water depth [project length units].
 
std::vector< double > velocity
 Mean velocity [project length/time].
 
std::vector< double > capacity
 Full-flow capacity fraction [0, 1].
 

Detailed Description

Snapshot of link state at an output time step.

Member Data Documentation

◆ capacity

std::vector<double> openswmm::LinkSnapshot::capacity

Full-flow capacity fraction [0, 1].

◆ depth

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

Water depth [project length units].

◆ flow

std::vector<double> openswmm::LinkSnapshot::flow

Flow rate [project flow units].

◆ velocity

std::vector<double> openswmm::LinkSnapshot::velocity

Mean velocity [project length/time].


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