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
Public Member Functions | Private Attributes | List of all members
ExhaustGasEAF Class Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExhaustGasEAF()

ExhaustGasEAF::ExhaustGasEAF ( const double  offGasTemp,
const double  CO,
const double  H2,
const double  combustibleGases,
const double  vfr,
const double  dustLoading 
)
inline

Constructor for the exhaust gas EAF heat loss with all inputs specified

Parameters
offGasTempdouble, temperature of exhaust gases from EAF before the gases mix with outside air measured in °F
COdouble, % of CO in exhaust gas
H2double, % of H2 in exhaust gas
combustibleGasesdouble, average value of combustible gases % in exhaust gases
vfrdouble, (volume flow rate) total volume of exhaust gases measured in cfm
dustLoadingdouble, 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.

Member Data Documentation

◆ CO

const double ExhaustGasEAF::CO
private

Definition at line 41 of file exhaust_gas_EAF.h.

◆ combustibleGases

const double ExhaustGasEAF::combustibleGases
private

Definition at line 41 of file exhaust_gas_EAF.h.

◆ dustLoading

const double ExhaustGasEAF::dustLoading
private

Definition at line 41 of file exhaust_gas_EAF.h.

◆ H2

const double ExhaustGasEAF::H2
private

Definition at line 41 of file exhaust_gas_EAF.h.

◆ offGasTemp

const double ExhaustGasEAF::offGasTemp
private

Definition at line 41 of file exhaust_gas_EAF.h.

◆ vfr

const double ExhaustGasEAF::vfr
private

Definition at line 41 of file exhaust_gas_EAF.h.


The documentation for this class was generated from the following file: