Introduction & Context

The Kelvin equation quantifies how the solubility of a small crystal increases as its radius of curvature decreases. In process engineering this is critical for:

  • Design of anti-solvent or cooling crystallizers where nuclei < 1 µm appear
  • Predicting Ostwald-ripening rates in suspensions stored or transported in pipelines
  • Setting supersaturation targets to avoid unwanted primary nucleation during seeding
  • Estimating the minimum stable crystal size in milling or sonication circuits

Because the equilibrium solubility \(C_{\text{r}}\) rises exponentially when the particle shrinks, undersaturated solutions can re-dissolve fines while larger grains grow—a phenomenon exploited in industrial ripening and dissolution-recrystallization purification steps.

Methodology & Formulas

  1. Convert practical inputs to SI base units: \[T\ [\text{K}] = T\ [\text{°C}] + 273.15\] \[V_{\text{m}}\ [\text{m}^{3}\text{mol}^{-1}] = V_{\text{m}}\ [\text{cm}^{3}\text{mol}^{-1}] \times 10^{-6}\] \[r\ [\text{m}] = r\ [\text{µm}] \times 10^{-6}\]
  2. Compute the natural logarithm of the solubility ratio: \[\ln\left(\frac{C_{\text{r}}}{C_{\infty}}\right) = \frac{2\ \gamma\ V_{\text{m}}}{r\ R\ T}\] where
    \(\gamma\) = solid–solution interfacial tension (N m⁻¹)
    \(R\) = 8.314 J mol⁻¹ K⁻¹
    \(C_{\infty}\) = bulk solubility of an infinitely large crystal (same units as \(C_{\text{r}}\))
  3. Enforce physical limits:
    Parameter Lower bound Upper bound Remark
    r 10 nm Below 10 nm the continuum–thermodynamic derivation loses validity
    \(\gamma\) 0.02 N m⁻¹ 0.05 N m⁻¹ Typical range for ice–water at 0 °C
    T 273.15 K 373.15 K Absolute zero and the normal boiling point of water
  4. Calculate the enhanced solubility: \[C_{\text{r}} = C_{\infty}\ \exp\left(\frac{2\ \gamma\ V_{\text{m}}}{r\ R\ T}\right)\]

The code guards against numerical failure by clamping the exponent to a minimum of 1 × 10⁻⁹ and issues warnings when the radius or interfacial tension lies outside the accepted engineering range.