REVIEW 3 major objections 5 minor 62 references
Data-driven Closure Strategies for Parametrized Reduced Order Models via Deep Operator Networks
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that appending data-driven closure terms, learned by deep operator networks, to the reduced momentum and pressure equations considerably improves pressure and velocity accuracy of parametric turbulent ROMs relative to…
desk verdict Solid incremental ROM-closure paper whose main caveat is the unverified transfer of learned corrections from projected to online coefficients; deserves review with a request for a gap measurement. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the closure-correction term $\tau_{\text{exact}} = \bigl(C(\hat a)\bigr)_{N_u+N_p} - C(a_{\text{proj}})$, where $C$ collects the nonlinear convective and turbulence contributions of the reduced equations, $\hat a$ and $a_{\text{proj}}$ are velocity coefficients projected onto a large and a small POD subspace, and the large-mode result is truncated to the small dimension. What carries the argument is a MIONet (multi-input deep operator network) trained to approximate this exact correction as $\tau_{\text{approx}} = M(a,g,\mu)$, together with a DeepONet that models the eddy-viscosity coefficients $g = G(a,\mu)$; the trained corrections are then added as source terms in the reduced momentum and pressure equations.
What would settle it
On a new parametrized turbulent test case with an ill-conditioned reduced system, record $\|a_{\text{sol}} - a_{\text{proj}}\|$ during online runs and compare DD-EV-ROM pressure error with EV-ROM: if negative gains appear whenever this gap exceeds a small threshold, the transfer assumption behind the closure is violated and the method should be considered tied to the tested regimes.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is a recipe: compute the exact correction term as the difference between the nonlinear reduced operators evaluated with a large set of POD modes and the same operators evaluated with the small retained set; train a Multi-Input Deep Operator Network to output that correction as a function of the reduced velocity coefficients, the eddy-viscosity coefficients, and the problem parameters; and append the correction to the reduced momentum and pressure residuals. A second network supplies the eddy-viscosity coefficients on demand. The numerical evidence indicates that the corrected ROMs improve on the baseline EV-ROM in almost all modal regimes considered, with the largest gains in pressure, and that a coupled training variant, called DD-EV-ROM*, is more stable when the reduced system is ill-conditioned, even in time-extrapolation settings.
Load-bearing premise
The load-bearing assumption is that the networks trained on exact projected coefficients still provide accurate corrections when evaluated online at the actual reduced solution, which can differ from the projection because the reduced system is ill-conditioned; the paper itself shows this transfer can fail for the standard training, and the coupled-training fix is validated only on the three test cases.
Editorial extensions
If this is right
- Adding a learned pressure correction to the PPE-based ROM consistently reduces pressure error more than velocity error, because pressure is harder for the baseline to approximate.
- The coupled training variant DD-EV-ROM* extends the method to ill-conditioned online systems where standard training gives negative gains, so the closure acts as a stabilizer as well as an accuracy enhancer.
- Because the closure map takes the parameters as inputs, the same trained model applies across a parameter range rather than requiring retraining for each configuration.
- The method remains usable in a purely online setting once the networks are trained, with the reduced operators assembled for each new parameter value in the geometric case.
Reading between the lines
- The projection-vs-solution gap identified in Appendix A.1 suggests a cheap online diagnostic: track $\|a_{\text{sol}} - a_{\text{proj}}\|$ and flag configurations where the closure is likely to degrade; this could be used to switch off the closure or refine the reduced basis.
- The same correction idea has a natural testbed in nonlinear-manifold ROMs (for example, autoencoder-based latent spaces), where the discarded-mode contribution is harder to define but a learned correction added to the latent equations could play the same role.
- If the method generalizes, it would lower the barrier to using POD-Galerkin ROMs in industrial parametrized turbulent settings, since it relaxes the need for a large number of modes and for hand-tuned eddy-viscosity closures.
- A straightforward stress test is to vary the Reynolds number range beyond the training window; the authors report time extrapolation, but Reynolds extrapolation is not separately tested, so the closure network's behavior there is an open empirical question.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a data-driven closure strategy for parametric POD-Galerkin reduced-order models (ROMs) for turbulent incompressible flows. Starting from an eddy-viscosity ROM (EV-ROM), the authors append a correction term to the reduced momentum and pressure equations. The correction is modeled by a MIONet that takes the reduced velocity coefficients, the reduced eddy-viscosity coefficients, and the physical/geometrical parameters as inputs, while the eddy-viscosity coefficients themselves are produced by a DeepONet. Two training protocols are compared: a standard one (DD-EV-ROM) and a coupled one (DD-EV-ROM*) in which the two networks are trained together with an additional loss term. The method is evaluated on three turbulent test cases: periodic flow past a cylinder, unsteady channel-driven cavity flow, and steady geometrically parametrized backward-facing step flow. For each case, the authors report relative L2 error gains with respect to the EV-ROM baseline across several modal regimes, for both training and held-out test parameters, together with time trends, statistical box plots, and graphical error fields. The central claim is that the machine-learning-enhanced ROM considerably improves pressure and velocity accuracy compared with the standard POD-Galerkin/EV-ROM approach.
Significance. If the empirical claims hold, the paper provides a useful and fairly general recipe for parametric closure learning in projection-based ROMs, and it goes beyond earlier non-parametric closure models by using deep operator networks that take the parameters as explicit inputs. The study is unusually thorough in its experimental design: three different turbulent regimes, multiple modal combinations, held-out test parameters, time-extrapolation settings, comparison of two training strategies, and explicit discussion of ill-conditioning and of the discrepancy between projected and online reduced coefficients (Appendix A.1). The pressure-correction component, enabled by the PPE formulation, is a distinctive and plausible source of the observed gains. At the same time, the manuscript has notable reproducibility gaps: no code or data are released, no repeated-seed variability is reported for the neural-network training, and the central online/offline transfer issue identified by the authors is not quantitatively characterized. These gaps matter because the reported gains are not uniformly positive and the robustness of the proposed methods is a key part of the contribution.
major comments (3)
- [§2.4, Eq. (21), Algorithms 1–2, Appendix A.1] The closure map M is trained on pairs (a_proj, g_proj) obtained by direct projection of FOM fields, but at runtime it is evaluated at Newton iterates a_i and at g_i = G(a_i, μ), which can differ from a_proj. Appendix A.1 correctly identifies this exposure-bias problem and splits the resulting error into a generalization term of M and a term involving G through τ_exact in Eq. (25). However, the coupled loss L_MG in Eq. (21) still evaluates M and G only at a_proj; it never samples a_sol or closed-loop trajectories. Since the paper reports no measurement of ||a_sol − a_proj|| nor of the two terms in Eq. (25), the claim that DD-EV-ROM* resolves the exposure bias is not quantitatively established. I request a diagnostic showing the magnitude of the two terms in Eq. (25) across test cases and modal regimes, or an ablation demonstrating that the coupled training changes the online behavior beyond acting as a regularizer.
- [Section 3, reproducibility] The empirical conclusions rest on trained neural networks, but the paper reports no variability across random initializations or training seeds and releases no code or data. This is a load-bearing point because the observed gains are moderate in some regimes and even negative in others (e.g., negative velocity gain for the standard DD-EV-ROM in Figure 12 for test case (b), and negative velocity gain at (N_u, N_p, N_νt) = (3,4,14) in Figure 17 for test case (c)). Without seed-over-seed statistics, a reader cannot assess whether the reported improvements are robust or could be the result of a favorable training run. Please report at least mean and standard deviation over a few seeds, or explicitly state that fixed random seeds were used, and clarify the availability of code and data.
- [Section 3.2.2 vs. Appendix B.1] The text contains a direct contradiction about generalization behavior. Section 3.2.2 states that for test case (b) 'Train and test results are always similar', while Appendix B.1, discussing the statistical plots in Figures 21 and 22, states: 'In all cases a large difference between train and test errors for all the methods.' These statements cannot both be true unless one refers to gains and the other to absolute errors. Since the similarity of train and test performance is used in §3.1.2 as evidence that the closure mapping generalizes well, this inconsistency needs to be resolved and the text corrected.
minor comments (5)
- [§2.3, step 2] The condition 'ˆNp ą N u' appears to be a typo for 'ˆNp ą N p' (or 'ˆNp ą N_p'); as written, the two dimensions are treated asymmetrically without justification.
- [Algorithm 1, line 3] The initialization line 'b 0 = a proj 0 = [b proj i]^Np' incorrectly assigns the pressure coefficients to 'a proj 0'; it should read 'b_0 = b_proj_0 = [b_proj_i]_{i=1}^{N_p}' or simply 'b_0 = [b_proj_i]_{i=1}^{N_p}'.
- [§3.1.3, last sentence] The sentence 'the DD-EV-ROM* is significantly more accurate than the DD-EV-ROM*' is self-comparison; it should compare DD-EV-ROM* with DD-EV-ROM.
- [§2.3, before Eq. (17)] The notation 'τ = M(a,b,μ)' conflicts with the definition of M in §2.4 as M(a,g,μ); since the network takes the eddy-viscosity coefficients g as input, the formula should use g, not b.
- [Eq. (22)] The definition of the time-dependent relative error would be clearer if the FOM reference field and the ROM field were explicitly named, and if the superscript/subscript notation were defined consistently before its first use in Section 3.
Circularity Check
No significant circularity: the data-driven closure claim is benchmarked on held-out parameters against FOM references and does not reduce to its training inputs.
full rationale
The paper's central claim is that adding a learned closure term to the POD-Galerkin eddy-viscosity ROM improves pressure and velocity accuracy relative to the baseline EV-ROM. The closure target tau_exact is defined in Eq. (12) as the difference between the truncated high-dimensional projected operators and the reduced operators, and the networks M and G are trained on the resulting projected coefficients via the losses in Eqs. (18)-(19). This is an in-sample supervised fitting of the closure map, but the paper does not present that fit itself as the prediction. The reported gains are computed with Eqs. (22)-(24) against full-order-model references, separately for train and test parameter sets, and the test parameters are explicitly held out. The authors also identify and analyze the train/online mismatch in Appendix A.1, Eq. (25), where a_sol can differ from a_proj, and they introduce the coupled loss in Eqs. (20)-(21) to mitigate it. This exposure-bias concern is a correctness or robustness limitation, not a circular step: the method's success is not guaranteed by construction, and indeed test case (b) shows negative gains for the standard DD-EV-ROM in some regimes. Self-citations to prior closure work such as [23], [24], and [37] are used to motivate the approach, but the numerical validation is self-contained against external benchmarks, and no load-bearing argument reduces to a self-citation or to a uniqueness theorem. The derivation chain is therefore not circular.
Assumptions & free parameters
free parameters (4)
- Penalty coefficient tau =
10^3 (cylinder), 1 (cavity, backstep)
- Neural network weights of closure map M =
Not listed (trained with loss LM or L*M)
- Neural network weights of eddy viscosity map G =
Not listed (trained with loss LG)
- Mode counts (Nu, Np, N_nu_t) =
Vary by regime, Tables 1-3
assumptions (5)
- domain assumption RANS/URANS equations with kappa-omega SST turbulence model are an adequate high-fidelity description of the flows.
- domain assumption The solution field lies close to a low-dimensional linear POD subspace.
- domain assumption The exact closure term depends only on the reduced coefficients (a,g) and problem parameters mu, and is learnable from data.
- standard math Empirical risk minimization over training parameters generalizes to unseen parameters.
- domain assumption Boussinesq eddy viscosity hypothesis holds in the FOM.
Cite this review
Pith. "Pith review of Data-driven Closure Strategies for Parametrized Reduced Order Models via Deep Operator Networks." pith.science (2026). https://pith.science/paper/CR6EUTIP
@misc{pith2026250517305,
author = {Pith},
title = {Pith review of: Data-driven Closure Strategies for Parametrized Reduced Order Models via Deep Operator Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/CR6EUTIP}},
note = {Machine review of arXiv:2505.17305}
}
read the original abstract
In this paper, we propose an equation-based parametric Reduced Order Model (ROM), whose accuracy is improved with data-driven terms added into the reduced equations. These additions have the aim of reintroducing contributions that in standard reduced-order approaches are not taken into account. In particular, in this work we focus on a Proper Orthogonal Decomposition (POD)-based formulation and our goal is to build a closure or correction model, aimed to re-introduce the contribution of the discarded modes. The approach has been investigated in previous works, and the goal of this manuscript is to extend the model to a parametric setting making use of machine learning procedures, and, in particular, of deep operator networks. More in detail, we model the closure terms through a deep operator network taking as input the reduced variables and the parameters of the problem. We tested the methods on three test cases with different behaviors: the periodic turbulent flow past a circular cylinder, the unsteady turbulent flow in a channel-driven cavity, and the geometrically-parametrized backstep flow. The performance of the machine learning-enhanced ROM is deeply studied in different modal regimes, and considerably improved the pressure and velocity accuracy with respect to the standard POD-Galerkin approach.
Figures
Figures from the paper (29 more)
Reference graph
Works this paper leans on
-
[3]
S. E. Ahmed, S. Pawar, O. San, A. Rasheed, T. Iliescu, and B. R. Noack. On closures for reduced order models—A spectrum of first-principle to machine-learned avenues.Physics of Fluids, 33(9), 2021
work page 2021
- [4]
- [5]
-
[6]
S. Ali, F. Ballarin, and G. Rozza. Stabilized reduced basis methods for parametrized steady Stokes and Navier–Stokes equations.Computers & Mathematics with Applications, 80(11):2399–2416, 2020
work page 2020
-
[7]
M. Aza ¨ ıez, T. C. Rebollo, and S. Rubino. Streamline derivative projection-based POD-ROM for convection-dominated flows. Part I: Numerical Analysis.arXiv preprinthttp: // arxiv.org/ abs/ 1711.09780, 2017
arXiv 2017
-
[8]
F. Ballarin, A. Manzoni, A. Quarteroni, and G. Rozza. Supremizer stabilization of POD– Galerkin approximation of parametrized steady incompressible Navier–Stokes equations.In- ternational Journal for Numerical Methods in Engineering, 102(5):1136–1161, 2015
work page 2015
-
[9]
J. Barnett and C. Farhat. Quadratic approximation manifold for mitigating the kolmogorov barrier in nonlinear projection-based model order reduction.Journal of Computational Physics, 464:111348, 2022
work page 2022
-
[10]
J. Barnett, C. Farhat, and Y. Maday. Neural-network-augmented projection-based model order reduction for mitigating the Kolmogorov barrier to reducibility.Journal of Computational Physics, 492:112420, 2023
work page 2023
Show all 62 references
-
[11]
Benner, S
P. Benner, S. Grivet-Talocia, A. Quarteroni, G. Rozza, W. Schilders, and L. Miguel Silveira. Model Order Reduction: Basic Concepts and Notation. InModel Order Reduction: Volume 1: System-and Data-Driven Methods and Algorithms, pages 1–14. De Gruyter, 2021
2021
-
[12]
Benner, W
P. Benner, W. Schilders, S. Grivet-Talocia, A. Quarteroni, G. Rozza, and L. Miguel Silveira. Model Order Reduction: Volume 2: Snapshot-Based Methods and Algorithms. De Gruyter, 2020
2020
-
[13]
Benner, W
P. Benner, W. Schilders, S. Grivet-Talocia, A. Quarteroni, G. Rozza, and L. Miguel Silveira. Model order reduction: Volume 3: applications. De Gruyter, 2020
2020
-
[14]
Bergmann, C
M. Bergmann, C. H. Bruneau, and A. Iollo. Enablers for robust POD models.J. Comput. Phys., 228(2):516–538, 2009
2009
-
[15]
Chatterjee
A. Chatterjee. An introduction to the Proper Orthogonal Decomposition.Current science, pages 808–817, 2000. 29
2000
-
[16]
Z. Dar, J. Baiges, and R. Codina. Artificial neural network based correction for reduced order models in computational fluid mechanics.Computer Methods in Applied Mechanics and Engineering, 415:116232, 2023
2023
-
[17]
N. Demo, M. Tezzele, and G. Rozza. A deeponet multi-fidelity approach for residual learning in reduced order modeling.Advanced Modeling and Simulation in Engineering Sciences, 10(1):12, 2023
2023
-
[18]
Geelen, S
R. Geelen, S. Wright, and K. Willcox. Operator inference for non-intrusive model reduc- tion with quadratic manifolds.Computer Methods in Applied Mechanics and Engineering, 403:115717, 2023
2023
-
[19]
Golub and W
G. Golub and W. Kahan. Calculating the singular values and pseudo-inverse of a matrix. Journal of the Society for Industrial and Applied Mathematics, Series B: Numerical Analysis, 2(2):205–224, 1965
1965
-
[20]
G. H. Golub and C. Reinsch. Singular value decomposition and least squares solutions.Linear algebra, 2:134–151, 1971
1971
-
[21]
Hijazi, G
S. Hijazi, G. Stabile, A. Mola, and G. Rozza. Data-driven POD-Galerkin reduced order model for turbulent flows.Journal of Computational Physics, 416:109513, 2020
2020
-
[22]
Iollo, S
A. Iollo, S. Lanteri, and J. A. D´ esid´ eri. Stability properties of POD–Galerkin approximations for the compressible Navier–Stokes equations.Theoret. Comput. Fluid Dyn., 13(6):377–396, 2000
2000
-
[23]
Ivagnes, G
A. Ivagnes, G. Stabile, A. Mola, T. Iliescu, and G. Rozza. Hybrid data-driven closure strategies for reduced order modeling.Applied Mathematics and Computation, 448:127920, 2023
2023
-
[24]
Ivagnes, G
A. Ivagnes, G. Stabile, A. Mola, T. Iliescu, and G. Rozza. Pressure data-driven variational multiscale reduced order models.Journal of Computational Physics, 476:111904, 2023
2023
-
[25]
Ivagnes, G
A. Ivagnes, G. Stabile, and G. Rozza. Parametric intrusive reduced order models enhanced with machine learning correction terms.arXiv preprint arXiv:2406.04169, 2024
2024 arXiv
-
[26]
Ivagnes, N
A. Ivagnes, N. Tonicello, P. Cinnella, and G. Rozza. Enhancing non-intrusive reduced order models with space-dependent aggregation methods.arXiv preprint arXiv:2403.05710, 2024
2024 arXiv
-
[27]
H. Jasak. Error analysis and estimation for the finite volume method with applications to fluid flows. 1996
1996
-
[28]
P. Jin, S. Meng, and L. Lu. Mionet: Learning multiple-input operators via tensor product. SIAM Journal on Scientific Computing, 44(6):A3490–A3514, 2022
2022
-
[29]
D. Kosambi. Statistics in function space.DD Kosambi: Selected Works in Mathematics and Statistics, pages 115–123, 2016
2016
-
[30]
Kunisch and S
K. Kunisch and S. Volkwein. Galerkin proper orthogonal decomposition methods for a general equation in fluid dynamics.SIAM Journal on Numerical analysis, 40(2):492–515, 2002
2002
-
[31]
C. L. Lawson and R. J. Hanson.Solving least squares problems. SIAM, Philadelphia, PA, 1995
1995
-
[32]
Lazzaro and L
D. Lazzaro and L. B. Montefusco. Radial basis functions for the multivariate interpolation of large scattered data sets.Journal of Computational and Applied Mathematics, 140(1-2):521– 536, 2002. 30
2002
-
[33]
L. Lu, P. Jin, and G. E. Karniadakis. Deeponet: Learning nonlinear operators for identify- ing differential equations based on the universal approximation theorem of operators.arXiv preprint arXiv:1910.03193, 2019
1910 arXiv
-
[34]
F. R. Menter. Two-equation eddy-viscosity turbulence models for engineering applications. AIAA journal, 32(8):1598–1605, 1994
1994
-
[35]
C. A. Micchelli. Interpolation of scattered data: distance matrices and conditionally positive definite functions.Constructive approximation, 2(1):11–22, 1986
1986
-
[36]
Mohebujjaman, L
M. Mohebujjaman, L. Rebholz, and T. Iliescu. Physically-constrained data-driven, filtered reduced order modeling of fluid flows.arXiv preprint arXiv:1806.00350, 2018
2018 arXiv
-
[37]
Mohebujjaman, L
M. Mohebujjaman, L. G. Rebholz, and T. Iliescu. Physically constrained data-driven correction for reduced-order modeling of fluid flows.International Journal for Numerical Methods in Fluids, 89(3):103–122, 2019
2019
-
[38]
C. Mou, B. Koc, O. San, L. G. Rebholz, and T. Iliescu. Data-driven variational multiscale reduced order models.Computer Methods in Applied Mechanics and Engineering, 373:113470, 2021
2021
-
[39]
Moukalled, L
F. Moukalled, L. Mangani, M. Darwish, et al.The finite volume method in computational fluid dynamics, volume 113. Springer, 2016
2016
-
[40]
B. R. Noack and H. Eckelmann. A low-dimensional galerkin method for the three-dimensional flow around a circular cylinder.Physics of Fluids, 6(1):124–143, 1994
1994
-
[41]
B. R. Noack, P. Papas, and P. A. Monkewitz. The need for a pressure-term representation in empirical Galerkin models of incompressible shear flows.Journal of Fluid Mechanics, 523:339– 365, 2005
2005
-
[42]
Papapicco, N
D. Papapicco, N. Demo, M. Girfoglio, G. Stabile, and G. Rozza. The neural network shifted- proper orthogonal decomposition: a machine learning approach for non-linear reduction of hyperbolic equations.Computer Methods in Applied Mechanics and Engineering, 392:114687, 2022
2022
-
[43]
Paszke, S
A. Paszke, S. Gross, F. Massa, A. Lerer, J. Bradbury, G. Chanan, T. Killeen, Z. Lin, N. Gimelshein, L. Antiga, et al. Pytorch: An imperative style, high-performance deep learning library.Advances in neural information processing systems, 32, 2019
2019
-
[44]
K. Pearson. LIII. On lines and planes of closest fit to systems of points in space.The London, Edinburgh, and Dublin philosophical magazine and journal of science, 2(11):559–572, 1901
1901
-
[45]
Pichi, F
F. Pichi, F. Ballarin, G. Rozza, and J. S. Hesthaven. An artificial neural network approach to bifurcating phenomena in computational fluid dynamics.Computers & Fluids, 254:105813, 2023
2023
-
[46]
Reynolds
O. Reynolds. IV. On the dynamical theory of incompressible viscous fluids and the determina- tion of the criterion.Philosophical transactions of the royal society of London, (186):123–164, 1895
-
[47]
C. W. Rowley, T. Colonius, and R. M. Murray. Model reduction for compressible flows using POD and Galerkin projection.Phys. D, 189(1):115–129, 2004
2004
-
[48]
Rozza, D
G. Rozza, D. Huynh, and A. Manzoni. Reduced basis approximation and a posteriori error estimation for Stokes flows in parametrized geometries: roles of the inf-sup stability constants. Numerische Mathematik, 125(1):115–152, 2013. 31
2013
-
[49]
Rozza, D
G. Rozza, D. B. P. Huynh, and A. T. Patera. Reduced basis approximation and a posteriori error estimation for affinely parametrized elliptic coercive partial differential equations.Arch. Comput. Method. E., 15(3):229–275, 2008
2008
-
[50]
Rozza, G
G. Rozza, G. Stabile, and F. Ballarin.Advanced Reduced Order Methods and Applications in Computational Fluid Dynamics. Society for Industrial & Applied Mathematics, 2022
2022
-
[51]
Rozza and K
G. Rozza and K. Veroy. On the stability of the reduced basis method for Stokes equations in parametrized domains.Comput. Methods Appl. Mech. Engrg., 196(7):1244–1260, 2007
2007
-
[52]
Salmoiraghi, A
F. Salmoiraghi, A. Scardigli, H. Telib, and G. Rozza. Free-form deformation, mesh morphing and reduced-order methods: enablers for efficient aerodynamic shape optimisation.Interna- tional Journal of Computational Fluid Dynamics, 32(4-5):233–247, 2018
2018
-
[53]
San and T
O. San and T. Iliescu. Proper Orthogonal Decomposition closure models for fluid flows: Burgers equation.arXiv preprint arXiv:1308.3276, 2013
2013 arXiv
-
[54]
San and R
O. San and R. Maulik. Machine learning closures for model order reduction of thermal fluids. Applied Mathematical Modelling, 60:681–710, 2018
2018
-
[55]
San and R
O. San and R. Maulik. Neural network closures for nonlinear model order reduction.Advances in Computational Mathematics, 44(6):1717–1750, 2018
2018
-
[56]
Stabile, S
G. Stabile, S. Hijazi, A. Mola, S. Lorenzi, and G. Rozza. POD-Galerkin reduced order meth- ods for CFD using Finite Volume Discretisation: vortex shedding around a circular cylinder. Communications in Applied and Industrial Mathematics, 8(1):210–236, 2017
2017
-
[57]
Stabile and G
G. Stabile and G. Rozza. Finite volume POD-Galerkin stabilised reduced order methods for the parametrised incompressible Navier–Stokes equations.Computers & Fluids, 173:273–284, 2018
2018
-
[58]
S. K. Star, G. Stabile, F. Belloni, G. Rozza, and J. Degroote. A novel iterative penalty method to enforce boundary conditions in Finite Volume POD-Galerkin reduced order models for fluid dynamics problems.Communications in Computational Physics, 30(1):34–66, 2021
2021
-
[59]
Walton, O
S. Walton, O. Hassan, and K. Morgan. Reduced order modelling for unsteady fluid flow using proper orthogonal decomposition and radial basis functions.Applied Mathematical Modelling, 37(20-21):8930–8945, 2013
2013
-
[60]
Y. Wang, B. Yu, Z. Cao, W. Zou, and G. Yu. A comparative study of POD interpolation and POD projection methods for fast and accurate prediction of heat transfer problems.Interna- tional Journal of Heat and Mass Transfer, 55(17-18):4827–4836, 2012
2012
-
[61]
S. Wold, K. Esbensen, and P. Geladi. Principal component analysis.Chemometrics and intelligent laboratory systems, 2(1-3):37–52, 1987
1987
-
[62]
X. Xie, M. Mohebujjaman, L. G. Rebholz, and T. Iliescu. Data-driven filtered reduced order modeling of fluid flows.SIAM Journal on Scientific Computing, 40(3):B834–B857, 2018
2018
-
[63]
X. Xie, C. Webster, and T. Iliescu. Closure learning for nonlinear model reduction using deep residual neural network.Fluids, 5(1):39, 2020
2020
-
[64]
} ” M ` asol,Gpa sol,µq,µ ˘ ´τ exact` aproj ,Gpa sol,µq,µ ˘ı `
M. Zancanaro, M. Mrosek, G. Stabile, C. Othmer, and G. Rozza. Hybrid neural network reduced order modelling for turbulent flows with geometric parameters.Fluids, 6(8):296, 2021. 32 A Additional methodology details A.1 On the training procedure This paragraph is dedicated to hi...
2021
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.