Introduction & Context

The Surface-Equivalent Diameter (dS) is a fundamental geometric parameter used in process engineering to characterize irregular particles. By defining the diameter of a sphere that possesses the same surface area as an irregular particle, engineers can simplify complex calculations involving fluid flow, heat transfer, and mass transfer. This approach is essential for modeling systems where the specific surface area dictates the rate of physical or chemical processes, such as drying, adsorption, or catalytic reactions.

Methodology & Formulas

The calculation relies on the geometric relationship between the surface area of a sphere and its diameter. The process involves verifying the physical constraints of the particle before applying the primary geometric formula.

The primary formula for determining the surface-equivalent diameter is:

\[ d_S = \sqrt{\frac{S}{\pi}} \]

Where:

  • dS is the surface-equivalent diameter.
  • S is the total surface area of the particle.
  • π is the mathematical constant Pi.

Before performing the calculation, the following empirical validity checks must be satisfied to ensure the model remains within its applicable physical regime:

Parameter Constraint/Condition
Material Porosity Must be non-porous (is_porous = False)
Particle Size Range MIN_PARTICLE_SIZE_MM ≤ dS ≤ MAX_PARTICLE_SIZE_MM
Sphericity sphericity ≥ MIN_SPHERICITY

If the particle is porous, the internal surface area dominates, rendering the geometric surface-equivalent diameter invalid. Furthermore, if the sphericity falls below the defined threshold, the particle shape is considered too irregular for this model, and a shape-specific correction factor must be applied to account for deviations in fluid drag or heat transfer behavior.