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

Air heating using exhaust calculations for process heating systems. More...

#include "physics/gas_composition.h"
#include "databases/solid_liquid_flue_gas_material_data.h"

Go to the source code of this file.

Classes

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

Namespaces

namespace  air_heating_using_exhaust
 Air heating using exhaust calculations for process heating systems.
 

Functions

AirHeatingUsingExhaustResults air_heating_using_exhaust::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 air_heating_using_exhaust::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 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)
 Internal calculation for air heating using exhaust, given stoichiometric air and fuel heating value.