51 double flue_temperature,
55 double inlet_temperature,
56 double heater_efficiency,
58 double operating_hours
79 double flue_temperature,
83 double inlet_temperature,
84 double heater_efficiency,
86 double operating_hours
107 double fuel_heating_value,
108 double flue_temperature,
112 double inlet_temperature,
113 double heater_efficiency,
114 double hx_efficiency,
115 double operating_hours
Represents a fuel gas mixture and its properties for process heat calculations.
AirHeatingUsingExhaustResults airHeatingUsingExhaustWithSolidLiquidFlueGasMaterial(const solid_liquid_flue_gas_material_data::SolidLiquidFlueGasMaterial &material, double flue_temperature, double excess_air, double fire_rate, double airflow, double inlet_temperature, double heater_efficiency, double hx_efficiency, double operating_hours)
Calculates air heating using exhaust for solid/liquid fuels.
AirHeatingUsingExhaustResults airHeatingUsingExhaustWithGasComposition(const gas_composition::GasComposition &gas_composition, double flue_temperature, double excess_air, double fire_rate, double airflow, double inlet_temperature, double heater_efficiency, double hx_efficiency, double operating_hours)
Calculates air heating using exhaust for gaseous fuels.
Air heating using exhaust calculations for process heating systems.
AirHeatingUsingExhaustResults airHeatingUsingExhaust(double stoich_air, double fuel_heating_value, double flue_temperature, double excess_air, double fire_rate, double airflow, double inlet_temperature, double heater_efficiency, double hx_efficiency, double operating_hours)
Internal calculation for air heating using exhaust, given stoichiometric air and fuel heating value.
Contains functions for gas composition calculations.
Defines default solid/liquid flue gas material data for process heat calculations.
Results of the air heating using exhaust calculation.
double heat_capacity_air
Heat capacity of air.
double hx_outlet_exhaust
Outlet exhaust temperature .
double energy_savings
Annual energy savings .
double hx_cold_air
Heat recovered by cold air .
double heat_capacity_flue
Heat capacity of flue gas.
Struct to hold default solid/liquid flue gas material data.