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

#include <QualityData.hpp>

Collaboration diagram for openswmm::TreatmentData:

Public Member Functions

void resize (int nn, int npoll)
 
bool hasAny () const
 

Public Attributes

std::vector< std::string > expressions
 Index: [node * n_pollutants + pollutant].
 
int n_nodes = 0
 
int n_pollutants = 0
 

Member Function Documentation

◆ hasAny()

bool openswmm::TreatmentData::hasAny ( ) const
inline
Here is the caller graph for this function:

◆ resize()

void openswmm::TreatmentData::resize ( int  nn,
int  npoll 
)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ expressions

std::vector<std::string> openswmm::TreatmentData::expressions

Index: [node * n_pollutants + pollutant].

e.g. "R = 0.5 * exp(-0.1 * DT)"

◆ n_nodes

int openswmm::TreatmentData::n_nodes = 0

◆ n_pollutants

int openswmm::TreatmentData::n_pollutants = 0

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