35#ifndef OPENSWMM_ENGINE_2D_PENDING_ROWS_HPP
36#define OPENSWMM_ENGINE_2D_PENDING_ROWS_HPP
Definition NodeCoupling.cpp:16
Definition PendingRows2D.hpp:101
std::string species
name in [POLLUTANTS]
Definition PendingRows2D.hpp:104
int edge
0..2
Definition PendingRows2D.hpp:103
double conc
species units
Definition PendingRows2D.hpp:105
int tri
Definition PendingRows2D.hpp:102
Per-row buffer for [2D_BOUNDARY_CONDITIONS] parse output.
Definition PendingRows2D.hpp:53
double param1
slope (NormalFlow) / head (Stage) / flow (Flow)
Definition PendingRows2D.hpp:57
std::string group
named group ("" = none)
Definition PendingRows2D.hpp:59
std::string name
TS name or curve name (TS_/Rating variants)
Definition PendingRows2D.hpp:58
int bc_type
openswmm::twoD::BoundaryType cast
Definition PendingRows2D.hpp:56
int tri
Definition PendingRows2D.hpp:54
int edge
0..2
Definition PendingRows2D.hpp:55
Per-row buffer for [2D_EDGE_CONVEYANCE] parse output (§11A).
Definition PendingRows2D.hpp:72
double conveyance
Validated to [0, 1] at parse time.
Definition PendingRows2D.hpp:75
int v_from
FROM_VERTEX index.
Definition PendingRows2D.hpp:73
int v_to
TO_VERTEX index (≠ v_from)
Definition PendingRows2D.hpp:74
One [2D_INITIAL_QUALITY] row (overland transport S1/S2).
Definition PendingRows2D.hpp:89
std::string tag
tag name; empty with tri >= 0 or for '*'
Definition PendingRows2D.hpp:91
double conc
species units (mass = conc x cell volume)
Definition PendingRows2D.hpp:94
int tri
0-based cell, or -1 for TAG / '*' scope
Definition PendingRows2D.hpp:90
bool all
the '*' spelling
Definition PendingRows2D.hpp:92
std::string species
name in [POLLUTANTS]
Definition PendingRows2D.hpp:93