Introduction & Context

The Batch Distillation Product Collection Strategy is a fundamental process engineering model used to determine optimal cut points during the separation of multi-component liquid mixtures. In industries such as beverage production (e.g., whisky distillation) or fine chemical synthesis, the quality of the final product is highly dependent on the precise separation of volatile components—categorized as heads, hearts, and tails—based on their respective vapor pressures and concentrations.

This calculation is critical for process control, as it allows engineers to predict the transition times between collection fractions by modeling the convective mass transfer from the liquid-vapor interface. By applying mass balance and convective flux equations, operators can automate the diversion of distillate streams to ensure product consistency and purity.

Methodology & Formulas

The model assumes that vapor-phase resistance controls the mass transfer rate and that the bulk vapor concentration is negligible (i.e., perfect sweep or rapid removal of evolved vapor). The system dynamics are governed by the following physical relationships:

The convective mass flux for each component i is defined by the mass transfer coefficient, the surface area, and the interface concentration:

\[ \dot{m}_{i} = h_{m} \cdot A \cdot C_{s,i} \]

The interface concentration is derived from the liquid mole fraction and the vapor pressure of the component at the boiling temperature, using Raoult's law and the ideal gas law (with vapor pressure \(P_{\mathrm{vap},i}\) expressed in Pa):

\[ C_{s,i} = \frac{M_{i} \cdot P_{\mathrm{vap},i}}{R \cdot T} \cdot x_{i} \]

The liquid mole fraction is calculated based on the instantaneous mass of each component in the pot:

\[ x_{i} = \frac{m_{i} / M_{i}}{\sum_{j} (m_{j} / M_{j})} \]

The mass transfer coefficient is determined by the Sherwood number, which accounts for the flow regime at the interface:

\[ h_{m} = \frac{Sh \cdot D_{AB}}{L} \]

The instantaneous vapor composition, which dictates the cut point logic, is the ratio of the individual component flux to the total mass flux:

\[ y_{i} = \frac{\dot{m}_{i}}{\sum_{j} \dot{m}_{j}} \]
Regime Condition Sherwood Number Correlation
Laminar \( Re < 5 \cdot 10^{5} \) \( Sh = 0.664 \cdot Re^{0.5} \cdot Sc^{1/3} \)
Turbulent \( Re \geq 5 \cdot 10^{5} \) \( Sh = 0.037 \cdot Re^{0.8} \cdot Sc^{1/3} \)

The cut points are controlled by monitoring the vapor-phase mass-fraction ratios against defined threshold values. Recommended thresholds for a typical potable-spirits separation are:

Cut Point Logic Criteria Typical Threshold
Heads Cut End \( \displaystyle \frac{y_{\mathrm{heads}}}{y_{\mathrm{hearts}}} < \varepsilon_{H} \) \( \varepsilon_{H} = 0.05 \)
Tails Cut Start \( \displaystyle \frac{y_{\mathrm{tails}}}{y_{\mathrm{hearts}}} > \varepsilon_{T} \) \( \varepsilon_{T} = 0.02 \)

Note: The cut criteria must be evaluated continuously throughout the batch simulation, not only at the final time step. The cumulative distillate volume corresponding to the first time step at which the heads ratio falls below \(\varepsilon_{H}\) is recorded as \(V_{\mathrm{heads}}\); similarly, the tails cut volume \(V_{\mathrm{hearts}}\) is recorded when the tails ratio first exceeds \(\varepsilon_{T}\).