Code: Select all
--2e6 / (1e3 * 500) = (2/5)e1 = 4 units/s
data.raw.boiler.boiler.target_temperature = 500
data.raw.boiler.boiler.energy_consumption = "2MW"
data.raw.fluid["steam"].heat_capacity = "1KJ"
data.raw.fluid["steam"].default_temperature = 0
--2e6 / (300e3 * 500) = (2/15)e-1 = 0.0133 units/s
data.raw.fluid["water"].heat_capacity = "300KJ"
Reality: Boiler consumes 2MW of fuel, 0.01333 units of 500 degree steam, 0.013333 units of water. Output is... something.