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
include
processHeat
losses
exhaust_gas_EAF.h
Go to the documentation of this file.
1
#pragma once
2
20
class
ExhaustGasEAF
{
21
public
:
32
ExhaustGasEAF
(
const
double
offGasTemp,
const
double
CO,
const
double
H2,
const
double
combustibleGases,
33
const
double
vfr,
const
double
dustLoading)
34
: offGasTemp(offGasTemp), CO(CO), H2(H2), combustibleGases(combustibleGases), vfr(vfr),
35
dustLoading(dustLoading) {}
36
37
double
getTotalHeatExhaust();
38
39
private
:
40
const
double
offGasTemp, CO, H2, combustibleGases, vfr, dustLoading;
41
};
42
ExhaustGasEAF
Definition
exhaust_gas_EAF.h:20
ExhaustGasEAF::ExhaustGasEAF
ExhaustGasEAF(const double offGasTemp, const double CO, const double H2, const double combustibleGases, const double vfr, const double dustLoading)
Definition
exhaust_gas_EAF.h:32
Generated by
1.9.8