Fix coolant demand to increase when outlet overheats

This commit is contained in:
Codex Agent
2025-11-23 01:11:33 +01:00
parent 35efbd79a2
commit 4f4e966d1d
3 changed files with 16 additions and 1 deletions

View File

@@ -30,3 +30,6 @@ Sim parameters live in constructors; never hard-code environment-specific paths.
## Reliability & Persistence
Component wear is tracked via `failures.py`; stress from overheating, pump starvation, or turbine imbalance will degrade integrity and eventually disable the affected subsystem with automatic SCRAM for core damage. Plant state now persists between runs to `artifacts/last_state.json` by default (override via `FISSION_STATE_PATH` or the explicit save/load env vars). In the dashboard, press `r` to clear the saved snapshot and reboot the reactor to a cold, green-field state whenever you need a clean slate.
## Session Context
See `CONTEXT_NOTES.md` for the latest behavioral changes, controls, and assumptions carried over between sessions.