Introduction & Context

Solvent residue limits quantify how much extraction solvent remains in a finished product after drying or desolventisation. In process engineering these limits are critical for:

  • Regulatory compliance with agencies such as FDA, EFSA, and ICH.
  • Consumer safety, because many common industrial solvents (n-hexane, acetone, methanol, etc.) are toxic above trace levels.
  • Process optimisation—knowing the residual level guides dryer residence time, temperature, and vacuum set-points.

The calculation is routinely embedded in:

  • Batch release protocols for edible oils, pharmaceuticals, and botanical extracts.
  • HAZOP studies that link solvent inventory to potential worker exposure.
  • Environmental impact statements that convert ppm residues into kg solvent emitted per tonne product.

Methodology & Formulas

All quantities are expressed on a mass basis. The residue concentration \(C\) in parts-per-million by mass is:

\[ C = \frac{m_{\text{solvent}}}{m_{\text{product}}} \times 10^{6} \]

where

  • \(m_{\text{solvent}}\) is the solvent mass in the same units as \(m_{\text{product}}\) (kg in the code).
  • \(m_{\text{product}}\) is the total product mass (kg).

Conversion from milligrams to kilograms is handled by:

\[ m_{\text{solvent}} [\text{kg}] = m_{\text{solvent}} [\text{mg}] \times 10^{-6} \]

The computed residue is compared against a specification limit \(L\) (ppm). Acceptability is determined by:

\[ \text{Status} = \begin{cases} \text{PASS} & \text{if } C \le L \\ \text{FAIL} & \text{if } C > L \end{cases} \]

Parameter Symbol Unit Constraint
Product mass \(m_{\text{product}}\) kg \(m_{\text{product}} > 0\)
Solvent mass \(m_{\text{solvent}}\) mg \(m_{\text{solvent}} \ge 0\)
Residue concentration \(C\) ppm \(C \le L\)
Limit \(L\) ppm Regulatory threshold (e.g., 1 ppm for n-hexane)