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
Classes | Public Member Functions | Private Attributes | List of all members
SteamReduction Class Reference

Classes

struct  Output
 

Public Member Functions

 SteamReduction (std::vector< SteamReductionInput > steamReductionInputVec)
 
SteamReduction::Output calculate ()
 

Private Attributes

std::vector< SteamReductionInputsteamReductionInputVec
 
SteamReduction::Output output
 

Detailed Description

Definition at line 180 of file SteamReduction.h.

Constructor & Destructor Documentation

◆ SteamReduction()

SteamReduction::SteamReduction ( std::vector< SteamReductionInput steamReductionInputVec)
inlineexplicit
Parameters
steamReductionInputVec

Definition at line 195 of file SteamReduction.h.

Member Function Documentation

◆ calculate()

SteamReduction::Output SteamReduction::calculate ( )
Parameters
none
Returns
Output
Parameters
steamUsedouble, units kg/hr
energyUsedouble, units kJ/yr
energyCostdouble, units $

Member Data Documentation

◆ output

SteamReduction::Output SteamReduction::output
private

Definition at line 211 of file SteamReduction.h.

◆ steamReductionInputVec

std::vector<SteamReductionInput> SteamReduction::steamReductionInputVec
private

Definition at line 210 of file SteamReduction.h.


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