Introduction & Context
Flash distillation, also known as equilibrium flash vaporization, is a fundamental unit operation in process engineering used to separate a multi-component mixture into vapor and liquid phases. The process involves taking a pressurized feed stream and reducing its pressure (or increasing its temperature) to induce partial vaporization. The resulting mixture is then separated in a flash drum, where the vapor and liquid phases reach thermodynamic equilibrium.
This calculation is critical for designing separation equipment, sizing downstream piping, and determining the thermal duty required for heat exchangers, as detailed in the flash distillation energy balance. It is widely used in oil and gas processing, petrochemical refining, and chemical manufacturing to estimate the split of components between phases based on feed composition and operating conditions.
Methodology & Formulas
The flash distillation calculation relies on the simultaneous solution of total mass balances, component mass balances, and thermodynamic equilibrium relationships; for a visual approach, see the graphical solution for flash distillation. Given a feed rate F, feed composition zᵢ, and a vaporization fraction f, the system is solved as follows:
1. Total Mass Balance:
\[ F = V + L \]
Where the vapor flow rate V is determined by the vaporization fraction f:
\[ V = f \cdot F \]
\[ L = F \cdot (1 - f) \]
2. Component Mass Balance:
For any component i, the total amount in the feed must equal the sum of the amounts in the vapor and liquid phases:
\[ F \cdot z_{i} = V \cdot y_{i} + L \cdot x_{i} \]
3. Equilibrium Relationship:
Assuming constant relative volatility α for a binary system, the vapor phase composition yi is linked to the liquid phase composition xi:
\[ y_{i} = \frac{\alpha \cdot x_{i}}{1 + (\alpha - 1) \cdot x_{i}} \]
4. Quadratic Solution:
By substituting the equilibrium relationship into the component mass balance, we derive a quadratic equation in the form a · xi2 + b · xi + c = 0, where:
\[ a = L \cdot (\alpha - 1) \]
\[ b = (V \cdot \alpha) + L - (F \cdot z_{i} \cdot (\alpha - 1)) \]
\[ c = -F \cdot z_{i} \]
The liquid composition xi is then solved using the quadratic formula:
\[ x_{i} = \frac{-b + \sqrt{b^{2} - 4 \cdot a \cdot c}}{2 \cdot a} \]
| Condition | Criteria |
|---|---|
| Vaporization Fraction | \( 0 < f < 1 \) |
| Relative Volatility | \( \alpha > 1 \) (for the more volatile component) |
| Composition Summation | \( \sum x_{i} = 1.0 \) and \( \sum y_{i} = 1.0 \) |
| Phase Regime | \( T_{\mathrm{bubble}} \leq T_{\mathrm{flash}} \leq T_{\mathrm{dew}} \) |