Introduction & Context

Steam distillation is a critical separation technique in process engineering used to isolate heat-sensitive organic compounds from non-volatile or thermally unstable matrices. By introducing steam into a mixture of immiscible liquids, the system total vapor pressure is increased, allowing the mixture to boil at a temperature significantly lower than the boiling point of the pure organic component or water alone.

This calculation is essential for designing distillation columns, sizing heat exchangers, and ensuring safety in batch processing. It is primarily used in the essential oil, fragrance, and pharmaceutical industries where thermal degradation must be avoided during extraction.

Methodology & Formulas

The boiling point of an immiscible mixture is reached when the sum of the partial vapor pressures of the individual components equals the external system pressure. The vapor pressure of each component is determined using the Antoine equation.

The governing relationship for the system is defined as:

\[ P_{atm} = P_{water}^{sat}(T) + P_{organic}^{sat}(T) \]

The boiling point of an immiscible mixture is reached when the sum of the partial vapor pressures of the individual components equals the external system pressure. Understanding the vapor composition in steam distillation is essential for accurate calculations, as it determines how each component contributes to the total pressure. The vapor pressure of each component is determined using the Antoine equation.

\[ \log_{10}(P^{sat}) = A - \frac{B}{T + C} \]

Which is rearranged to solve for pressure as:

\[ P^{sat} = 10^{\left( A - \frac{B}{T + C} \right)} \]

Because the temperature \(T\) is implicit within the Antoine equations, a numerical approach such as the Bisection Method is employed to find the root where the calculated total pressure matches the atmospheric pressure. The error function to be minimized is:

\[ \epsilon = P_{atm} - \left( P_{water}^{sat}(T) + P_{organic}^{sat}(T) \right) \]
Condition Requirement
Phase State Liquids must be mutually immiscible (forming two distinct phases).
Temperature Range \(T_{min} \leq T \leq T_{max}\) (Must remain within Antoine constant validity limits).
Convergence Criteria \(|P_{atm} - (P_{water}^{sat} + P_{organic}^{sat})| \leq \text{Tolerance}\)
Thermal Stability Component must not undergo chemical decomposition at \(T_{boil}\).