added preset saving and heat transfer

This commit is contained in:
2026-02-13 15:06:15 -06:00
parent f707c87f7e
commit a881a0a381
7 changed files with 559 additions and 20 deletions

11
presets/constraints.json Normal file
View File

@@ -0,0 +1,11 @@
{
"C1": {
"B_max_T": 1,
"Vp_max": 50,
"Vs_max": 90,
"Ip_max": 3,
"Is_max": 2,
"P_out_max_W": 100
},
"_last": "C1"
}