Introduction & Context

The Number Average Diameter (dn) is a fundamental statistical metric in process engineering used to characterize the central tendency of particle size distributions (PSD). In industrial applications, such as fermentation monitoring or reactor feed analysis, determining the dn is critical for assessing biological viability, surface area availability, and reaction kinetics. While reactor residence time distribution (RTD) models provide the framework for flow behavior, the dn calculation provides the geometric foundation required to translate mass-based sensor data into actionable population statistics.

Methodology & Formulas

The calculation of the number average diameter relies on the arithmetic mean of discrete size classes. The process involves calculating the weighted sum of diameters relative to the total particle count.

The primary formula for the number average diameter is defined as:

\[ d_n = \frac{\sum (n_i \cdot d_i)}{\sum n_i} \]

When converting from mass fraction (wi) to number fraction (ni), assuming constant density and spherical geometry, the relationship is defined as:

\[ n_i \propto \frac{w_i}{d_i^3} \]

To ensure the validity of the calculation, the following empirical constraints and thresholds must be applied:

Parameter Constraint/Threshold
Sphericity (Aspect Ratio) ≤ 1.2
Minimum Diameter ≥ 0.1 µm
Maximum Diameter ≤ 100.0 µm
Input Integrity Length of di must equal length of ni
Division Safety Total count must be > 1e-9

The computational procedure follows these logical steps:

  1. Calculate the weighted sum: weighted_sum = ∑ (ni · di)
  2. Calculate the total count: total_count = ∑ ni
  3. Compute the average: dn = weighted_sum / total_count