Realistic Reactors Revived deprecated


This mod adds a more realistic nuclear reactor, a breeder reactor and a cooling tower. The reactors are controllable via an integrated circuit interface, and have a dynamic output depending on their temperature. They need proper cooling, otherwise a nuclear meltdown will occur.

Content
3 years ago
1.1
52
Power

g how you balance the temperature?

2 years ago

Сolleagues, tell me how you balance the temperature / power so that the reactor does not explode ...

I'll try to explain
there is a reactor, rods are 10%, there is a load of 10 MegaWatts ... a long start, but it works nonetheless.
there is a "jump" - peak load 140 Megawatts - explosion ...
we reduce the influence of the rods to 30% - explosion,
moreover, the temperature difference is very high, I do not even have time to turn it off

I understand that in the settings of the mod, you can slightly reduce the shutdown time, but the question is in the devolt settings, does it generally live?

maybe I'm somehow not balancing so well? can anyone share a living example?
I want to see an automated version ...
please and thanks in advance

2 years ago
(updated 2 years ago)

PI controller to prevent fluctuations. and properly adjusted emergency stop system. Shutdown is best done by flooding the reactor from a container of cold water. Draining hot water into an empty container. And then gradually return through the cooling towers while the reactor is in a stable mode.

The heat exchange system itself can also be used as an emergency stop. Let's say by connecting batteries or steam tanks, creating an artificial load on the reactor. It is important that while the rods are cooling down, a container of water or a thermal system is enough to keep the temperature from further increase.

in any case, as I understand it, you have an error that there is no automation at all on the control of the rod. Put at least a trite 100% when the temperature is lowered and 0% when it is exceeded. Such a system will have a high oscillation due to the huge inertia, but at least somehow will try to keep the temperature.

You can take only the proportional from the PID controller, it's simple. We subtract the current temperature from the target temperature and multiply it by a certain value (choose it yourself). This will prevent the reactor from reaching the target temperature, but will reduce fluctuations and make it safer, as the rods will cool down in advance, to the critical temperature.

If you understand what a memory cell is, then you can try with the integral. To do this, you need to output an error (the target minus the current value) to a combinator looped over itself. But you have to choose a multiplier, taking into account the scale of the change in values ​​on the combinator. And an overflow protection system, there are many ways.
If you can correctly assemble and configure such a controller, you can keep the temperature accurate to + -5 degrees. However, you should not forget about the emergency system. If the reactor at 100% at 700 degrees suddenly loses consumers, most likely even with an instant shutdown signal, it will not have time to cool down.

P.S. You can do it differently. As in trying to do through the load to manage. Then you need a heat exchange system that is guaranteed to be able to take all the heat generated by the reactor and keep it at a given temperature. Steam is collected in tanks. When the steam buffer is full, send appropriate signals to the rods. Instead of steam, you can save energy in batteries. It will be easier to connect them, but you will need an amount comparable to a solar-powered base. Instead of steam, you can save energy in batteries. It will be easier to connect them, but you will need an amount comparable to a solar-powered base. But the logic there is generally simple. 100-A(charge level)=Control rods

2 years ago

it turned out, but already in the updated version of the plugin.
in general, I got used to the first version of the plugin, where water served as a full-fledged cooling, in new versions, water is more like a temperature stabilizer under load, as a result, one more control was required - a steam controller.
that is, after the heater boiler, we put several tanks for steam, with a forced start-up in the turbines. At maximum energy consumption, they practically do not fill up, but if more energy is generated than consumed, the excess is accumulated in the tank, preventing the reactor from overheating. It remains to control the capacity of the tank in order to give a signal in time to stop the reactor or start it if there is nothing left in the tank.
it's a pity that this was not properly written, thanks for the tip.

New response