Does anyone know the "safe" temperature limit for a fission reactor? I varied fuel core setup in my experimental and incomplete, non-production reactor and stopped once fuel core temperatures got up to 250C and kept rising. If nobody can tell me I'll have to find out in a test world but I'd rather ask first and save myself the work.
This is an interesting part of the mod. I can't tell you how much I hated the temperature mechanic (with the heat jumping all over the place unrealistically) until I studied and saw how it worked. I have *not* looked at the code for steam boilers, so this is purely observation.
Every cycle (second?), a boiler will look at its heat store. If its above 100, it will execute a loop and begin consuming heat and water and transforming that into steam. It seems to do it in chunks, say 10C at a time. (pure speculation)
Here's the trick. The loop seems to have two conditions: It can run while the temperature is greater than 100C. But it also has a maximum number of iterations. As a result, there's a sweet spot where you nail a lot of iterations without the water staying above 100C.
I don't know where that sweet spot is but I try to keep my boilers around 250C. This means your cores are probably going to be hissing and smoking.
I try to stabilize my cores around 500C. This is probably a bit aggressive
@Reika, would there ever be a point in showing the distinction between "heat" and "temperature"? Temperature would rise and fall more gradually and would let me be a nuclear engineer of sorts, monitoring the reactor and making fine adjustments and noting the effects. It would also trigger the scram, hissing and other adjacent mechanics.
Heat would be purely a mechanic of steam creation.