|
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.
|
Classes | |
| struct | Output |
Public Member Functions | |
| SteamReduction (std::vector< SteamReductionInput > steamReductionInputVec) | |
| SteamReduction::Output | calculate () |
Private Attributes | |
| std::vector< SteamReductionInput > | steamReductionInputVec |
| SteamReduction::Output | output |
Definition at line 179 of file SteamReduction.h.
|
inlineexplicit |
| steamReductionInputVec |
Definition at line 194 of file SteamReduction.h.
| SteamReduction::Output SteamReduction::calculate | ( | ) |
| none |
| steamUse | double, units kg/hr |
| energyUse | double, units kJ/yr |
| energyCost | double, units $ |
|
private |
Definition at line 210 of file SteamReduction.h.
|
private |
Definition at line 209 of file SteamReduction.h.