SWMM-Docs
5.2.0.dev5
Stormwater Management Model
|
Pump Statistics. More...
#include <toolkitAPI.h>
Data Fields | |
double | utilized |
double | minFlow |
double | avgFlow |
double | maxFlow |
double | volume |
double | energy |
double | offCurveLow |
double | offCurveHigh |
int | startUps |
int | totalPeriods |
Pump Statistics.
Definition at line 435 of file toolkitAPI.h.
avgFlow |
average flowrate
Definition at line 439 of file toolkitAPI.h.
energy |
total energy demand
Definition at line 442 of file toolkitAPI.h.
maxFlow |
maximum flowrate
Definition at line 440 of file toolkitAPI.h.
minFlow |
minimum flowrate
Definition at line 438 of file toolkitAPI.h.
offCurveHigh |
hysteresis high (on depth wrt curve)
Definition at line 444 of file toolkitAPI.h.
offCurveLow |
hysteresis low (off depth wrt curve)
Definition at line 443 of file toolkitAPI.h.
startUps |
number of start ups
Definition at line 445 of file toolkitAPI.h.
totalPeriods |
total simulation steps (from routing step)
Definition at line 446 of file toolkitAPI.h.
utilized |
time utilized
Definition at line 437 of file toolkitAPI.h.
volume |
total pumping volume (volume)
Definition at line 441 of file toolkitAPI.h.