|
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 181 of file SteamReduction.h.
|
inline |
Definition at line 182 of file SteamReduction.h.
| double SteamReduction::Output::energyCost = 0 |
Definition at line 187 of file SteamReduction.h.
| double SteamReduction::Output::energyUse = 0 |
Definition at line 187 of file SteamReduction.h.
| double SteamReduction::Output::steamUse = 0 |
Definition at line 187 of file SteamReduction.h.