Skip to content

ENH: Implement higher order numerical schemes for Eulerian Population Balance Model #13

Description

@nury12n

The current implementation of the Population Balance Model utilizes a upwind scheme in a Eulerian framework. One of the potential drawbacks of this scheme is a "diffusive"-like behavior at the ends of the particle size distribution (where the distribution will appear discontinuous). Higher order schemes can fix this issue.

One such example is from H. Xiong, Y. Feng, Y. Zhao and H. Zheng, J. of Materi Eng and Perform (2024). https://doi.org/10.1007/s11665-024-09832-6. This adds an amplitude limiter that depends on the change in gradient in the PSD, thereby, limiting fluxes at discontinuous regions (eq 30-34). In practice, while the results of the upwind and higher order schemes are very similar, the upwind scheme can result in a very large upper tail, which can affect performance, where we would have to account for an extra number of bins with near 0 particle density.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions