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
Classes | Functions

Air heating using exhaust calculations for process heating systems.

Classes

struct  AirHeatingUsingExhaustResults
 Results of the air heating using exhaust calculation. More...
 

Functions

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.
 
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 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.
 

Function Documentation

◆ airHeatingUsingExhaust()

AirHeatingUsingExhaustResults air_heating_using_exhaust::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 
)

Used by public API functions for both gas and solid/liquid fuels.

Parameters
stoich_airStoichiometric air required
fuel_heating_valueFuel heating value
flue_temperatureFlue gas temperature \([\unit{\degreeFahrenheit}]\)
excess_airExcess air (fraction)
fire_rateFiring rate \([\unit{MMBtu/hr}]\)
airflowAir flow \([\unit{scfm}]\)
inlet_temperatureInlet air temperature \([\unit{\degreeFahrenheit}]\)
heater_efficiencyHeater efficiency (fraction)
hx_efficiencyHeat exchanger efficiency (fraction)
operating_hoursAnnual operating hours \([\unit{hr}]\)
Returns
AirHeatingUsingExhaustResults struct with all calculated outputs.