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

One [GW_BOUNDARY_QUALITY] row — a lateral edge BC. More...

#include <GwTransportData.hpp>

Collaboration diagram for openswmm::twoD::GwBoundaryQualityRow:

Public Attributes

int cell = -1
 0-based cell index
 
int edge = -1
 local edge 0..nv-1 of that cell
 
std::string species
 
std::string kind = "CONC"
 CONC | TS | MASSFLUX | HEATFLUX.
 
double value = 0.0
 constant form
 
std::string ts_name
 TS form (kind == "TS", or a TS argument)
 

Detailed Description

One [GW_BOUNDARY_QUALITY] row — a lateral edge BC.

Member Data Documentation

◆ cell

int openswmm::twoD::GwBoundaryQualityRow::cell = -1

0-based cell index

◆ edge

int openswmm::twoD::GwBoundaryQualityRow::edge = -1

local edge 0..nv-1 of that cell

◆ kind

std::string openswmm::twoD::GwBoundaryQualityRow::kind = "CONC"

CONC | TS | MASSFLUX | HEATFLUX.

◆ species

std::string openswmm::twoD::GwBoundaryQualityRow::species

◆ ts_name

std::string openswmm::twoD::GwBoundaryQualityRow::ts_name

TS form (kind == "TS", or a TS argument)

◆ value

double openswmm::twoD::GwBoundaryQualityRow::value = 0.0

constant form


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