Show condenser nominal bounds on dashboard

This commit is contained in:
Codex Agent
2025-11-26 23:09:03 +01:00
parent 79f83c56d2
commit 416e2cf98a

View File

@@ -500,7 +500,8 @@ class ReactorDashboard:
(
"Condenser",
(
f"P={state.turbines[0].condenser_pressure:4.2f} MPa T={state.turbines[0].condenser_temperature:6.1f}K "
f"P={state.turbines[0].condenser_pressure:4.2f}/{constants.CONDENSER_MAX_PRESSURE_MPA:4.2f} MPa "
f"T={state.turbines[0].condenser_temperature:6.1f}/{constants.CONDENSER_COOLING_WATER_TEMP_K:6.1f}K "
f"Foul={state.turbines[0].fouling_penalty*100:4.1f}%"
)
if state.turbines