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
AirHeatingUsingExhaust::Output Struct Reference

Public Member Functions

 Output (double hxColdAir, double hxOutletExhaust, double energySavings, double heatCapacityFlue, double heatCapacityAir)
 

Public Attributes

double hxColdAir = 0
 
double hxOutletExhaust = 0
 
double energySavings = 0
 
double heatCapacityFlue = 0
 
double heatCapacityAir = 0
 

Detailed Description

Definition at line 21 of file AirHeatingUsingExhaust.h.

Constructor & Destructor Documentation

◆ Output()

AirHeatingUsingExhaust::Output::Output ( double  hxColdAir,
double  hxOutletExhaust,
double  energySavings,
double  heatCapacityFlue,
double  heatCapacityAir 
)
inline

Definition at line 22 of file AirHeatingUsingExhaust.h.

Member Data Documentation

◆ energySavings

double AirHeatingUsingExhaust::Output::energySavings = 0

Definition at line 28 of file AirHeatingUsingExhaust.h.

◆ heatCapacityAir

double AirHeatingUsingExhaust::Output::heatCapacityAir = 0

Definition at line 28 of file AirHeatingUsingExhaust.h.

◆ heatCapacityFlue

double AirHeatingUsingExhaust::Output::heatCapacityFlue = 0

Definition at line 28 of file AirHeatingUsingExhaust.h.

◆ hxColdAir

double AirHeatingUsingExhaust::Output::hxColdAir = 0

Definition at line 28 of file AirHeatingUsingExhaust.h.

◆ hxOutletExhaust

double AirHeatingUsingExhaust::Output::hxOutletExhaust = 0

Definition at line 28 of file AirHeatingUsingExhaust.h.


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