Files
Entropyk/docs/components/bypass-valve.md
sepehr 5bd180b5b8
Some checks failed
CI / check (push) Has been cancelled
Snapshot WIP: solver HP epic progress, BPHX/HX physics, BMAD skill refresh.
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>
2026-07-19 16:35:31 +02:00

54 lines
812 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# BypassValve
Config type: `"BypassValve"`
Source: `crates/components/src/bypass_valve.rs` (or valve module)
---
## EN
### Purpose & model
Bypass leg valve with opening characteristic (linear / equal-percentage / custom). Parallel path around a component (compressor, HX, etc.).
```
ṁ = f(opening, ΔP, kv, characteristic)
h_out ≈ h_in
```
### Residuals
Flow residual + energy (isenthalpic or low Δh).
### Ports
`inlet` / `outlet`.
### Actuator
`opening` ∈ [0, 1] — free when under control.
### JSON (main)
| Key | Meaning | Default |
|-----|---------|---------|
| `opening` | 01 | 01 |
| `kv` | capacity | |
| characteristic | linear / … | linear |
---
## FR
### But
**Vanne de by-pass** sur une branche parallèle.
### Actionneur
Ouverture 01.
### JSON
Voir EN.