Show condenser nominal bounds on dashboard
This commit is contained in:
@@ -500,7 +500,8 @@ class ReactorDashboard:
|
|||||||
(
|
(
|
||||||
"Condenser",
|
"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}%"
|
f"Foul={state.turbines[0].fouling_penalty*100:4.1f}%"
|
||||||
)
|
)
|
||||||
if state.turbines
|
if state.turbines
|
||||||
|
|||||||
Reference in New Issue
Block a user