Difference between revisions of "Furnace temperature and pressure math"
From Unofficial Stationeers Wiki
(Created page with "=== Experiment used to determine the amount of released energy from combustion (if things change in the future) === #Place a frame, build a furnace partially inside the frame,...") |
|||
Line 9: | Line 9: | ||
#Deconstruct the furnace completely to disarm it safely, or connect a single pipe so it can burst and act as a vent | #Deconstruct the furnace completely to disarm it safely, or connect a single pipe so it can burst and act as a vent | ||
#Alternatively: A circuit could maybe also be used to capture the temperature and pressure at the point of ignition... before the furnace explodes (the pressure will be around 200MPa) | #Alternatively: A circuit could maybe also be used to capture the temperature and pressure at the point of ignition... before the furnace explodes (the pressure will be around 200MPa) | ||
+ | |||
+ | ===Improved experiment=== | ||
+ | #An advanced furnace with connected LED consoles to accurately track temperature and pressure was prepared, a MIPS program was written to show practical and theoretical values | ||
+ | #the furnace was loaded with fuel and the game saved | ||
+ | #the fuel was ignited, the temperature and pressure was recorded with many decimal values accuracy | ||
+ | #the MIPS program numerical value for the released energy was manually tweaked until it was a close fit to the actual Temperature value recorded earlier | ||
+ | #it was noticed that pressing ignite added a small bit of energy to the furnace, this value was found to be 5 J by a different experiment and subtracted from this result | ||
+ | #The energy added for combustion (50KPa perfect 2:1 fuel at 4.1°C) was measured to be 563 464.4729 J | ||
+ | #removing the 5 J from the spark gives 563 459.4729 J | ||
+ | #dividing by 0.95 to get the energy released per 1 mol O2 + 2 mol H2 -> 6 mol CO2 + 3 mol X resulted in 593115.2346 J energy released | ||
+ | |||
+ | ===Spark energy experiment=== | ||
+ | #A small amount of N2 was placed in an advanced furnace. The TotalMoles and Temperature values were recorded, the specific heat was looked up in game and found to be 20.6 | ||
+ | #Ignite was pressed 2 times, each time the new Temperature was recorded, the increase was the same | ||
+ | #The energy added per ignite was calculated as: EnergyChange = moles * specificHeat * TemperatureChange | ||
+ | #The obtained value was 0.499999 J for each button press |
Revision as of 15:17, 15 October 2021
Experiment used to determine the amount of released energy from combustion (if things change in the future)
- Place a frame, build a furnace partially inside the frame, complete the frame. The furnace is now perfectly insulated and will no longer loose temperature (unless ore is added) nor explode from high pressure
- Add fuel (perfect 2:1 is not required) via a pipe, use over 1000 mol of O2, remove the pipe attached to the furnace
- Record all mol amounts and temp with a tablet (atmos cartridge), convert temp to K (add +273)
- Ignite furnace, record all mol amounts and temp with tablet, convert temp to K
- Calculate moles of combusted O2 (= moles before - moles after)
- Calculate the Thermal energy in the gas, before and after (Thermal energy = Temp * sum(mol of each gas * specific heat)
- Calculate energy released per mol of combusted O2 (= TE.after - TE.before) / moles of combusted O2)
- Deconstruct the furnace completely to disarm it safely, or connect a single pipe so it can burst and act as a vent
- Alternatively: A circuit could maybe also be used to capture the temperature and pressure at the point of ignition... before the furnace explodes (the pressure will be around 200MPa)
Improved experiment
- An advanced furnace with connected LED consoles to accurately track temperature and pressure was prepared, a MIPS program was written to show practical and theoretical values
- the furnace was loaded with fuel and the game saved
- the fuel was ignited, the temperature and pressure was recorded with many decimal values accuracy
- the MIPS program numerical value for the released energy was manually tweaked until it was a close fit to the actual Temperature value recorded earlier
- it was noticed that pressing ignite added a small bit of energy to the furnace, this value was found to be 5 J by a different experiment and subtracted from this result
- The energy added for combustion (50KPa perfect 2:1 fuel at 4.1°C) was measured to be 563 464.4729 J
- removing the 5 J from the spark gives 563 459.4729 J
- dividing by 0.95 to get the energy released per 1 mol O2 + 2 mol H2 -> 6 mol CO2 + 3 mol X resulted in 593115.2346 J energy released
Spark energy experiment
- A small amount of N2 was placed in an advanced furnace. The TotalMoles and Temperature values were recorded, the specific heat was looked up in game and found to be 20.6
- Ignite was pressed 2 times, each time the new Temperature was recorded, the increase was the same
- The energy added per ignite was calculated as: EnergyChange = moles * specificHeat * TemperatureChange
- The obtained value was 0.499999 J for each button press