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

#include <InfraData.hpp>

Collaboration diagram for openswmm::InletUsageStore:

Public Member Functions

int count () const
 

Public Attributes

std::vector< int > link_index
 Conduit link index.
 
std::vector< int > design_index
 Index into InletStore.
 
std::vector< int > node_index
 Receiving node index.
 
std::vector< int > num_inlets
 Number of inlets per side.
 
std::vector< int > placement
 0=auto, 1=on_grade, 2=on_sag
 
std::vector< double > clog_factor
 1.0 - pctClogged/100
 
std::vector< double > flow_limit
 Max capture flow (cfs), 0=unlimited.
 
std::vector< double > local_depress
 Local gutter depression (ft)
 
std::vector< double > local_width
 Local depression width (ft)
 
std::vector< int > street_index
 Index into StreetStore (-1 if none)
 

Member Function Documentation

◆ count()

int openswmm::InletUsageStore::count ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ clog_factor

std::vector<double> openswmm::InletUsageStore::clog_factor

1.0 - pctClogged/100

◆ design_index

std::vector<int> openswmm::InletUsageStore::design_index

Index into InletStore.

◆ flow_limit

std::vector<double> openswmm::InletUsageStore::flow_limit

Max capture flow (cfs), 0=unlimited.

◆ link_index

std::vector<int> openswmm::InletUsageStore::link_index

Conduit link index.

◆ local_depress

std::vector<double> openswmm::InletUsageStore::local_depress

Local gutter depression (ft)

◆ local_width

std::vector<double> openswmm::InletUsageStore::local_width

Local depression width (ft)

◆ node_index

std::vector<int> openswmm::InletUsageStore::node_index

Receiving node index.

◆ num_inlets

std::vector<int> openswmm::InletUsageStore::num_inlets

Number of inlets per side.

◆ placement

std::vector<int> openswmm::InletUsageStore::placement

0=auto, 1=on_grade, 2=on_sag

◆ street_index

std::vector<int> openswmm::InletUsageStore::street_index

Index into StreetStore (-1 if none)


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