All unit operations
Baghouse (fabric filter) simulation
gas + solids -> clean gas + captured dust
Governing equations
The exact equations the solver works for a baghouse (fabric filter) — the same math shown in the app's "Theory" panel, not a black box.
- collection efficiency [0..1] — near-total once a cake forms
- penetration [0..1] — the fraction that slips through (caller input)
- filter pressure drop [Pa]
- clean-fabric drag [Pa·s/m]
- specific cake-resistance coefficient [Pa·s·m/kg]
- inlet dust loading [kg/m³]
- air-to-cloth face velocity [m/s]
- filtration time since the last cleaning [s]
- cloth (filter) area [m²]
- gas volumetric flow [m³/s]
Parameters
penetration [0..1, default 0.005 -> 99.5% capture]; sizing: air_to_cloth_ratio [m/s, default 0.02] OR cloth_area_m2; filter-drag dP: clean_cloth_drag [Pa·s/m, default 350], cake_resistance [Pa·s·m/kg, default 4000], dust_loading_kg_m3 [default 0.02], filtration_time_s [default 1800]