|
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.
|
Calculates total energy input and heat delivered for electric arc furnaces (EAF).
Functions | |
| 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). | |
| double | totalHeatDelivered (double total_chemical_energy_input, double electricity_input) |
| Calculates the total heat delivered to the EAF. | |