Some checks failed
CI / check (push) Has been cancelled
Capture uncommitted solver robustness work (regularization, domain errors, linear solver lifecycle, tube DP/MSH), web workbench updates, and synced BMAD skills across IDE agent folders before starting BPHX pressure-drop. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
{
|
|
"params": {},
|
|
"components": [],
|
|
"edges": [],
|
|
"ports": {
|
|
"plant_chw_in": "splitter:outlet_a",
|
|
"plant_chw_out": "merger:inlet_a"
|
|
},
|
|
"instances": [
|
|
{"of": "BaseChiller", "name": "c1", "circuit": 0, "params": {}},
|
|
{"of": "BaseChiller", "name": "c2", "circuit": 0, "params": {"ua_cond": 800}}
|
|
],
|
|
"connections": [
|
|
{"from": "c1.chw_out", "to": "c2.chw_in"}
|
|
]
|
|
}
|