Fix coolant demand to increase when outlet overheats
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user