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

#include <InflowData.hpp>

Collaboration diagram for openswmm::UnitHydEntry:

Public Attributes

std::string name
 UH group name.
 
std::string gage_name
 Associated rain gage name.
 
int month
 Month index (0-11, or -1 for ALL)
 
int response
 0=SHORT, 1=MEDIUM, 2=LONG
 
double r
 Fraction of rainfall volume.
 
double t
 Time to peak (hours)
 
double k
 Recession-limb-to-peak-time ratio (tBase = t*(1+k); k >= 0)
 
double dmax
 Max initial abstraction depth.
 
double drecov
 IA recovery rate.
 
double dinit
 Initial IA used.
 

Member Data Documentation

◆ dinit

double openswmm::UnitHydEntry::dinit

Initial IA used.

◆ dmax

double openswmm::UnitHydEntry::dmax

Max initial abstraction depth.

◆ drecov

double openswmm::UnitHydEntry::drecov

IA recovery rate.

◆ gage_name

std::string openswmm::UnitHydEntry::gage_name

Associated rain gage name.

◆ k

double openswmm::UnitHydEntry::k

Recession-limb-to-peak-time ratio (tBase = t*(1+k); k >= 0)

◆ month

int openswmm::UnitHydEntry::month

Month index (0-11, or -1 for ALL)

◆ name

std::string openswmm::UnitHydEntry::name

UH group name.

◆ r

double openswmm::UnitHydEntry::r

Fraction of rainfall volume.

◆ response

int openswmm::UnitHydEntry::response

0=SHORT, 1=MEDIUM, 2=LONG

◆ t

double openswmm::UnitHydEntry::t

Time to peak (hours)


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