All unit operations
Absorber / stripper simulation
gas + liquid -> gas + rich liquid
Governing equations
The exact equations the solver works for a absorber / stripper — the same math shown in the app's "Theory" panel, not a black box.
- liquid (solvent) molar flow down the column [mol/s]
- gas molar flow up the column [mol/s]
- vapor-liquid equilibrium ratio y/x — how volatile component i is; a *low* K is what makes a component absorbable
- absorption factor L/(KV) — the single number that decides recovery; A>1 means the solvent can out-pull the gas
- stripping factor, the reciprocal of A — used when the column runs as a stripper
- number of equilibrium stages (trays)
- fraction of component i absorbed [0..1] — the Kremser result
- component molar flow [mol/s]
Parameters
n_stages [int >=1], mode ['absorber'|'stripper'], pressure [Pa], temperature [K, optional] — two inlets: a gas and a liquid solvent (Kremser method)