Snapshot WIP: solver HP epic progress, BPHX/HX physics, BMAD skill refresh.
Some checks failed
CI / check (push) Has been cancelled
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>
This commit is contained in:
@@ -10,8 +10,8 @@ description = "Demo and test project for Entropyk library"
|
||||
entropyk-core = { path = "../crates/core" }
|
||||
entropyk-components = { path = "../crates/components" }
|
||||
entropyk-solver = { path = "../crates/solver" }
|
||||
# Fluid properties backend (Story 5.1 - FluidBackend demo)
|
||||
entropyk-fluids = { path = "../crates/fluids" }
|
||||
entropyk-cli = { path = "../crates/cli" }
|
||||
|
||||
# Pour des jolis prints
|
||||
colored = "2.0"
|
||||
@@ -19,10 +19,12 @@ colored = "2.0"
|
||||
# UI serveur (utilise les composants réels)
|
||||
axum = "0.7"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tower-http = { version = "0.5", features = ["fs"] }
|
||||
tower-http = { version = "0.5", features = ["fs", "cors"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
chrono = "0.4"
|
||||
# Parallel batch endpoint (mirrors crates/cli/src/batch.rs rayon pool)
|
||||
rayon = "1"
|
||||
|
||||
[[bin]]
|
||||
name = "compressor-test"
|
||||
|
||||
Reference in New Issue
Block a user