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

#include <PendingRows2D.hpp>

Collaboration diagram for openswmm::twoD::PendingBoundaryQualityRow:

Public Attributes

int tri = 0
 
int edge = 0
 0..2
 
std::string species
 name in [POLLUTANTS]
 
double conc = 0.0
 species units
 

Detailed Description

S2 — one [2D_BOUNDARY_QUALITY] row: TRI EDGE SPECIES CONC, the same 0-based TRI / 0..2 EDGE spelling as [2D_BOUNDARY_CONDITIONS]. Gives the concentration INFLOW through that boundary edge carries; outflow always leaves at the cell's concentration, so no row is needed for it.

Member Data Documentation

◆ conc

double openswmm::twoD::PendingBoundaryQualityRow::conc = 0.0

species units

◆ edge

int openswmm::twoD::PendingBoundaryQualityRow::edge = 0

0..2

◆ species

std::string openswmm::twoD::PendingBoundaryQualityRow::species

name in [POLLUTANTS]

◆ tri

int openswmm::twoD::PendingBoundaryQualityRow::tri = 0

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