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>
1 line
1.5 KiB
JSON
1 line
1.5 KiB
JSON
{"name": "Chiller R410A - Full Physics (Newton convergence test)", "description": "Cycle frigorifique complet avec IsentropicCompressor, Condenser, IsenthalpicExpansionValve et Evaporator. Tous les composants principaux lus depuis le vecteur d'\u00c3\u00a9tat \u00e2\u20ac\u201d convergence Newton et Picard attendue.", "fluid": "R410A", "fluid_backend": "CoolProp", "circuits": [{"id": 0, "name": "Circuit r\u00c3\u00a9frig\u00c3\u00a9rant R410A", "components": [{"type": "IsentropicCompressor", "name": "comp", "isentropic_efficiency": 0.75, "t_cond_k": 323.15, "t_evap_k": 275.15, "superheat_k": 5.0}, {"type": "Condenser", "name": "cond", "ua": 5000, "t_sat_k": 323.15}, {"type": "IsenthalpicExpansionValve", "name": "exv", "t_evap_k": 275.15}, {"type": "Evaporator", "name": "evap", "ua": 6000, "t_sat_k": 275.15, "superheat_k": 5}], "edges": [{"from": "comp:outlet", "to": "cond:inlet"}, {"from": "cond:outlet", "to": "exv:inlet"}, {"from": "exv:outlet", "to": "evap:inlet"}, {"from": "evap:outlet", "to": "comp:inlet"}]}, {"id": 1, "name": "Circuit eau glac\u00c3\u00a9e", "components": [{"type": "Placeholder", "name": "pump", "n_equations": 2}, {"type": "Placeholder", "name": "load", "n_equations": 2}], "edges": [{"from": "pump:outlet", "to": "load:inlet"}, {"from": "load:outlet", "to": "pump:inlet"}]}], "thermal_couplings": [{"hot_circuit": 0, "cold_circuit": 1, "ua": 6000, "efficiency": 0.95}], "solver": {"strategy": "fallback", "max_iterations": 100, "tolerance": 1e-06}} |