Definition at line 19 of file AirHeatingUsingExhaust.h.
◆ AirHeatingUsingExhaust() [1/2]
AirHeatingUsingExhaust::AirHeatingUsingExhaust |
( |
GasCompositions |
gasCompositions | ) |
|
|
inline |
- Parameters
-
gasCompositions | Constructor for GasCompositions with which flue gas losses will be calculated. All molecule parameters are the percentage of that molecule present in the fuel |
substance | name - string |
CH4 | % - double |
C2H6 | % - double |
N2 | % - double |
H2 | % - double |
C3H8 | % - double |
C4H10_CnH2n | % - double |
H2O | % - double |
CO | % - double |
CO2 | % - double |
SO2 | % - double |
O2 | % - double |
Definition at line 51 of file AirHeatingUsingExhaust.h.
◆ AirHeatingUsingExhaust() [2/2]
- Parameters
-
solidLiquidFlueGasMaterial | Constructor for the SolidLiquidFlueGasMaterial losses with all inputs specified |
flueGasTemperature | - double, Furnace Flue Gas Temperature in °F |
excessAir | - double, Percent Excess Air, expressed in normal percentage (i.e. 9% as 9 instead of 0.09) |
combustionAirTemperature | - double, Combustion Air Temperature in °F |
fuelTemperature | - double, fuel Temperature in °F |
moistureInAirCombustion | - double, moisture in Air Combustion as % |
ashDischargeTemperature | - double, ash discharge Temperature in °F |
unburnedCarbonInAsh | - double, unburned carbon in ash expressed as % |
carbon,hydrogen,sulphur,inertAsh,o2,moisture,nitrogen | content in fuel (as percentage) |
Definition at line 72 of file AirHeatingUsingExhaust.h.
◆ calculate()
AirHeatingUsingExhaust::Output AirHeatingUsingExhaust::calculate |
( |
const double |
flueTemperature, |
|
|
const double |
excessAir, |
|
|
const double |
fireRate, |
|
|
const double |
airflow, |
|
|
const double |
inletTemperature, |
|
|
const double |
heaterEfficiency, |
|
|
const double |
hxEfficiency, |
|
|
const double |
operatingHours |
|
) |
| |
- Parameters
-
flueTemperature | double, units F |
excessAir | double, units percentage / fraction |
fireRate | double, units MMBtu/hr |
airflow | double, units scfm |
inletTemperature | double, units F |
heaterEfficiency | double, units percentage / fraction |
hxEfficiency | double, units percentage / fraction |
operatingHours | double, units hr |
- Returns
- Output
- Parameters
-
hxColdAir | double, units Btu/hr |
hxOutletExhaust | double, units F |
energySavings | double, units MMBtu/yr |
heatCapacityFlue | double |
heatCapacityAir | double |
◆ fuelHeatingValue
double AirHeatingUsingExhaust::fuelHeatingValue = 1 |
|
private |
◆ stoichAir
double AirHeatingUsingExhaust::stoichAir = 0 |
|
private |
The documentation for this class was generated from the following file: