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.
|
#include <exhaust_gas_EAF.h>
Public Member Functions | |
ExhaustGasEAF (const double offGasTemp, const double CO, const double H2, const double combustibleGases, const double vfr, const double dustLoading) | |
double | getTotalHeatExhaust () |
Private Attributes | |
const double | offGasTemp |
const double | CO |
const double | H2 |
const double | combustibleGases |
const double | vfr |
const double | dustLoading |
Exhaust Gas for an Electric Arc Furnace class Contains all of the properties of the exhaust gas from the furnace. Used to calculateThermalResistance the heat loss caused by the exhaust gas coming out of the electric arc furnace.
Definition at line 21 of file exhaust_gas_EAF.h.
|
inline |
Constructor for the exhaust gas EAF heat loss with all inputs specified
offGasTemp | double, temperature of exhaust gases from EAF before the gases mix with outside air measured in °F |
CO | double, % of CO in exhaust gas |
H2 | double, % of H2 in exhaust gas |
combustibleGases | double, average value of combustible gases % in exhaust gases |
vfr | double, (volume flow rate) total volume of exhaust gases measured in cfm |
dustLoading | double, dust loading for exhaust gases measured in s/scf (number of dust particles per scf) |
Definition at line 33 of file exhaust_gas_EAF.h.
|
private |
Definition at line 41 of file exhaust_gas_EAF.h.
|
private |
Definition at line 41 of file exhaust_gas_EAF.h.
|
private |
Definition at line 41 of file exhaust_gas_EAF.h.
|
private |
Definition at line 41 of file exhaust_gas_EAF.h.
|
private |
Definition at line 41 of file exhaust_gas_EAF.h.
|
private |
Definition at line 41 of file exhaust_gas_EAF.h.