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
process_heat.h
Go to the documentation of this file.
1
2#pragma once
3
11namespace process_heat {
12
19double calculateExcessAir(double o2_flue_gas);
20
21} // namespace process_heat
double calculateExcessAir(double o2_flue_gas)
Calculates excess air from O2 in flue gas.