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
water_heating_using_flue.h
1#pragma once
3
10
16enum class SteamCondition { Superheated, Saturated };
17
42
68 const gas_composition::GasComposition& gas_compositions,
69 double temp_flue_gas_f,
70 double perc_o2,
71 double temp_comb_air_f,
72 double moist_comb_air,
73 double rating_boiler,
74 double pr_steam,
75 double temp_ambient_air_f,
76 double temp_steam_f,
77 double temp_fw,
78 double perc_blow_down,
79 double eff_hx,
80 double op_hours,
81 double cost_fuel,
82 double hhv_fuel,
83 SteamCondition cond_steam = SteamCondition::Superheated,
84 double fuel_temp_f = 60
85);
86
87} // namespace water_heating_using_flue
88
Represents a fuel gas mixture and its properties for process heat calculations.
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...
Water heating using flue calculations for process heating systems.
Results of the water heating using flue calculation.
double boiler_available_heat
Boiler available heat (fraction)