Introduction & Context

The Flow Number (Nq) is a dimensionless parameter that characterises the pumping capacity of an impeller relative to its rotational speed and size. Together with the Power Number (Np), it allows the process engineer to predict the bulk circulation generated by a given mechanical power input. Typical applications include:

  • Scale-up of stirred reactors and blending vessels.
  • Comparison of impeller geometries for energy-efficient mixing.
  • Estimation of mixing time and suspension quality in solid–liquid systems.

Methodology & Formulas

  1. Impeller Selection
    Empirical correlations for turbulent flow give constant values of Np and Nq for standard geometries. The code maps an integer flag to the following pairs:
    Impeller Type Power Number Np Flow Number Nq
    Rushton turbine 5.0 0.72
    Pitched-blade turbine 1.3 0.60
    Hydrofoil 0.35 0.40
    High-solidity hydrofoil 0.70 0.55
    Marine propeller 0.50 0.50
  2. Rotational Speed from Power
    The mechanical power P dissipated by the impeller is related to the rotational speed N (in s−1) by: \[ P = N_p\,\rho\,N^3 D^5 \quad\Rightarrow\quad N = \left(\frac{P}{N_p\,\rho\,D^5}\right)^{1/3} \] where ρ is fluid density and D is impeller diameter.
  3. Flow Rate from Flow Number
    By definition: \[ N_q = \frac{Q}{N D^3} \quad\Rightarrow\quad Q = N_q\,N\,D^3 \] yielding the volumetric circulation rate Q in m3 s−1.
  4. Reynolds Number
    The impeller Reynolds number: \[ Re = \frac{\rho\,N\,D^2}{\mu} \] indicates the flow regime. A minimum value is enforced to avoid division by zero.
    Regime Re Range Implication for Nq
    Laminar Re ≲ 10 Nq not constant; viscous drag dominates
    Transitional 10 < Re < 10,000 Nq weakly dependent on Re
    Fully turbulent Re ≥ 10,000 Nq assumed constant for given geometry
    If Re < 10,000, the code issues a warning that the tabulated Nq may not apply.
  5. Pumping Efficiency Indicator
    A dimensionless figure of merit compares circulation to power demand: \[ \text{efficiency indicator} = \frac{N_q}{N_p^{1/3}} \] Higher values denote more effective conversion of mechanical power into bulk flow.