Efficient Numerical Schemes for Multidimensional Population Balance Models
Pavan Inguva, Richard D. Braatz
TL;DR
This work tackles the computational burden of solving multidimensional population balance models by leveraging operator splitting and problem-specific variable transformations that exploit commuting differential operators. By recasting PBMs into sequences of accurate 1D subproblems and operating at the stability limit ($CFL=1$), the method achieves high accuracy with minimal memory overhead, often matching or exceeding high-order solvers on challenging cases. The authors present a hierarchy of cases with constant, time-dependent, and nonhomogeneous growth rates, detailing exact transformations and several solver strategies, including upwind, WENO, and exact-splitting variants. The results demonstrate substantial diffusion reduction and, in many cases, machine-precision accuracy, with practical implications for online optimization and control of processes described by PBMs. Code availability further enables widespread adoption and benchmarking across dimensions and problem classes.
Abstract
Multidimensional population balance models (PBMs) describe chemical and biological processes having a distribution over two or more intrinsic properties (such as size and age, or two independent spatial variables). The incorporation of additional intrinsic variables into a PBM improves its descriptive capability and can be necessary to capture specific features of interest. As most PBMs of interest cannot be solved analytically, computationally expensive high-order finite difference or finite volume methods are frequently used to obtain an accurate numerical solution. We propose a finite difference scheme based on operator splitting and solving each sub-problem at the limit of numerical stability that achieves a discretization error that is zero for certain classes of PBMs and low enough to be acceptable for other classes. In conjunction to employing specially constructed meshes and variable transformations, the scheme exploits the commutative property of the differential operators present in many classes of PBMs. The scheme has very low computational cost -- potentially as low as just memory reallocation. Multiple case studies demonstrate the performance of the proposed scheme.
