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

#include <InfraData.hpp>

Collaboration diagram for openswmm::InletStore:

Public Member Functions

int count () const
 

Public Attributes

std::vector< std::string > names
 
std::vector< std::string > inlet_type
 GRATE/CURB/SLOTTED/DROP_GRATE/DROP_CURB/CUSTOM.
 
std::vector< double > length
 
std::vector< double > width
 or height for curb
 
std::vector< std::string > grate_type
 P-50, P-50x100, CURVED_VANE, etc.
 
std::vector< double > open_area
 
std::vector< double > splash_veloc
 

Member Function Documentation

◆ count()

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

Member Data Documentation

◆ grate_type

std::vector<std::string> openswmm::InletStore::grate_type

P-50, P-50x100, CURVED_VANE, etc.

◆ inlet_type

std::vector<std::string> openswmm::InletStore::inlet_type

GRATE/CURB/SLOTTED/DROP_GRATE/DROP_CURB/CUSTOM.

◆ length

std::vector<double> openswmm::InletStore::length

◆ names

std::vector<std::string> openswmm::InletStore::names

◆ open_area

std::vector<double> openswmm::InletStore::open_area

◆ splash_veloc

std::vector<double> openswmm::InletStore::splash_veloc

◆ width

std::vector<double> openswmm::InletStore::width

or height for curb


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