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

#include <QualityData.hpp>

Collaboration diagram for openswmm::WashoffData:

Public Member Functions

void resize (int nlu, int npoll)
 

Public Attributes

std::vector< int > func_type
 Index: [landuse * n_pollutants + pollutant].
 
std::vector< double > coeff
 
std::vector< double > expon
 
std::vector< double > sweep_effic
 0-100
 
std::vector< double > bmp_effic
 0-100
 
int n_landuses = 0
 
int n_pollutants = 0
 

Member Function Documentation

◆ resize()

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

Member Data Documentation

◆ bmp_effic

std::vector<double> openswmm::WashoffData::bmp_effic

0-100

◆ coeff

std::vector<double> openswmm::WashoffData::coeff

◆ expon

std::vector<double> openswmm::WashoffData::expon

◆ func_type

std::vector<int> openswmm::WashoffData::func_type

Index: [landuse * n_pollutants + pollutant].

0=NONE,1=EXP,2=RC,3=EMC

◆ n_landuses

int openswmm::WashoffData::n_landuses = 0

◆ n_pollutants

int openswmm::WashoffData::n_pollutants = 0

◆ sweep_effic

std::vector<double> openswmm::WashoffData::sweep_effic

0-100


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