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 | Private Attributes | List of all members
GasFlueGasMaterial Class Reference

#include <gas_flue_gas_material.h>

Public Member Functions

 GasFlueGasMaterial (const double flueGasTemperature, const double excessAirPercentage, const double combustionAirTemperature, GasCompositions compositions, const double fuelTemperature)
 
double getHeatLoss ()
 

Private Attributes

const double flueGasTemperature
 
const double excessAirPercentage
 
const double combustionAirTemperature
 
const double fuelTemperature
 
GasCompositions compositions
 

Detailed Description

Gas Flue Gas Material class Contains all of the properties of a gas flue gas material. Used to calculateThermalResistance the heat loss caused by carrying the products of combustion out of the system through the flue.

Deprecated:
Do not use this class getHeatLoss function, use enhanced GasComposition's getProcessHeatProperties function

Definition at line 323 of file gas_flue_gas_material.h.

Constructor & Destructor Documentation

◆ GasFlueGasMaterial()

GasFlueGasMaterial::GasFlueGasMaterial ( const double  flueGasTemperature,
const double  excessAirPercentage,
const double  combustionAirTemperature,
GasCompositions  compositions,
const double  fuelTemperature 
)
inline

Constructor for the flue gas losses with all inputs specified

Parameters
flueGasTemperaturedouble, Furnace Flue Gas Temperature in °F
excessAirPercentagedouble, Percent Excess Air, expressed in normal percentage (i.e. 9% as 9 instead of 0.09)
combustionAirTemperaturedouble, Combustion Air Temperature in °F
compositions- GasComposition, User defined gas compositions
fuelTemperaturedouble - temperature of fuel

Definition at line 335 of file gas_flue_gas_material.h.

Member Function Documentation

◆ getHeatLoss()

double GasFlueGasMaterial::getHeatLoss ( )

Gets the heat loss

Returns
double, heat loss in btu/hr
Deprecated:
Do not use this class getHeatLoss function, use enhanced GasComposition's getProcessHeatProperties function

Member Data Documentation

◆ combustionAirTemperature

const double GasFlueGasMaterial::combustionAirTemperature
private

Definition at line 353 of file gas_flue_gas_material.h.

◆ compositions

GasCompositions GasFlueGasMaterial::compositions
private

Definition at line 354 of file gas_flue_gas_material.h.

◆ excessAirPercentage

const double GasFlueGasMaterial::excessAirPercentage
private

Definition at line 353 of file gas_flue_gas_material.h.

◆ flueGasTemperature

const double GasFlueGasMaterial::flueGasTemperature
private

Definition at line 353 of file gas_flue_gas_material.h.

◆ fuelTemperature

const double GasFlueGasMaterial::fuelTemperature
private

Definition at line 353 of file gas_flue_gas_material.h.


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