Fixes error in energy usage for tank pumps

This commit is contained in:
Lew Rossman
2020-09-20 19:37:15 -04:00
parent d11907a2b0
commit bca3b99b88
2 changed files with 33 additions and 5 deletions

View File

@@ -355,6 +355,8 @@ typedef struct // Energy Usage Object
double KwHrs; // total kw-hrs consumed
double MaxKwatts; // max. kw consumed
double TotalCost; // total pumping cost
double CurrentPower; // current pump power (kw)
double CurrentEffic; // current pump efficiency
} Senergy;
struct Ssource // Water Quality Source Object