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
exhaust_gas_heat_loss_electric_arc_furnace.h
Go to the documentation of this file.
1#pragma once
2
17
32double totalHeatLoss(double off_gas_temp, double co_percent, double h2_percent, double combustible_gases_percent,
33 double volume_flow_rate, double dust_loading);
34
35} // namespace exhaust_gas_heat_loss_electric_arc_furnace
double totalHeatLoss(double off_gas_temp, double co_percent, double h2_percent, double combustible_gases_percent, double volume_flow_rate, double dust_loading)
Calculates the total heat loss due to exhaust gases in an Electric Arc Furnace (EAF).
Calculates total heat loss from exhaust gas in electric arc furnaces (EAF).