Bias shutdown reactivity and keep cold start subcritical

This commit is contained in:
Codex Agent
2025-11-22 18:28:40 +01:00
parent 7a0b5c4b96
commit c9cd669ca4
4 changed files with 27 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ class Reactor:
# Default to a cold, safe configuration: rods fully inserted, manual control, pumps/turbines off.
self.control.manual_control = True
self.control.rod_fraction = 0.95
self.shutdown = True
self.primary_pump_active = False
self.secondary_pump_active = False
self.turbine_unit_active = [False] * len(self.turbines)