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

#include <HydStructures.hpp>

Collaboration diagram for openswmm::hydstruct::OrificeGroup:

Public Member Functions

void resize (int n)
 

Public Attributes

int count = 0
 
std::vector< int > link_idx
 
std::vector< int > shape
 BOTTOM or SIDE.
 
std::vector< double > c_orifice
 Cd * sqrt(2g) * Area.
 
std::vector< double > c_weir
 Cd * L * sqrt(2g) for partial fill.
 
std::vector< double > h_crit
 Transition depth.
 
std::vector< bool > has_flap
 Flap gate.
 

Member Function Documentation

◆ resize()

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

Member Data Documentation

◆ c_orifice

std::vector<double> openswmm::hydstruct::OrificeGroup::c_orifice

Cd * sqrt(2g) * Area.

◆ c_weir

std::vector<double> openswmm::hydstruct::OrificeGroup::c_weir

Cd * L * sqrt(2g) for partial fill.

◆ count

int openswmm::hydstruct::OrificeGroup::count = 0

◆ h_crit

std::vector<double> openswmm::hydstruct::OrificeGroup::h_crit

Transition depth.

◆ has_flap

std::vector<bool> openswmm::hydstruct::OrificeGroup::has_flap

Flap gate.

◆ link_idx

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

◆ shape

std::vector<int> openswmm::hydstruct::OrificeGroup::shape

BOTTOM or SIDE.


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