![]() |
AMO-Tools-Suite
v.0.9.0
Set of tools for calculating energy efficiency in industrial equipment
|
#include <LeakageLosses.h>
Public Member Functions | |
LeakageLosses (double draftPressure, double openingArea, double leakageGasTemperature, double ambientTemperature, double coefficient, double specificGravity, double correctionFactor) | |
double | getDraftPressure () const |
void | setDraftPressure (double draftPressure) |
double | getOpeningArea () const |
void | setOpeningArea (double openingArea) |
double | getLeakageGasTemperature () const |
void | setLeakageGasTemperature (double leakageGasTemperature) |
double | getAmbientTemperature () const |
void | setAmbientTemperature (double ambientTemperature) |
double | getCoefficient () const |
void | setCoefficient (double coefficient) |
double | getSpecificGravity () const |
void | setSpecificGravity (double specificGravity) |
double | getCorrectionFactor () const |
void | setCorrectionFactor (double correctionFactor) |
double | getExfiltratedGasesHeatContent () |
LeakageLosses (double draftPressure, double openingArea, double leakageGasTemperature, double ambientTemperature, double coefficient, double specificGravity, double correctionFactor) | |
double | getDraftPressure () const |
void | setDraftPressure (double draftPressure) |
double | getOpeningArea () const |
void | setOpeningArea (double openingArea) |
double | getLeakageGasTemperature () const |
void | setLeakageGasTemperature (double leakageGasTemperature) |
double | getAmbientTemperature () const |
void | setAmbientTemperature (double ambientTemperature) |
double | getCoefficient () const |
void | setCoefficient (double coefficient) |
double | getSpecificGravity () const |
void | setSpecificGravity (double specificGravity) |
double | getCorrectionFactor () const |
void | setCorrectionFactor (double correctionFactor) |
double | getExfiltratedGasesHeatContent () |
LeakageLosses (double draftPressure, double openingArea, double leakageGasTemperature, double ambientTemperature, double coefficient, double specificGravity, double correctionFactor) | |
double | getDraftPressure () const |
void | setDraftPressure (double draftPressure) |
double | getOpeningArea () const |
void | setOpeningArea (double openingArea) |
double | getLeakageGasTemperature () const |
void | setLeakageGasTemperature (double leakageGasTemperature) |
double | getAmbientTemperature () const |
void | setAmbientTemperature (double ambientTemperature) |
double | getCoefficient () const |
void | setCoefficient (double coefficient) |
double | getSpecificGravity () const |
void | setSpecificGravity (double specificGravity) |
double | getCorrectionFactor () const |
void | setCorrectionFactor (double correctionFactor) |
double | getExfiltratedGasesHeatContent () |
Leakage Losses class Contains all of the properties of a hot gas leakage. Used to calculate the heat loss caused by gases leaving the furnace via openings other then the flue. This calculator should only be used if the furnace is operating at a positive pressure.
Definition at line 23 of file LeakageLosses.h.
|
inline |
Constructor
draftPressure | double, furnace draft pressure in inch W.C. |
openingArea | double, opening area in ft^2 |
leakageGasTemperature | double, temperature of gases leaking from furnace in °F |
ambientTemperature | double. ambient temperature in °F |
coefficient | double, coefficient - unitless |
specificGravity | double, specific gravity - unitless |
correctionFactor | double, correction factor - unitless |
Definition at line 35 of file LeakageLosses.h.
|
inline |
Constructor
draftPressure | double, furnace draft pressure in inch W.C. |
openingArea | double, opening area in ft^2 |
leakageGasTemperature | double, temperature of gases leaking from furnace in °F |
ambientTemperature | double. ambient temperature in °F |
coefficient | double, coefficient - unitless |
specificGravity | double, specific gravity - unitless |
correctionFactor | double, correction factor - unitless |
Definition at line 35 of file LeakageLosses.h.
|
inline |
Constructor
draftPressure | double, furnace draft pressure in inch W.C. |
openingArea | double, opening area in ft^2 |
leakageGasTemperature | double, temperature of gases leaking from furnace in °F |
ambientTemperature | double. ambient temperature in °F |
coefficient | double, coefficient - unitless |
specificGravity | double, specific gravity - unitless |
correctionFactor | double, correction factor - unitless |
Definition at line 35 of file LeakageLosses.h.
|
inline |
Gets the ambient temperature
Definition at line 108 of file LeakageLosses.h.
|
inline |
Gets the ambient temperature
Definition at line 108 of file LeakageLosses.h.
|
inline |
Gets the ambient temperature
Definition at line 108 of file LeakageLosses.h.
|
inline |
Gets the coefficient
Definition at line 124 of file LeakageLosses.h.
|
inline |
Gets the coefficient
Definition at line 124 of file LeakageLosses.h.
|
inline |
Gets the coefficient
Definition at line 124 of file LeakageLosses.h.
|
inline |
Gets the correction factor
Definition at line 156 of file LeakageLosses.h.
|
inline |
Gets the correction factor
Definition at line 156 of file LeakageLosses.h.
|
inline |
Gets the correction factor
Definition at line 156 of file LeakageLosses.h.
|
inline |
Gets the furnace draft pressure
Definition at line 60 of file LeakageLosses.h.
|
inline |
Gets the furnace draft pressure
Definition at line 60 of file LeakageLosses.h.
|
inline |
Gets the furnace draft pressure
Definition at line 60 of file LeakageLosses.h.
double LeakageLosses::getExfiltratedGasesHeatContent | ( | ) |
Gets the exfiltrated gases heat content
double LeakageLosses::getExfiltratedGasesHeatContent | ( | ) |
Gets the exfiltrated gases heat content
Definition at line 13 of file LeakageLosses.cpp.
double LeakageLosses::getExfiltratedGasesHeatContent | ( | ) |
Gets the exfiltrated gases heat content
|
inline |
Gets the temperature of gases leaking from furnace
Definition at line 92 of file LeakageLosses.h.
|
inline |
Gets the temperature of gases leaking from furnace
Definition at line 92 of file LeakageLosses.h.
|
inline |
Gets the temperature of gases leaking from furnace
Definition at line 92 of file LeakageLosses.h.
|
inline |
Gets the opening area
Definition at line 76 of file LeakageLosses.h.
|
inline |
Gets the opening area
Definition at line 76 of file LeakageLosses.h.
|
inline |
Gets the opening area
Definition at line 76 of file LeakageLosses.h.
|
inline |
Gets the specific gravity
Definition at line 140 of file LeakageLosses.h.
|
inline |
Gets the specific gravity
Definition at line 140 of file LeakageLosses.h.
|
inline |
Gets the specific gravity
Definition at line 140 of file LeakageLosses.h.
|
inline |
Sets the ambient temperature
ambientTemperature | double, ambient temperature in °F |
Definition at line 116 of file LeakageLosses.h.
|
inline |
Sets the ambient temperature
ambientTemperature | double, ambient temperature in °F |
Definition at line 116 of file LeakageLosses.h.
|
inline |
Sets the ambient temperature
ambientTemperature | double, ambient temperature in °F |
Definition at line 116 of file LeakageLosses.h.
|
inline |
Sets the coefficient
coefficient | double, coefficient - unitless |
Definition at line 132 of file LeakageLosses.h.
|
inline |
Sets the coefficient
coefficient | double, coefficient - unitless |
Definition at line 132 of file LeakageLosses.h.
|
inline |
Sets the coefficient
coefficient | double, coefficient - unitless |
Definition at line 132 of file LeakageLosses.h.
|
inline |
Sets the correction factor
correctionFactor | double, correction factor - unitless |
Definition at line 164 of file LeakageLosses.h.
|
inline |
Sets the correction factor
correctionFactor | double, correction factor - unitless |
Definition at line 164 of file LeakageLosses.h.
|
inline |
Sets the correction factor
correctionFactor | double, correction factor - unitless |
Definition at line 164 of file LeakageLosses.h.
|
inline |
Sets the furnace draft pressure
draftPressure | double, draft pressure in inch W.C. |
Definition at line 68 of file LeakageLosses.h.
|
inline |
Sets the furnace draft pressure
draftPressure | double, draft pressure in inch W.C. |
Definition at line 68 of file LeakageLosses.h.
|
inline |
Sets the furnace draft pressure
draftPressure | double, draft pressure in inch W.C. |
Definition at line 68 of file LeakageLosses.h.
|
inline |
Sets the temperature of gases leaking from furnace
leakageGasTemperature | double, leakage gas temperature in °F |
Definition at line 100 of file LeakageLosses.h.
|
inline |
Sets the temperature of gases leaking from furnace
leakageGasTemperature | double, leakage gas temperature in °F |
Definition at line 100 of file LeakageLosses.h.
|
inline |
Sets the temperature of gases leaking from furnace
leakageGasTemperature | double, leakage gas temperature in °F |
Definition at line 100 of file LeakageLosses.h.
|
inline |
Sets the opening area
openingArea | double, opening area in ft^2 |
Definition at line 84 of file LeakageLosses.h.
|
inline |
Sets the opening area
openingArea | double, opening area in ft^2 |
Definition at line 84 of file LeakageLosses.h.
|
inline |
Sets the opening area
openingArea | double, opening area in ft^2 |
Definition at line 84 of file LeakageLosses.h.
|
inline |
Sets the specific gravity
specificGravity | double, specific gravity - unitless |
Definition at line 148 of file LeakageLosses.h.
|
inline |
Sets the specific gravity
specificGravity | double, specific gravity - unitless |
Definition at line 148 of file LeakageLosses.h.
|
inline |
Sets the specific gravity
specificGravity | double, specific gravity - unitless |
Definition at line 148 of file LeakageLosses.h.