docs(bmad): sync status and renumber Epic 8 (Fluid-Component integration)

This commit is contained in:
Sepehr
2026-02-20 22:29:42 +01:00
parent 3dbdfba967
commit 2d3d19665b
6 changed files with 804 additions and 3 deletions

View File

@@ -317,6 +317,15 @@ This document provides the complete epic and story breakdown for Entropyk, decom
---
### Epic 8: Component-Fluid Integration
**Goal:** Integrate real thermodynamic fluid properties directly into component Residual calculation models.
**Innovation:** True physical interaction between solver mathematics and state equations.
**FRs covered:** FR47
---
<!-- ALL EPICS AND STORIES -->
## Epic 1: Extensible Component Framework
@@ -1112,6 +1121,24 @@ This document provides the complete epic and story breakdown for Entropyk, decom
---
## Epic 8: Component-Fluid Integration
### Story 8.1: Fluid Backend Component Integration
**As a** systems engineer,
**I want** the thermodynamic components (Compressor, Condenser, etc.) to use the real `FluidBackend`,
**So that** the residuals sent to the solver reflect accurate physical states.
**Acceptance Criteria:**
**Given** a component needing physical properties
**When** the solver computes its residuals
**Then** it natively references the configured `FluidBackend`
**And** returns real values vs placeholders
**And** handles missing backends gracefully with fallbacks
---
### Story 1.9: Air Coils (EvaporatorCoil, CondenserCoil) (post-MVP)
**As a** HVAC engineer modeling split systems or air-source heat pumps,