Water heating using flue calculations for process heating systems.
|
| enum class | SteamCondition { Superheated
, Saturated
} |
| |
|
| WaterHeatingUsingFlueResults | waterHeatingUsingFlue (const gas_composition::GasComposition &gas_compositions, double temp_flue_gas_f, double perc_o2, double temp_comb_air_f, double moist_comb_air, double rating_boiler, double pr_steam, double temp_ambient_air_f, double temp_steam_f, double temp_fw, double perc_blow_down, double eff_hx, double op_hours, double cost_fuel, double hhv_fuel, SteamCondition cond_steam=SteamCondition::Superheated, double fuel_temp_f=60) |
| | Calculates energy and cost savings from using flue gas (waste) heat to heat boiler feed water using a non-condensing heat exchanger.
|
| |
◆ SteamCondition
| enum class water_heating_using_flue::SteamCondition |
|
strong |