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 180 of file SteamReduction.h.
|
inlineexplicit |
steamReductionInputVec |
Definition at line 195 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 211 of file SteamReduction.h.
|
private |
Definition at line 210 of file SteamReduction.h.