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

#include <TransportPolicy.hpp>

Collaboration diagram for openswmm::transport::RowLayout:

Public Attributes

int n_pollut = 0
 
int n_msx = 0
 
int age_row = -1
 
int temp_row = -1
 
int ns = 0
 
std::vector< std::string > names
 one per row
 

Detailed Description

The canonical row layout (pollutants, MSX, age, temperature) for a set of enables — the SpeciesRegistry order ARD and 2D use.

Member Data Documentation

◆ age_row

int openswmm::transport::RowLayout::age_row = -1

◆ n_msx

int openswmm::transport::RowLayout::n_msx = 0

◆ n_pollut

int openswmm::transport::RowLayout::n_pollut = 0

◆ names

std::vector<std::string> openswmm::transport::RowLayout::names

one per row

◆ ns

int openswmm::transport::RowLayout::ns = 0

◆ temp_row

int openswmm::transport::RowLayout::temp_row = -1

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