Update project structure and configurations

This commit is contained in:
2026-05-23 10:19:55 +02:00
parent ab5dc7e568
commit 62efea0646
1832 changed files with 83568 additions and 51829 deletions

View File

@@ -10,6 +10,11 @@ inputDocuments:
# Entropyk - Epic Breakdown
> **NOTE (2026-04-25):** Epics have been reorganized into 6 business-driven pillars.
> See **[epic-restructuring.md](epic-restructuring.md)** for the full rationale and
> **[pillars.md](pillars.md)** for the pillar-level source of truth.
> The old epic content below is preserved for historical reference.
## Overview
This document provides the complete epic and story breakdown for Entropyk, decomposing the requirements from the PRD and Architecture requirements into implementable stories.
@@ -1992,3 +1997,32 @@ The current Python bindings expose only a subset of the Rust solver configuratio
| **Frost/Defrost** | Givre, dégivrage, enthalpy method | arXiv 2412.00017 |
| **Moving Boundary** | Échangeurs discretisés, zones phase | Modelica Buildings, TIL Suite |
| **Export ML** | Données synthétiques pour surrogates | arXiv 2505.15041 |
---
## Epic 20: Heat Pump Components & Enhanced Models
**Goal:** Add missing components for reversible heat pump simulation and enhance existing models with advanced features.
**Innovation:** Reversible heat pump support (4-way valve), high-pressure safety control, generalized performance curves, complete psychrometrics, and multi-zone heat exchanger calculations.
**FRs covered:** (new) FR61-FR70
**Status:** Backlog (2026-04-26)
**Source:** [Epic 20 Detail](epic-20-heat-pump-enhanced-models.md)
### Stories
| Story | Title | Phase | Depends on |
|-------|-------|-------|------------|
| 20-1 | Generalized Performance Curve Engine | 1 (Foundation) | None |
| 20-2 | Complete Psychrometric Module | 1 (Foundation) | None |
| 20-3 | Reversing Valve (4-Way) Component | 2 (Components) | 20-1 |
| 20-4 | High Pressure Control Valve | 2 (Components) | None |
| 20-5 | Compressor Parallel Units & VFD | 4 (Compressor) | None |
| 20-6 | Multi-Zone Heat Exchanger Component | 3 (HX Advanced) | 20-1 |
| 20-7 | Additional Plate HX Correlations | 3 (HX Advanced) | 20-6 |
| 20-8 | Equipment Catalog System | 5 (Catalog) | 20-5, 20-10 |
| 20-9 | Fouling / Encrustation Resistance | 6 (Advanced) | 20-6 |
| 20-10 | Vendor Backend Verification & Modernization | 4 (Compressor) | None |