ORNL-AMO / AMO-Tools-Suite

AMO-Tools-Suite is an energy efficiency calculation library in C++ with optional Nan Node add-on bindings for the Department of Energy Advanced Manufacturing Office (DOE AMO) Desktop, also known as MEASUR.
Other
22 stars 12 forks source link

Energy Input - Electric Arc Furnace (EAF) #55

Closed gaccawi closed 7 years ago

gaccawi commented 7 years ago

Inputs: natural_gas_heat_input natural_gas_flow natural_gas_heat (cu.ft/cycle) = natural_gas_flow * (1020/10^6) measured_oxygen_flow (scfh)

coal_carbon_injection (lbs/cycle) coal_heating_value (btu/lb) coal_heat_content (mm btu/cycle) = coal_heating_value * coal_carbon_injection/10^6

electrode_use (lbs/cycle) electrode_heating_value (btu/lb) electrode_heat_content (mm btu/cycle) = electrode_use * electrode_heating_value/10^6

other_fuels (mm btu/cycle)

electricity_input (kwh/cycle)

total_chemical_energy_input (mm btu/cycle) = natural_gas_heat_input + coal_heat_content + electrode_heat_content + other_fuels

kwh_cycle = total_chemical_energy_input * (10^6/3412)

heat_delivered (btu/cycle) = natural_gas_heat + coal_heat_content + electrode_heat_content

total (kwh/cycle) = kwh_cycle + electricity_input;

gaccawi commented 7 years ago

See: https://github.com/ORNL-AMO/AMO-Tools-Desktop/issues/186

https://cloud.githubusercontent.com/assets/8973004/25197238/5c3637bc-2511-11e7-9137-cd561480fff6.png