A reduced-order model for advection-dominated problems based on Radon Cumulative Distribution Transform
Tobias Long, Robert Barnett, Richard Jefferson-Loveday, Giovanni Stabile, Matteo Icardi
TL;DR
This work tackles the challenge of advection-dominated problems where linear MOR struggles to capture traveling features. It introduces the Radon-Cumulative-Distribution Transform (RCDT), which combines the Radon transform with the Cumulative Distribution Transform to map high-dimensional transport phenomena into a space where linear POD-based compression and interpolation are effective. The authors implement RCDT in Python, analyze intrinsic discretisation errors, and demonstrate improved interpolation and compression on Gaussian pulses, multi-phase waves, and CFD data, while noting artefacts from the discrete transforms. The results suggest that transform-based MOR can significantly reduce required modes and improve predictive capability for transport-dominated flows, with future work aimed at reducing artefacts, extending to 3D, and exploring intrusive extensions.
Abstract
Problems with dominant advection, discontinuities, travelling features, or shape variations are widespread in computational mechanics. However, classical linear model reduction and interpolation methods typically fail to reproduce even relatively small parameter variations, making the reduced models inefficient and inaccurate. This work proposes a model order reduction approach based on the Radon-Cumulative-Distribution transform (RCDT). We demonstrate numerically that this non-linear transformation can overcome some limitations of standard proper orthogonal decomposition (POD) reconstructions and is capable of interpolating accurately some advection-dominated phenomena, although it may introduce artefacts due to the discrete forward and inverse transform. The method is tested on various test cases coming from both manufactured examples and fluid dynamics problems.
