Flash Drum Calculator: Isothermal Flash Separation Simulator

simulator intermediate ~10 min
Loading simulation...
V/F = 0.44 — x = 0.371, y = 0.660

A binary feed with z = 0.50 and α = 2.5 at 80°C and 101.3 kPa flashes to 44% vapor, producing liquid at x = 0.371 and vapor at y = 0.660.

Formula

Σ z_i(K_i − 1) / (1 + ψ(K_i − 1)) = 0 (Rachford-Rice)
x_i = z_i / (1 + ψ(K_i − 1))
y_i = K_i · x_i

The Flash Process

Flash vaporization is the simplest separation operation in chemical engineering. A liquid feed at high pressure passes through a valve into a low-pressure drum, where it partially vaporizes. Because the more volatile component preferentially enters the vapor phase, the vapor is enriched in the light component and the liquid is enriched in the heavy component. A single flash stage achieves limited separation, but the calculation is fundamental — every distillation tray is essentially a flash stage with countercurrent vapor-liquid contact.

Solving the Flash

The isothermal flash problem asks: given feed composition z, temperature T, and pressure P, what fraction vaporizes, and what are the resulting phase compositions? The Rachford-Rice equation combines the material balance with equilibrium (K-values) into a single nonlinear equation in one unknown — the vapor fraction ψ. Newton-Raphson iteration converges rapidly because the function is monotonic. The simulation shows the convergence process and how each iteration refines ψ toward the solution.

Phase Envelope

The T-x-y diagram (or P-x-y diagram) defines the two-phase region. The bubble-point curve marks where the first vapor bubble appears on heating; the dew-point curve marks where the last liquid droplet disappears. Between these curves, liquid and vapor coexist. The flash operating point sits in this two-phase lens, and the lever rule (inverse of compositions) gives the vapor/liquid split. The simulation animates the operating point as you change temperature, showing how the vapor fraction and compositions shift continuously.

Industrial Applications

Flash drums appear everywhere in process plants. In petroleum refining, crude oil is flashed in the atmospheric distillation tower's flash zone. In refrigeration, the expansion valve creates a flash that cools the refrigerant. In natural gas processing, Joule-Thomson expansion flashes condensate from the gas stream. In each case, the thermodynamic principles are identical — only the mixtures, pressures, and temperatures differ. Mastering the flash calculation builds the foundation for understanding all vapor-liquid separation processes.

FAQ

What is a flash drum in chemical engineering?

A flash drum (or flash separator) is a vessel where a pressurized liquid feed is partially vaporized by reducing pressure or adding heat. The liquid and vapor phases separate by gravity — vapor exits from the top, liquid from the bottom. Flash drums are used throughout refineries and chemical plants for crude oil separation, refrigeration cycles, and pressure letdown between process units.

What is the Rachford-Rice equation?

The Rachford-Rice equation Σ[z_i(K_i−1)/(1+ψ(K_i−1))] = 0 is the material balance equation for flash calculations, where z_i is feed composition, K_i is the equilibrium ratio, and ψ is the vapor fraction V/F. It is solved iteratively (Newton-Raphson) for ψ, then liquid (x_i) and vapor (y_i) compositions are back-calculated.

What determines whether a flash produces two phases?

Two-phase flash occurs only when the feed condition falls between the bubble point and dew point at the flash pressure. Below the bubble point, the feed remains entirely liquid (subcooled); above the dew point, it is entirely vapor (superheated). The flash calculation first checks these boundaries before solving for the two-phase split.

What is the K-value in flash calculations?

The K-value (equilibrium ratio) K_i = y_i/x_i is the ratio of vapor to liquid mole fraction at equilibrium. For ideal systems, K_i = P_i^sat/P (Raoult's law), where P_i^sat is the pure-component vapor pressure. Non-ideal systems require activity coefficients (γ_i) or equations of state. K-values depend on temperature, pressure, and composition.

Sources

Embed

<iframe src="https://homo-deus.com/lab/distillation/flash-drum/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub