Closed gaccawi closed 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;
See: https://github.com/ORNL-AMO/AMO-Tools-Desktop/issues/186
https://cloud.githubusercontent.com/assets/8973004/25197238/5c3637bc-2511-11e7-9137-cd561480fff6.png
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;