Introduction & Context

Superficial gas velocity (\(v_{S}\) or \(U_g\)) is the volumetric gas flow rate divided by the vessel’s cross-sectional area. In bioreactors, it is the simplest global indicator of how hard the gas phase is pushing through the liquid: it sets bubble hold-up, governs oxygen mass-transfer coefficients (\(k_{L}a\)), and flags hydrodynamic regimes such as homogeneous bubble flow, transition, or flooding. Because it is directly tied to power input and mass-transfer performance, every aeration specification—whether for yeast, bacteria, or cell culture—quotes either \(v_{S}\) or the air-flow rate from which \(v_{S}\) is immediately derived. A quick calculation prevents under-aeration (low \(k_{L}a\), oxygen limitation) or over-aeration (mechanical flooding, excess foaming, high off-gas humidity losses).

Methodology & Formulas

  1. Convert the user-supplied volumetric gas flow rate from practical units to SI: \[ Q_{\text{gas}}\ [\text{m}^{3}\ \text{s}^{-1}]=\frac{Q_{\text{gas, user}}\ [\text{m}^{3}\ \text{h}^{-1}]}{3600} \]
  2. Compute the cross-sectional area of the cylindrical vessel: \[ A_{\text{tank}}=\pi \left(\frac{D}{2}\right)^{2} = \frac{\pi D^{2}}{4} \]
  3. Obtain superficial gas velocity in m s⁻¹, then scale to the more convenient cm s⁻¹ used in biological process guidelines: \[ v_{S}\ [\text{m}\ \text{s}^{-1}]=\frac{Q_{\text{gas}}\ [\text{m}^{3}\ \text{s}^{-1}]}{A_{\text{tank}}\ [\text{m}^{2}]} \qquad v_{S}\ [\text{cm}\ \text{s}^{-1}]=100 \cdot v_{S}\ [\text{m}\ \text{s}^{-1}] \]
Regime Check Safe Range Consequence if Breached
vS [cm s⁻¹] 0.1 – 3 Below 0.1: poor mixing, gas channeling; above 3: flooding risk, typically with Rushton turbines
Tank diameter D > 0 Non-physical input rejected

If any check fails, the calculation aborts with an explicit message; otherwise, the computed superficial gas velocity is returned (full precision internally, 3-decimal display).