fix: resolve CLI solver state dimension mismatch

Removed mathematical singularity in HeatExchanger models (q_hot - q_cold = 0 was redundant) causing them to incorrectly request 3 equations without internal variables. Fixed ScrewEconomizerCompressor internal_state_len to perfectly align with the solver dimensions.
This commit is contained in:
Sepehr
2026-02-28 22:45:51 +01:00
parent c5a51d82dc
commit fdd124eefd
35 changed files with 10969 additions and 123 deletions

View File

@@ -17,6 +17,29 @@ development_status:
# Epic 1 Retrospective (optional, created when epic is done)
epic-1-retrospective: optional
# Epic 11: Advanced HVAC Components
epic-11: in-progress
# Stories in Epic 11
11-1-node-passive-probe: done
11-2-drum-recirculation-drum: done
11-3-floodedevaporator: done
11-4-flooded-condenser: ready-for-dev
11-5-bphx-exchanger-base: review
11-6-bphx-evaporator: done
11-7-bphx-condenser: backlog
11-8-correlation-selector: backlog
11-9-moving-boundary-hx-zones: backlog
11-10-moving-boundary-hx-cache: backlog
11-11-vendor-backend-trait: backlog
11-12-copeland-parser: backlog
11-13-swep-parser: done
11-14-danfoss-parser: backlog
11-15-bitzer-parser: backlog
# Epic 11 Retrospective (optional, created when epic is done)
epic-11-retrospective: optional
# Status Definitions:
# backlog: Story exists in epic file only
# ready-for-dev: Story file created, ready for development