Moment-Conserving Limiter Overview
- Moment-conserving limiters are numerical postprocessing techniques that enforce admissibility constraints while preserving a prescribed integral moment, such as cell average or total mass.
- They employ methods like Hermite WENO reconstructions, convex optimization, and redistribution limiting to selectively damp high-order oscillations without altering the conserved moment.
- These techniques are crucial in applications ranging from hyperbolic conservation laws to population balance equations, ensuring stability and physical accuracy across diverse numerical frameworks.
A moment-conserving limiter is a limiting or postprocessing procedure that enforces admissibility constraints while preserving prescribed moments of a discrete solution. In many finite-volume and discontinuous Galerkin formulations, the preserved quantity is the zeroth moment, i.e. the cell average or total mass. In other settings the physically relevant invariant is a higher moment: in aggregation and breakage for the population balance equation, local mass corresponds to the first moment, so preserving the cell average is not the correct constraint (Fan et al., 2024, Liu et al., 2023, Xu et al., 22 Jul 2025). Recent work uses the term across several numerical frameworks, including Hermite WENO reconstructions, convex optimization on cell averages, realizability-preserving scaling in moment space, monolithic convex DG limiting, and locally conservative redistribution (Alldredge et al., 2015, Hajduk, 2020, Guermond, 22 Jun 2026).
1. Meaning of “moment-conserving”
The defining feature is the preservation of a selected integral quantity during limiting. For uniform-mesh DG cell averages, the total mass is the unweighted sum of cell averages, and the conservation constraint is
For finite-volume Hermite WENO schemes, the preserved quantity is the zeroth moment , while the first-order moments are modified by a limiter that remains consistent in smooth regions. For the population balance equation, the local particle mass on a cell is
so a limiter that preserves only is not directly applicable (Liu et al., 2023, Fan et al., 2024, Xu et al., 22 Jul 2025).
This suggests that the term is problem-dependent rather than tied to a single canonical formula. The conserved moment is chosen by the underlying conservation law or physical invariant.
| Context | Preserved moment | Limiting mechanism |
|---|---|---|
| HWENO-U for hyperbolic conservation laws | Zeroth moment | Unified HWENO reconstruction and time-stage moment replacement |
| Bound-preserving CHNS limiter | Global zeroth moment / mass | Constrained minimization on cell averages |
| DG for population balance equation | Prescribed moment , especially first moment | Positivity-preserving scaling |
| Realizability-preserving DG for closures | Cell-average moment | Ray-based scaling of high-order DG content |
| Monolithic convex DG limiting | Zeroth moment / cell average | Limited antidiffusive corrections with zero elementwise sum |
| Conservative redistribution limiting | Generalized mass in native form | Cellwise redistribution and weighted averaging |
2. Canonical constructions
A standard construction rescales high-order content around a mean state. In the DG scheme for entropy-based moment closures, the limiter follows the ray
so that only high-order DOFs are damped and the cell average 0 is unchanged. In monolithic convex limiting for DG, the scalar analogue is
1
and the flux-based formulation achieves the same conservation property by constructing antidiffusive corrections whose sum vanishes per element and that are antisymmetric across faces (Alldredge et al., 2015, Hajduk, 2020).
A different class formulates limiting as a constrained correction of low-order moments or cell averages. For the CHNS system, the limited cell averages are obtained from
2
which preserves the zeroth moment exactly up to round-off at convergence. In conservative redistribution limiting, one instead builds cellwise provisional states 3 satisfying
4
and then assembles the final state by weighted averaging over incident cells (Liu et al., 2023, Guermond, 22 Jun 2026).
These constructions share a common algebraic pattern: the limiter is allowed to change oscillatory or inadmissible high-order content, but not the selected linear invariant.
3. Unified Hermite WENO limiting
The paper “A moment-based Hermite WENO scheme with unified stencils for hyperbolic conservation laws” introduces a fifth-order HWENO-U scheme for scalar and system hyperbolic conservation laws in one and multiple dimensions. In one dimension it evolves the pair
5
with a quartic Hermite polynomial 6 reconstructed on the compact stencil 7 and linear polynomials 8 reconstructed on 9 and 0. The nonlinear HWENO polynomial is
1
and a direct calculation shows
2
The limited first moment is then defined as
3
The same pattern extends to two dimensions with 4 and a unified reconstruction 5 on compact 6 and directional 7 stencils (Fan et al., 2024).
The distinctive feature is that limiting is applied only to the first-order moments during time stepping. With SSP RK3, the zeroth-moment update and the flux-difference operator are untouched, while the stage values of 8 are replaced by the HWENO-limited 9. Therefore conservation of the zeroth moment is preserved exactly, because the update of 0 remains the standard conservative finite-volume form. The paper explicitly describes this as “moment-conserving” in the sense of preserving 1 while stabilizing 2 (Fan et al., 2024).
The scheme also introduces scale-invariant nonlinear weights
3
with 4 constructed only from integral average values of the solution. Under the scaling 5, the weights are identical for 6 and 7, unlike the original scale-dependent forms. The paper states that this normalization has no adverse effect on accuracy and markedly improves robustness for sharp scale variations. A von Neumann analysis for linear advection shows that omitting the time-level modification of the first moment gives unstable fully discrete schemes, while the modified RK3 procedure yields a stable scheme; in the linear case with unified stencils the necessary stability condition is 8. Extensive 1D and 2D tests show fifth-order convergence of the solution and also fifth-order convergence of the first moments 9, despite their time-stage limiting (Fan et al., 2024).
4. Convex optimization and redistribution formulations
In the CHNS setting, bound preservation and moment conservation are posed as a nonsmooth convex composite problem. The feasible set is the intersection of the affine conservation manifold
0
and the box
1
The generalized Douglas–Rachford splitting method is then applied to the split
2
with explicit resolvents for the mass hyperplane and the box projection. The paper states that for each time step it takes at most 3 iterations for the Douglas–Rachford splitting to enforce bounds and conservation up to the round-off error, and that the computational cost is at most 4 with 5 the total number of cells. After the cell-average correction, a Zhang–Shu scaling limiter is applied at quadrature points without changing the cell average, so mass and high-order accuracy are maintained (Liu et al., 2023).
A broader redistribution perspective appears in “Locally conservative redistribution limiting and applications to the approximation of conservation equations, Part II”. There the generalized mass is
6
and the native algorithm conserves the zeroth moment componentwise in systems. On each cell 7, the provisional correction satisfies
8
and the final limited state is
9
The paper emphasizes that the method is non-intrusive, discretization and PDE agnostic, conservative, and applicable to elliptic, parabolic, and hyperbolic problems. It also makes an important distinction: for DG-like discretizations where 0, the cell-averaged mass is preserved exactly in every cell, whereas after Jacobi averaging in continuous or spectral settings only global mass is guaranteed (Guermond, 22 Jun 2026).
5. Preserving higher moments and realizability
The population balance equation provides a clear case in which the physically relevant conserved quantity is not the zeroth moment. In aggregation and breakage, local mass corresponds to the first moment, and the paper states that the classical Zhang–Shu limiter, which preserves the zeroth moment, is not directly applicable. The proposed DG limiter assumes a nonnegative target moment
1
defines
2
and sets
3
The construction guarantees positivity, exact preservation of the 4-th moment,
5
and no increase of the maximum amplitude. For aggregation and breakage, the relevant choice is 6, so the limiter preserves local mass rather than local number. Numerical results reported in the paper show third-order convergence for 7 DG and mass conserved to machine precision (Xu et al., 22 Jul 2025).
A different admissibility notion appears in entropy-based moment closures for kinetic equations. The realizability-preserving DG scheme for the 8 model uses a numerically realizable convex polytope 9 and computes the largest 0 such that
1
remains in 2 at all required points. The limiter therefore rescales only high-order DG coefficients and preserves the cell-average moment exactly. The paper presents this as a generalization of positivity-preserving linear scaling limiters to high-order moment systems with complex admissibility sets (Alldredge et al., 2015).
For finite-volume transport of moment sets, a related but distinct conservative mechanism appears in “A realizable second-order advection method with variable flux limiters for moment transport equations”. The method reconstructs a realizable moment set at a cell face by allowing flexible selection of flux limiter values inside the second-order TVD region. Conservation is preserved because fluxes are computed per face and applied with opposite signs in adjacent cells, so each component 3 is advanced by a conservative flux. The paper gives necessary conditions to satisfy realizability and the second-order TVD property for the third-order moment set, and conditionally extends the strategy to the fourth- and fifth-order moments (Choi et al., 2022).
6. Common properties, misconceptions, and open directions
The recent literature shows that “moment-conserving” does not mean “all moments are preserved”. In HWENO-U, the limiter is moment-conserving because it preserves the zeroth moment exactly while modifying the first-order moments only through a convex HWENO projection. In the PBE setting, preserving the zeroth moment can be physically incorrect because the conserved quantity is the first moment. In locally conservative redistribution limiting, the native algorithm preserves only the zeroth moment, and the paper explicitly states that preserving higher moments would require extra linear constraints that it deliberately avoids (Fan et al., 2024, Xu et al., 22 Jul 2025, Guermond, 22 Jun 2026).
A second misconception is that moment conservation by itself guarantees positivity, realizability, or non-oscillatory behavior. The cited schemes obtain these properties through different supplementary mechanisms: scale-invariant WENO weights and time-stage moment replacement in HWENO-U; box projection and hyperplane projection in convex optimization; positivity nodes and moment-preserving scaling in the PBE limiter; ray–polytope intersection in realizability-preserving DG; and invariant-domain bar states or redistribution budgets in convex and redistribution limiters (Liu et al., 2023, Alldredge et al., 2015, Hajduk, 2020).
The implementation trade-offs are correspondingly different. HWENO-U emphasizes a single reconstruction with unified stencils, shared candidate stencils, reconstructed polynomials, and linear and nonlinear weights. The CHNS limiter emphasizes an 4 first-order splitting algorithm with at most 5 iterations per step. The realizability-preserving 6 scheme moves the main complexity into the H-representation of the numerically realizable polytope, whose facet count grows rapidly with moment order and angular resolution. The PBE scheme places its dominant cost in symmetric double-integral evaluation on common refinements, while the redistribution method emphasizes 7 cell-local loops (Fan et al., 2024, Liu et al., 2023, Alldredge et al., 2015, Xu et al., 22 Jul 2025, Guermond, 22 Jun 2026).
A plausible implication is that the modern notion of a moment-conserving limiter is best understood as a design principle rather than a single algorithmic family: enforce admissibility, alter only the part of the discrete representation that is responsible for nonphysical behavior, and preserve exactly the moment that encodes the governing conservation law.