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

#include <HydStructures.hpp>

Collaboration diagram for openswmm::hydstruct::OutletGroup:

Public Member Functions

void resize (int n)
 

Public Attributes

int count = 0
 
std::vector< int > link_idx
 
std::vector< int > curve_idx
 Rating curve (-1 = power law)
 
std::vector< double > q_coeff
 Power law coefficient.
 
std::vector< double > q_expon
 Power law exponent.
 

Member Function Documentation

◆ resize()

void openswmm::hydstruct::OutletGroup::resize ( int  n)
Here is the caller graph for this function:

Member Data Documentation

◆ count

int openswmm::hydstruct::OutletGroup::count = 0

◆ curve_idx

std::vector<int> openswmm::hydstruct::OutletGroup::curve_idx

Rating curve (-1 = power law)

◆ link_idx

std::vector<int> openswmm::hydstruct::OutletGroup::link_idx

◆ q_coeff

std::vector<double> openswmm::hydstruct::OutletGroup::q_coeff

Power law coefficient.

◆ q_expon

std::vector<double> openswmm::hydstruct::OutletGroup::q_expon

Power law exponent.


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