Introduction & Context

The calculation determines the convective mass‑transfer coefficient for a spherical particle immersed in a flowing fluid. In process engineering this coefficient, \(h_m\), is required to size gas‑liquid contactors, design packed‑bed reactors, and predict the rate of species transport from the bulk fluid to the surface of catalyst pellets or droplets. Accurate estimation of \(h_m\) enables reliable scale‑up from laboratory to industrial scale and ensures that mass‑transfer limitations are properly accounted for in reaction and separation models.

Methodology & Formulas

The procedure follows the standard dimensionless‑group approach for forced convection around a sphere. All input quantities are first expressed in SI units using the conversion factors defined in the code.

  1. Unit conversions
    • Length: \(d_{\text{m}} = d_{\text{mm}} \times \text{MM\_TO\_M}\)
    • Viscosity: \(\mu_{\text{kg·m}^{-1}\text{s}^{-1}} = \mu_{\text{cP}} \times \text{CP\_TO\_KG\_M\_S}\)
    • Pressure (if needed): \(P_{\text{Pa}} = P_{\text{bar}} \times \text{BAR\_TO\_PA}\) or \(P_{\text{Pa}} = P_{\text{atm}} \times \text{ATM\_TO\_PA}\)
  2. Reynolds number (Re) – characterises the ratio of inertial to viscous forces: \[ \text{Re} = \frac{\rho\,u\,d}{\mu} \] where \(\rho\) is the fluid density, \(u\) the free‑stream velocity, \(d\) the sphere diameter, and \(\mu\) the dynamic viscosity.
  3. Schmidt number (Sc) – ratio of momentum diffusivity to mass diffusivity: \[ \text{Sc} = \frac{\mu}{\rho\,D_{AB}} \] with \(D_{AB}\) the binary diffusion coefficient of species \(A\) in \(B\).
  4. Sherwood number (Sh) – dimensionless mass‑transfer coefficient for a sphere in external flow. The empirical correlation of Ranz and Marshall is used: \[ \text{Sh} = 2.0 + 0.6\,\text{Re}^{1/2}\,\text{Sc}^{1/3} \] The first term (2.0) represents pure diffusion for a stationary sphere, while the second term accounts for convective enhancement.
  5. Mass‑transfer coefficient (hm) – obtained by rearranging the definition of the Sherwood number: \[ h_m = \frac{\text{Sh}\,D_{AB}}{d} \]

Flow regime classification

Regime Reynolds number range Applicable correlation
Laminar (creeping flow) \(\text{Re} < 1\) \(\text{Sh} = 2.0\) (pure diffusion)
Transitional \(1 \le \text{Re} \le 10^3\) Ranz–Marshall correlation shown above
Turbulent \(\text{Re} > 10^3\) More advanced correlations (e.g., Frössling) may be required

The presented steps provide a quick, first‑order estimate of the external mass‑transfer coefficient for a sphere under forced convection. For high‑temperature gases, compressibility corrections, and variable property effects should be incorporated as needed.