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 Member Functions | Public Attributes | List of all members
NaturalGasReduction::Output Struct Reference

Public Member Functions

 Output (double energyUse, double energyCost, double heatFlow, double totalFlow)
 

Public Attributes

double energyUse = 0
 
double energyCost = 0
 
double heatFlow = 0
 
double totalFlow = 0
 

Detailed Description

Definition at line 135 of file NaturalGasReduction.h.

Constructor & Destructor Documentation

◆ Output()

NaturalGasReduction::Output::Output ( double  energyUse,
double  energyCost,
double  heatFlow,
double  totalFlow 
)
inline

Definition at line 136 of file NaturalGasReduction.h.

Member Data Documentation

◆ energyCost

double NaturalGasReduction::Output::energyCost = 0

Definition at line 140 of file NaturalGasReduction.h.

◆ energyUse

double NaturalGasReduction::Output::energyUse = 0

Definition at line 140 of file NaturalGasReduction.h.

◆ heatFlow

double NaturalGasReduction::Output::heatFlow = 0

Definition at line 140 of file NaturalGasReduction.h.

◆ totalFlow

double NaturalGasReduction::Output::totalFlow = 0

Definition at line 140 of file NaturalGasReduction.h.


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