Refresh design-backlog docs after Pot's gain/theta cleanup

Drop the now-stale "config.json.templ/.sim still carry dead
Model.kn/Plant.kn keys" note (they were deleted), note that Pot now
always starts at theta_amb (no separate initial-temp param) and that
dropping the gain (efficiency) factor entirely is a partial realism
regression, not just a fix. Point the config-validation item at the
gain key that's still dead in config.json.sim. Also update demo_sud.py
to match the Pot params Pot.__init__ actually reads.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 18:37:03 +02:00
co-authored by Claude Sonnet 4.6
parent 17ca79da1a
commit 2845051350
3 changed files with 32 additions and 25 deletions
+1 -3
View File
@@ -34,12 +34,10 @@ if __name__ == '__main__':
}
plant_params = {
"theta" : 20,
"C" : 4190,
"M" : 20,
"L" : 0.2,
"Td" : 30,
"gain" : 1.0
"Td" : 30
}
sud = Sud("sude/sud_0010.json")