54 double current_flue_gas_oxygen,
double new_flue_gas_oxygen,
double current_flue_gas_temp,
double new_flue_gas_temp,
55 double current_combustion_air_temp,
double new_combustion_air_temp,
double current_energy_input);
66double calculateExcessAir(
double flue_gas_oxygen,
double stoich_air_multiplier,
double excess_air_denominator_base,
67 double excess_air_o2_multiplier);
77double calculateHeatInput(
double flue_gas_temp,
double heat_input_base,
double heat_input_temp_coeff);
88 double air_specific_heat_coeff);
112 double combustion_air_temp,
double excess_air);
double calculateAirCorrection(double air_correction_base, double air_specific_heat, double flue_gas_temp, double excess_air)
Calculates air correction.
double calculateNewEnergyInput(double current_energy_input, double new_fuel_savings)
Calculates new energy input.
double calculateAvailableHeat(double heat_input, double air_correction, double combustion_air_correction)
Calculates available heat.
double calculateExcessAir(double flue_gas_oxygen, double stoich_air_multiplier, double excess_air_denominator_base, double excess_air_o2_multiplier)
Calculates excess air percentage.
ProcessHeatEfficiencyImprovementResults processHeatEfficiencyImprovement(double current_flue_gas_oxygen, double new_flue_gas_oxygen, double current_flue_gas_temp, double new_flue_gas_temp, double current_combustion_air_temp, double new_combustion_air_temp, double current_energy_input)
Calculates the efficiency improvement for a fuel fired furnace.
double calculateAirSpecificHeat(double combustion_air_temp, double air_specific_heat_base, double air_specific_heat_coeff)
Calculates air specific heat.
double calculateFuelSavings(double new_available_heat, double current_available_heat)
Calculates new fuel savings.
double calculateCombustionAirCorrection(double combustion_air_correction_base, double air_specific_heat, double combustion_air_temp, double excess_air)
Calculates combustion air correction.
double calculateHeatInput(double flue_gas_temp, double heat_input_base, double heat_input_temp_coeff)
Calculates heat input.
Efficiency improvement calculations for process heating systems.
Results of the process heat efficiency improvement calculation.
double current_air_correction
Current air correction as % of HHV.
double new_available_heat
New available heat as % of HHV.
double new_energy_input
New energy input in MM Btu/hr.
double current_combustion_air_correction
Current combustion air correction as % of HHV.
double new_air_correction
New air correction as % of HHV.
double current_air_specific_heat
Current specific heat of air in Btu/(lb*°F)
double current_heat_input
Current heat input as %.
double new_heat_input
New heat input as %.
double current_excess_air
Current excess air as %.
double current_available_heat
Current available heat as % of HHV.
double new_excess_air
New excess air as %.
double new_combustion_air_correction
New combustion air correction as % of HHV.
double new_air_specific_heat
New specific heat of air in Btu/(lb*°F)
double new_fuel_savings
New fuel savings as %.