|
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.
|
Output data for a steam reduction calculation. More...
#include <steam_reduction.h>
Public Attributes | |
| double | steam_use = 0.0 |
| Annual steam use \([\unit{kg\per\year}]\). | |
| double | energy_use = 0.0 |
| Annual energy use \([\unit{kJ\per\year}]\). | |
| double | energy_cost = 0.0 |
| Annual energy cost \([\unit{\dollar\per\year}]\). | |
Contains the accumulated annual steam use, energy use, and energy cost across all measures passed to steamReduction.
Definition at line 150 of file steam_reduction.h.
| double steam_reduction::SteamReductionOutput::energy_cost = 0.0 |
Definition at line 153 of file steam_reduction.h.
| double steam_reduction::SteamReductionOutput::energy_use = 0.0 |
Definition at line 152 of file steam_reduction.h.
| double steam_reduction::SteamReductionOutput::steam_use = 0.0 |
Definition at line 151 of file steam_reduction.h.