Restore three turbines and update controls

This commit is contained in:
Codex Agent
2025-11-22 18:22:24 +01:00
parent 2434034505
commit fef1d32fbe
5 changed files with 10 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ class Reactor:
secondary_pump=Pump(nominal_flow=16_000.0, efficiency=0.85),
thermal=ThermalSolver(),
steam_generator=SteamGenerator(),
turbines=[Turbine() for _ in range(2)],
turbines=[Turbine() for _ in range(3)],
atomic_model=atomic_model,
consumer=ElectricalConsumer(name="Grid", demand_mw=800.0, online=False),
health_monitor=HealthMonitor(),