29 double updateEnergyUsage(
Pump* pump,
Network* network,
int dt);
41 double findCostFactor(
Pump* pump,
Network* network);
42 double findEfficiency(
Pump* pump,
Network* network);
A Link that raises the head of water flowing through it.
Definition: pump.h:27
double efficiency
total time wtd. efficiency
Definition: pumpenergy.h:33
double totalCost
total pumping cost
Definition: pumpenergy.h:37
double kwHrsPerCFS
total kw-hrs per cfs of flow
Definition: pumpenergy.h:34
double kwHrs
total kw-hrs consumed
Definition: pumpenergy.h:35
double maxKwatts
max. kw consumed
Definition: pumpenergy.h:36
Accumulates energy usage metrics for a pump.
Definition: pumpenergy.h:20
Contains the data elements that describe a pipe network.
Definition: network.h:41
double hrsOnLine
hours pump is online
Definition: pumpenergy.h:32