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
EnergyInputEAF Class Reference

#include <energy_input_EAF.h>

Public Member Functions

 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 ()
 

Private Attributes

const double naturalGasHeatInput
 
const double coalCarbonInjection
 
const double coalHeatingValue
 
const double electrodeUse
 
const double electrodeHeatingValue
 
const double otherFuels
 
const double electricityInput
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ 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
naturalGasHeatInputvalue 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
coalCarbonInjectionmass of coal or carbon injection for the hour measured in lbs/hour
coalHeatingValueheating value for the coal or carbon injected measured in btu/lb
electrodeUseelectrode use measured in lbs/hour
electrodeHeatingValueelectrode heating value measured in btu/lb
otherFuelsheat supplied from other sources, if any, measured in mm btu/hour
electricityInputtotal electric power supplied for the hour measured in kwh/hour

Definition at line 38 of file energy_input_EAF.h.

Member Function Documentation

◆ 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

Member Data Documentation

◆ coalCarbonInjection

const double EnergyInputEAF::coalCarbonInjection
private

Definition at line 58 of file energy_input_EAF.h.

◆ coalHeatingValue

const double EnergyInputEAF::coalHeatingValue
private

Definition at line 58 of file energy_input_EAF.h.

◆ electricityInput

const double EnergyInputEAF::electricityInput
private

Definition at line 59 of file energy_input_EAF.h.

◆ electrodeHeatingValue

const double EnergyInputEAF::electrodeHeatingValue
private

Definition at line 59 of file energy_input_EAF.h.

◆ electrodeUse

const double EnergyInputEAF::electrodeUse
private

Definition at line 58 of file energy_input_EAF.h.

◆ naturalGasHeatInput

const double EnergyInputEAF::naturalGasHeatInput
private

Definition at line 58 of file energy_input_EAF.h.

◆ otherFuels

const double EnergyInputEAF::otherFuels
private

Definition at line 59 of file energy_input_EAF.h.


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