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
energy_input_electric_arc_furnace.h
Go to the documentation of this file.
1#pragma once
2
17
30double totalChemicalEnergyInput(double natural_gas_heat_input, double coal_carbon_injection, double coal_heating_value,
31 double electrode_use, double electrode_heating_value, double other_fuels);
32
41double totalHeatDelivered(double total_chemical_energy_input, double electricity_input);
42
43} // namespace energy_input_electric_arc_furnace
double totalHeatDelivered(double total_chemical_energy_input, double electricity_input)
Calculates the total heat delivered to the EAF.
double totalChemicalEnergyInput(double natural_gas_heat_input, double coal_carbon_injection, double coal_heating_value, double electrode_use, double electrode_heating_value, double other_fuels)
Calculates the total chemical energy input for an Electric Arc Furnace (EAF).
Calculates total energy input and heat delivered for electric arc furnaces (EAF).