MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Public Member Functions | |
Output (double steamUse, double energyUse, double energyCost) | |
Public Attributes | |
double | steamUse = 0 |
double | energyUse = 0 |
double | energyCost = 0 |
Definition at line 182 of file SteamReduction.h.
|
inline |
Definition at line 183 of file SteamReduction.h.
double SteamReduction::Output::energyCost = 0 |
Definition at line 188 of file SteamReduction.h.
double SteamReduction::Output::energyUse = 0 |
Definition at line 188 of file SteamReduction.h.
double SteamReduction::Output::steamUse = 0 |
Definition at line 188 of file SteamReduction.h.