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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
steam_reduction::SteamReductionOutput Struct Reference

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}]\).
 

Detailed Description

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.

Member Data Documentation

◆ energy_cost

double steam_reduction::SteamReductionOutput::energy_cost = 0.0

Definition at line 153 of file steam_reduction.h.

◆ energy_use

double steam_reduction::SteamReductionOutput::energy_use = 0.0

Definition at line 152 of file steam_reduction.h.

◆ steam_use

double steam_reduction::SteamReductionOutput::steam_use = 0.0

Definition at line 151 of file steam_reduction.h.


The documentation for this struct was generated from the following file: