#include <energy_input_EAF.h>
|
| EnergyInputEAF (const double naturalGasHeatInput, const double coalCarbonInjection, const double coalHeatingValue, const double electrodeUse, const double electrodeHeatingValue, const double otherFuels, const double electricityInput) |
|
double | getTotalChemicalEnergyInput () |
|
double | getHeatDelivered () |
|
Energy Input for an Electric Arc Furnace class Used to calculateThermalResistance the heat that is being supplied to an electric arc furnace.
Definition at line 20 of file energy_input_EAF.h.
◆ EnergyInputEAF()
EnergyInputEAF::EnergyInputEAF |
( |
const double |
naturalGasHeatInput, |
|
|
const double |
coalCarbonInjection, |
|
|
const double |
coalHeatingValue, |
|
|
const double |
electrodeUse, |
|
|
const double |
electrodeHeatingValue, |
|
|
const double |
otherFuels, |
|
|
const double |
electricityInput |
|
) |
| |
|
inline |
Constructor for the energy input EAF heat loss with all inputs specified
- Parameters
-
naturalGasHeatInput | value of total heat input to the heating system (furnace/oven) from all sources of heat supplied (natural gas, carbon, fuel oil, etc.) measured in mm btu/hour |
coalCarbonInjection | mass of coal or carbon injection for the hour measured in lbs/hour |
coalHeatingValue | heating value for the coal or carbon injected measured in btu/lb |
electrodeUse | electrode use measured in lbs/hour |
electrodeHeatingValue | electrode heating value measured in btu/lb |
otherFuels | heat supplied from other sources, if any, measured in mm btu/hour |
electricityInput | total electric power supplied for the hour measured in kwh/hour |
Definition at line 38 of file energy_input_EAF.h.
◆ getHeatDelivered()
double EnergyInputEAF::getHeatDelivered |
( |
| ) |
|
Calculates the heat delivered to the EAF
- Returns
- double, heat delivered to the EAF in btu/hour
◆ getTotalChemicalEnergyInput()
double EnergyInputEAF::getTotalChemicalEnergyInput |
( |
| ) |
|
Calculates the total chemical energy input
- Returns
- double, total chemical energy input in btu/hour
◆ coalCarbonInjection
const double EnergyInputEAF::coalCarbonInjection |
|
private |
◆ coalHeatingValue
const double EnergyInputEAF::coalHeatingValue |
|
private |
◆ electricityInput
const double EnergyInputEAF::electricityInput |
|
private |
◆ electrodeHeatingValue
const double EnergyInputEAF::electrodeHeatingValue |
|
private |
◆ electrodeUse
const double EnergyInputEAF::electrodeUse |
|
private |
◆ naturalGasHeatInput
const double EnergyInputEAF::naturalGasHeatInput |
|
private |
◆ otherFuels
const double EnergyInputEAF::otherFuels |
|
private |
The documentation for this class was generated from the following file: