Pith. sign in

REVIEW 4 major objections 6 minor 58 references

A Deep-Learning Enhanced Gappy Proper Orthogonal Decomposition Method for Conjugate Heat Transfer Problem

T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read The paper introduces ANNGPOD, a deep-learning-enhanced Gappy Proper Orthogonal Decomposition method that reconstructs the full refrigerator temperature field from a few sensor measurements, claiming under 1°C error and a 5000x speed-up even

desk verdict ANNGPOD is a plausible incremental extension, but the POD basis built from all 88 configurations leaks the validation targets into the representation space, so the sparse-data accuracy claims are not yet established. read the letter →

arxiv 2508.20633 v1 pith:472D2NDM submitted 2025-08-28 physics.flu-dyn cs.NAmath.NA

classification physics.flu-dyncs.NAmath.NA
keywords ConjugateHeatTransferReducedOrderModelGappyProperOrthogonalDecompositionArtificialNeuralNetworkPOD-ANNTemperaturefieldreconstructionSparsesensordataDomesticrefrigerator
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that adding a Gappy-POD sensor-mismatch term to the loss function of a POD-ANN neural network produces a stable non-intrusive reduced-order model for temperature-field reconstruction. On a 20-million-cell conjugate heat transfer model of a domestic refrigerator, the authors report mean absolute errors below 1°C on 11 reconstruction planes and a computational speed-up of about 5000 over the full-order simulation, even when the training snapshot set is only 13% of 88 parametric configurations and the sensor count is as low as 5. The method is designed to exploit both high-fidelity numerical data and sparse experimental data, which the data-only POD-RBF surrogate cannot do. The paper also states that ANNGPOD is not real-time, requiring about 193 seconds per reconstruction, so the speed-up claim is relative to the full-order simulation cost.

What carries the argument

The key object is the ANNGPOD total loss function, Eq. (32): L = λ1 times the POD-ANN mean-squared error over training modal coefficients plus λ2 times a Gappy-POD residual that evaluates, at the target parameter µ*, the squared difference between the sparse sensor measurements and the temperature field reconstructed from the network's predicted modal coefficients. This second term injects pointwise physical data into the neural-network training, which removes the classical GPOD constraint that the number of modes must equal the number of sensors and is the mechanism the paper credits for the method's stability.

What would settle it

Recompute the POD basis using only the training parameter snapshots (excluding the validation configuration), then repeat the leave-one-out temperature reconstruction with ANNGPOD and classical GPOD; if the mean absolute errors still stay below 1°C on all 11 planes and for 5 to 26 sensors, the claim survives, but if errors degrade substantially the reported accuracy is an artifact of basis leakage.

Watch

Extended reading notes

Core claim

ANNGPOD trains a feedforward neural network to map the three operating parameters (evaporator temperature, ambient temperature, fan velocity) to POD modal coefficients, but the loss function combines the standard POD-ANN mean squared error with an additional term measuring the discrepancy between the reconstructed field and sparse sensor readings at the target parameter value. The Gappy-POD term is computed every epoch and included in backpropagation, so the network is simultaneously fitted to the numerical solution manifold and to the actual sensor data. The paper claims this makes the reconstruction stable with respect to sensor number and placement: unlike classical GPOD, whose accuracy d

Load-bearing premise

The accuracy tests build the POD basis from the full 88-configuration snapshot set before splitting into training and validation, so the target validation field may already be present in the basis; the paper never states that a fresh training-only SVD is recomputed.

Editorial extensions

If this is right

  • If the reported accuracy holds, refrigerator design and control studies can replace expensive full CFD sweeps with a surrogate that corrects itself using a few thermocouple readings at new operating conditions.
  • The method can jointly use numerical and experimental data: the demonstrated case with five experimental sensors pulls the reconstruction toward measurements and reduces ROM-vs-experiment error by about 0.44°C compared with POD-RBF.
  • The speed-up is offline-to-online: a full 20-million-cell RANS-CHT simulation costs about 10^6 CPU-seconds, while an ANNGPOD reconstruction costs about 193 seconds on a single core.
  • Classical GPOD requires the number of modes to equal the number of sensors to avoid pseudo-inverse errors; ANNGPOD decouples truncation energy from sensor availability, which is why the paper reports stable accuracy across sensor counts of 5 to 26.
  • The paper explicitly notes ANNGPOD is not suited to real-time prediction because each new parameter query requires a 193-second network pass, whereas the POD-RBF method predicts in 0.64 seconds.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The reported tests build the POD basis from the full 88-configuration snapshot set before forming training/validation splits and never state that a fresh training-only SVD is recomputed; therefore a fair comparison that excludes the validation field from the basis could change the ranking between ANNGPOD and POD-RBF at sparse training percentages.
  • The loss-coupling recipe is physics-agnostic and transferable: any parameterized PDE where pointwise sensor data are available could use the same two-term loss to stabilize field reconstruction, not just heat-transfer problems.
  • The non-monotone behavior with training-set size—where 48% data sometimes performs worse than 30%—suggests the λ1/λ2 weighting and network hyperparameters are not tuned per data budget; adaptive weighting could restore monotone improvement and is a natural next step.
  • A testable extension is to use ANNGPOD's reconstructed field as a prior for data assimilation or as a state estimator in model-predictive control of refrigeration systems, where its 193-second inference is acceptable in an offline or periodically updated setting.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper presents a non-intrusive reduced-order model (ROM) for conjugate heat transfer in a domestic refrigerator. A full-order CHT RANS model is validated against experiments, and an 88-case parametric database is generated over evaporator temperature, ambient temperature, and fan speed. The authors compare three ROM approaches: POD-RBF interpolation, conventional Gappy POD (GPOD), and a proposed ANNGPOD method that augments a POD-ANN regression with a GPOD loss term based on sparse sensor data. The central claim is a prediction error below 1°C and a speed-up of about 5e3 even with very sparse training data, including a demonstration using five experimental sensors as input.

Significance. If the accuracy claims are reproducible under a proper train/validation split, the ANNGPOD idea is an interesting industrial ROM contribution: it combines a parameter-to-coefficient neural network with sensor-based feedback, and the paper includes a genuine full-order CHT validation and a real experimental sensor test. The paper is also transparent about some limitations, such as non-monotonic training-set behavior and the need to rerun the algorithm for each new parameter value. However, the central accuracy claim currently rests on a validation protocol that includes validation snapshots in the POD basis construction, and the GPOD baseline is handicapped by a mode-count restriction; both issues must be corrected before the claimed superiority is established.

major comments (4)
  1. [§5.1, Figs. 13–19, Table 2] The POD basis is computed once from all 88 parametric configurations: "Singular Value Decomposition (SVD) is first applied to the dataset containing 88 parametric locations to compute the POD modes." The validation points are then taken from these same 88 cases, and no statement indicates that a fresh, training-only SVD is recomputed for each split. For GPOD (Eqs. 28–29) and ANNGPOD (Eqs. 30–32), the sparse-sensor data are processed with a basis that has already been trained on the very configuration being reconstructed; at the 99.7% energy truncation used for ANNGPOD the target field is essentially a training member, so the reconstruction measures how well the method fits a known snapshot, not how it generalizes to an unseen parameter. This undermines the central '1°C at very sparse data' claim and the ANNGPOD-vs-GPOD comparison. The same issue affects the experimental test in §5.4, sin
  2. [§5.2–5.3, Fig. 16] The GPOD baseline is restricted to "the number of modes equal to the number of sensor locations" in order to avoid the pseudo-inverse, whereas ANNGPOD is allowed 99.7% energy, corresponding to about 25 modes. In Fig. 16, GPOD_5sensors thus uses 5 modes while ANNGPOD_5sensors uses 25 modes. The reported improvement of ANNGPOD over GPOD is therefore confounded with the number of retained modes. A fair comparison should let GPOD use the same number of modes (via the pseudo-inverse or a regularized least-squares solve), or should restrict ANNGPOD to the same number of modes as GPOD.
  3. [Eq. (32) and Algorithm 1] The loss weights λ1 and λ2 in Eq. (32) are not assigned numerical values anywhere, and Algorithm 1 (line 8) writes the total loss as L ← (LPOD-ANN + LGPOD), omitting them. Since these weights determine the balance between the POD-ANN regression loss and the sparse-sensor GPOD loss, and since the text itself suggests they can be tuned to improve accuracy, the reported ANNGPOD results are not reproducible without these values. Please report the values and a sensitivity study.
  4. [§5.3, Fig. 19] The authors state that "with the 48% data, the ANNGPOD method has shown poor performance than the 13% and 30% training data at most of the planes" for both 5 and 26 sensors. This non-monotonic behavior is difficult to reconcile with the abstract's claim of a "stable" method and with the introduction's claim of accurate prediction "irrespective of the number or placement of sensor points." At minimum, the robustness claim must be qualified; ideally, an explanation of why a larger training set degrades performance should be provided.
minor comments (6)
  1. [Table 2 and §5.4] The training proportion is given as 13% and 98% in the text but as 11% in the table caption and in the concluding remarks; please harmonize.
  2. [Eq. (17)] The dimension of C is stated as R^{N_r^T × N_dof}; it should be R^{N_r^T × M}.
  3. [Algorithm 1] Line 8 should explicitly include λ1 and λ2; as written it also omits the subscript on the GPOD loss.
  4. [§3.2 / §5.3] The POD-ANN method of Section 3.2 is never evaluated alone. A POD-ANN-only result would help isolate the contribution of the GPOD loss term in ANNGPOD.
  5. [§5.5] The advertised 'speed-up of 5e3' for ANNGPOD is per query, because the network is retrained for each new parameter value. This should be stated in the abstract/conclusions where the speed-up is advertised.
  6. [Throughout] There are several typos, e.g., 'Form Fig. 16b' (should be 'From'), 'M AEis' (missing space), and the abstract's '1 ( oC)'.

Circularity Check

2 steps flagged · score 7.0 of 10

Validation leakage into the POD basis: SVD is built from all 88 snapshots, so leave-one-out targets lie in the representation space, and ANNGPOD's sensor-loss validation includes its own input sensors.

  1. fitted input called prediction [Section 5.1 (POD-RBF basis construction); implicitly Sections 5.2-5.4]
    "Singular Value Decomposition (SVD) is first applied to the dataset containing 88 parametric locations to compute the POD modes. ... Now, to employ POD-RBF ROM, We aim to reconstruct the temperature field corresponding to a particular parameter value while the rest 87 parametric points are considered to be training points ... The parameter values outside the training datasets are considered as the validation points."

    In Eq. (14) all 88 configurations form the snapshot matrix, and Eq. (15) builds the POD basis by SVD on this matrix. A validation point is one of the 88 columns, so its full temperature field lies in the POD subspace up to truncation. Sections 5.2-5.3 then use this same basis in the GPOD least-squares solve (Eqs. (28)-(29)) and in the ANNGPOD sensor loss (Eqs. (31)-(32)). For a target that is in the basis and sensors that make Phi_R full column rank, the sparse data determine the target's own modal coefficients, so the 'prediction' is a reconstruction of a training snapshot. The text never states that a fresh, training-only SVD is computed for each leave-one-out split; as written, the claimed 1-degree sparse-data accuracy measures basis representability, not generalization to an unseen par

  2. fitted input called prediction [Section 5.4, ANNGPOD with Experimental Sensor Data]
    "Out of 26 experimental sensors data available as shown in Fig. 3, we have considered only the middle sensors’ datasets i.e., 1.3, 2.3, 3.3, tp1 and cr3 as an input in ANNGPOD method. The temperature prediction is validated at 26 sensor locations where the experimental dataset is available."

    The five middle sensors (1.3, 2.3, 3.3, tp1, cr3) are fed into ANNGPOD as inputs, and L_GPOD in Eq. (31) explicitly drives the reconstructed field to match the temperature at exactly those locations. Table 2 then reports 'ROM vs Exp' error averaged over all 26 sensor locations, including the five input sensors. Those five terms are being fitted, not predicted; the remaining 21 sensors are independent, but the reported MAE is not a purely predictive error.

full rationale

Score 7 rather than 8 because the methods still have independent content: POD-RBF's RBF coefficient interpolation and the ANN architecture do not directly use the validation full field, and the FOM-versus-experiment validation in Sec. 4.1 is genuine evidence for the CFD model. However, the central sparse-data accuracy claim in the abstract is not established as a prediction. The basis construction quoted in Sec. 5.1 includes all 88 configurations, and no text states that a training-only SVD is recomputed for the leave-one-out tests. Under Eq. (15), each validation snapshot is in the POD subspace to truncation, so GPOD's least-squares solve and ANNGPOD's GPOD loss can recover the target's own coefficients from sparse sensor data; this is fitted input renamed as prediction. The experimental-sensor validation in Sec. 5.4 additionally validates at the same five sensor locations used as input. The paper's self-citations to prior ROM work are not load-bearing, and no uniqueness theorem or imported ansatz is used. The computational speed-up claim is a runtime measurement and is not circular.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

No new physical entities are introduced; ANNGPOD is a composition of existing numerical components. The listed free parameters and axioms are the choices on which the reported accuracy depends, and several are under-specified.

free parameters (4)
  • Loss weights lambda_1 and lambda_2 in Eq. 32 = not reported
    Introduced to balance POD-ANN and GPOD losses; the text says they can be varied to improve accuracy, so the central results depend on their unpublished values.
  • ANN architecture and training hyperparameters = 2 hidden layers (200, 64), ReLU/Tanh activations, learning rate 0.01, decay 0.75 per 1000 steps, 20,000 epochs, seed uns
    Chosen by hand and not swept or justified; different choices would change the reported reconstruction error.
  • POD truncation threshold = 99.7% cumulative energy, corresponding to 25 modes for the full dataset
    The number of retained modes is a user choice that directly sets the reconstruction floor; no sensitivity analysis is reported.
  • Gaussian RBF width parameter = not reported
    Eq. 18 uses Gaussian radial basis functions, but the shape or width parameter is never specified, making the POD-RBF results under-specified.
assumptions (5)
  • ad hoc to paper All 88 simulated configurations can be used to build the POD basis while later serving as validation cases.
    Section 5.1 applies SVD to the full 88-snapshot matrix before leave-one-out validation; the paper never states the basis is recomputed on training-only data. This assumption is essential for the reported accuracy and is not justified.
  • domain assumption Steady RANS with k-omega SST, S2S radiation, and MRF fan modeling captures the refrigerator thermal behavior accurately enough.
    Section 2 adopts these models for a 20-million-cell CHT simulation; validation at sensor points is limited to mean temperature differences and no quantitative uncertainty assessment is given.
  • domain assumption Sparse sensor temperatures used at validation points are noise-free and mutually consistent with the high-fidelity field being reconstructed.
    In Sections 5.2 and 5.3 the sparse data are taken from numerical solutions at the sensor locations; real experimental data carry measurement error that is not propagated into the ROM error estimates.
  • domain assumption ANN training with MSE loss and backpropagation converges to a stable minimum that generalizes across the parameter space.
    The ANNGPOD method relies on a single 20,000-epoch training run per target parameter; no seed variation, multiple runs, or convergence diagnostics are reported.
  • ad hoc to paper The chosen training subset percentages (13%, 30%, 48%, 85%) are representative of the parameter space.
    The paper does not describe how the sparse training subsets are selected from the 88 configurations, only the percentages; non-monotonic error behavior in Fig. 19 suggests the subset choice matters.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Deep-Learning Enhanced Gappy Proper Orthogonal Decomposition Method for Conjugate Heat Transfer Problem." pith.science (2026). https://pith.science/paper/472D2NDM

@misc{pith2026250820633,
  author       = {Pith},
  title        = {Pith review of: A Deep-Learning Enhanced Gappy Proper Orthogonal Decomposition Method for Conjugate Heat Transfer Problem},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/472D2NDM}},
  note         = {Machine review of arXiv:2508.20633}
}
read the original abstract

The current study aims to develop a non-intrusive Reduced Order Model (ROM) to reconstruct the full temperature field for a large-scale industrial application based on both numerical and experimental datasets. The proposed approach is validated against a domestic refrigerator. At the full order level, air circulation and heat transfer in fluid and between fluid and surrounding solids in the fridge were numerically studied using the Conjugated Heat Transfer (CHT) method to explore both the natural and forced convection-based fridge model followed by a parametric study-based on the ambient temperature, fridge fan velocity, and evaporator temperature. The main novelty of the current work is the introduction of a stable Artificial Neural Network (ANN) enhanced Gappy Proper Orthogonal Decomposition (GPOD) method which shows better performance than the conventional GPOD approach in such large-scale industrial applications. The full-order model is validated with the experimental results and the prediction accuracy of the surrogate model associated with different reduced-order approaches is compared with the benchmark numerical results or high-fidelity results. In our current work, we show that a prediction error of one degree centigrade and computational speed-up of 5000 is achieved even at a very sparse training dataset using the proposed deep-learning enhanced GPOD approach.

Figures

Figures reproduced from arXiv: 2508.20633 by the authors.

Figure 1
Figure 1. Sketch of the computational domain: the left and right panels illustrate the side and [PITH_FULL_IMAGE:figures/full_fig_p009_1.png] view at source ↗
Figure 2
Figure 2. Mesh visualization: the figure displays the mesh of the computational domain. The two [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Sensor locations: The right panel illustrates the position of the sensor within the fridge [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (17 more)
Figure 4
Figure 4. Figure 4: Steady state analysis: time evolution of the temperatures at sensor points. The left and [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]
Figure 5
Figure 5. Figure 5: Validation of CHT model against experimental data. Left and right panels present the [PITH_FULL_IMAGE:figures/full_fig_p012_5.png]
Figure 6
Figure 6. Figure 6: Velocity contour: visual comparison of the magnitude of velocity distribution in the [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]
Figure 7
Figure 7. Figure 7: Temperature contour: visual comparison of temperature distribution in the static (left [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: Sensitivity analysis: scatter matrix of temperature at sensor points for the configurations [PITH_FULL_IMAGE:figures/full_fig_p014_8.png]
Figure 9
Figure 9. Figure 9: Fridge Planes of interest for the temperature field reconstruction. [PITH_FULL_IMAGE:figures/full_fig_p015_9.png]
Figure 10
Figure 10. Figure 10: Cumulative energy with different number of modes associated with temperature field. [PITH_FULL_IMAGE:figures/full_fig_p015_10.png]
Figure 11
Figure 11. Figure 11: POD-based reconstruction error associated with the temperature field of the mid-section [PITH_FULL_IMAGE:figures/full_fig_p016_11.png]
Figure 12
Figure 12. Figure 12: Reconstruction error associated with the temperature field using POD-RBF method [PITH_FULL_IMAGE:figures/full_fig_p017_12.png]
Figure 13
Figure 13. Figure 13: Mean absolute error associated with the prediction of POD-RBF ROM with benchmark [PITH_FULL_IMAGE:figures/full_fig_p018_13.png]
Figure 14
Figure 14. Figure 14: Reconstruction error associated with the temperature field using Gappy POD approach. [PITH_FULL_IMAGE:figures/full_fig_p019_14.png]
Figure 15
Figure 15. Figure 15: Mean absolute error associated with the prediction of Gappy POD-based ROM with [PITH_FULL_IMAGE:figures/full_fig_p020_15.png]
Figure 16
Figure 16. Figure 16: Mean absolute error of temperature field prediction associated with different planes of [PITH_FULL_IMAGE:figures/full_fig_p021_16.png]
Figure 17
Figure 17. Figure 17: Absolute error considering ANNGPOD and conventional Gappy POD with 26 sensors [PITH_FULL_IMAGE:figures/full_fig_p022_17.png]
Figure 18
Figure 18. Figure 18: Reconstruction error associated with the temperature field using the proposed ANNG [PITH_FULL_IMAGE:figures/full_fig_p023_18.png]
Figure 19
Figure 19. Figure 19: Mean absolute error associated with the temperature field prediction using Gappy POD [PITH_FULL_IMAGE:figures/full_fig_p024_19.png]
Figure 20
Figure 20. Figure 20: Temperature prediction using the ANNGPOD method with available experimental data [PITH_FULL_IMAGE:figures/full_fig_p024_20.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

58 extracted references · 58 canonical work pages

  1. [1]

    Multi-physics simulation of an insect with flapping wings

    Kabir Bakhshaei, Hoomaan MoradiMaryamnegari, Sadjad SalavatiDezfouli, Abdol Majid Khoshnood, and Mani Fathali. Multi-physics simulation of an insect with flapping wings. Proceedings of the Institution of Mechanical Engineers, Part G: Journal of Aerospace Engi- neering, 235(10):1318–1339, 2021

  2. [2]

    Optimized Bayesian Framework for Inverse Heat Transfer Problems Using Reduced Order Methods

    Kabir Bakhshaei, Umberto Emil Morelli, Giovanni Stabile, and Gianluigi Rozza. Optimized bayesian framework for inverse heat transfer problems using reduced order methods. arXiv preprint arXiv:2402.19381, 2024

  3. [3]

    Stochastic Parameter Prediction in Cardiovascular Problems

    Kabir Bakhshaei, Sajad Salavatidezfouli, Giovanni Stabile, and Gianluigi Rozza. Stochastic parameter prediction in cardiovascular problems. arXiv preprint arXiv:2411.18089 , 2024

  4. [4]

    Balaji and S.P

    C. Balaji and S.P. Venkateshan. Correlations for free convection and surface radiation in a square cavity. International Journal of Heat and Fluid Flow , 15(3):249–251, 1994

  5. [5]

    Balzotti, P

    C. Balzotti, P. Siena, M. Girfoglio, A. Quaini, and G. Rozza. A data-driven Reduced Order Method for parametric optimal blood flow control: application to coronary bypass graft. Communications in Optimization Theory , 26:1–19, 2022

  6. [6]

    Bayer, R

    O. Bayer, R. Oskay, A. Paksoy, and S. Aradag. CFD simulations and reduced order modeling of a refrigerator compartment including radiation effects. Energy conversion and management, 69:68–76, 2013

  7. [7]

    Ben-Mansour, A

    R. Ben-Mansour, A. Abuelyamen, and Esmail M.A. Mokheimer. CFD analysis of radiation impact on stirling engine performance. Energy conversion and management , 152:354–365, 2017

  8. [8]

    M. D. Buhmann. Radial basis functions. Acta numerica, 9:1–38, 2000

Show all 58 references
  1. [9]

    Bui-Thanh, M

    T. Bui-Thanh, M. Damodaran, and K. Willcox. Aerodynamic data reconstruction and inverse design using proper orthogonal decomposition. AIAA journal , 42(8):1505–1516, 2004

  2. [10]

    P. J. Burns and D. V. Pryor. Surface radiative transport at large scale via monte carlo. Annual Review of Heat Transfer, 9, 1998

  3. [11]

    B¨ uschgens, C

    D. B¨ uschgens, C. Schubert, and H. Pfeifer. Radiation modelling of arbitrary two-dimensional surfaces using the surface-to-surface approach extended with a blocking algorithm. Heat and Mass Transfer, 58(9):1637–1648, 2022

  4. [12]

    Reduced-order residential home modeling for model predictive control

    Wesley J Cole, Kody M Powell, Elaine T Hale, and Thomas F Edgar. Reduced-order residential home modeling for model predictive control. Energy and Buildings , 74:69–77, 2014

  5. [13]

    N. Demo, M. Tezzele, G. Gustin, G. Lavini, and G. Rozza. Shape optimization by means of proper orthogonal decomposition and dynamic mode decomposition. Technology and Science for the Ships of the Future: Proceedings of NA V 2018: 19th International Conference on Ship & Maritim...

  6. [14]

    N. Demo, M. Tezzele, A. Mola, and G. Rozza. A complete data-driven framework for the efficient solution of parametric shape design and optimisation in naval engineering problems. arXiv preprint arXiv:1905.05982 , 2019

  7. [15]

    Shape optimization by means of proper orthogonal decomposition and dynamic mode decomposition

    Nicola Demo, Marco Tezzele, Gianluca Gustin, Gianpiero Lavini, and Gianluigi Rozza. Shape optimization by means of proper orthogonal decomposition and dynamic mode decomposition. In Technology and Science for the Ships of the Future , pages 212–219. IOS Press, 2018

  8. [16]

    An efficient shape parametri- sation by free-form deformation enhanced by active subspace for hull hydrodynamic ship de- sign problems in open source environment

    Nicola Demo, Marco Tezzele, Andrea Mola, and Gianluigi Rozza. An efficient shape parametri- sation by free-form deformation enhanced by active subspace for hull hydrodynamic ship de- sign problems in open source environment. arXiv preprint arXiv:1801.06369 , 2018

  9. [17]

    Everson and L

    R. Everson and L. Sirovich. Karhunen–loeve procedure for gappy data. JOSA A, 12(8):1657– 1664, 1995. 25

  10. [18]

    T. L. Fine. Feedforward neural network methodology . Springer Science & Business Media, 1999

  11. [19]

    Frank, W

    A. Frank, W. Heidemann, and K. Spindler. Modeling of the surface-to-surface radiation exchange using a monte carlo method. In Journal of Physics: Conference Series , volume 745, page 032143. IOP Publishing, 2016

  12. [20]

    Girfoglio, F

    M. Girfoglio, F. Ballarin, G. Infantino, F. Nicol´ o, A. Montalto, G. Rozza, R. Scrofani, M. Comisso, and F. Musumeci. Non-intrusive podi-rom for patient-specific aortic blood flow in presence of a lvad device. Medical Engineering & Physics, 107:103849, 2022

  13. [21]

    D. M. Godino, S. F. Corzo, and D. E. Ramajo. CFD simulation of conjugated heat transfer with full boiling in openfoam (r). Applied Thermal Engineering , 213:118627, 2022

  14. [22]

    Gunes, S

    H. Gunes, S. Sirisup, and G. Em. Karniadakis. Gappy data: To krig or not to krig? Journal of Computational Physics , 212(1):358–382, 2006

  15. [23]

    A comparison of data-driven reduced order models for the simulation of mesoscale atmospheric flow

    Arash Hajisharifi, Michele Girfoglio, Annalisa Quaini, and Gianluigi Rozza. A comparison of data-driven reduced order models for the simulation of mesoscale atmospheric flow. Finite Elements in Analysis and Design , 228:104050, 2024

  16. [24]

    Combining ex- tended convolutional autoencoders and reservoir computing for accurate reduced-order pre- dictions of atmospheric flows

    Arash Hajisharifi, Michele Girfoglio, Annalisa Quaini, and Gianluigi Rozza. Combining ex- tended convolutional autoencoders and reservoir computing for accurate reduced-order pre- dictions of atmospheric flows. arXiv preprint arXiv:2504.01097 , 2025

  17. [25]

    An lstm-enhanced surrogate model to simulate the dynamics of particle-laden fluid systems

    Arash Hajisharifi, Rahul Halder, Michele Girfoglio, Andrea Beccari, Domenico Bonanni, and Gianluigi Rozza. An lstm-enhanced surrogate model to simulate the dynamics of particle-laden fluid systems. Computers & Fluids , 280:106361, 2024

  18. [26]

    A non-intrusive data-driven reduced order model for parametrized cfd- dem numerical simulations

    Arash Hajisharifi, Francesco Romano, Michele Girfoglio, Andrea Beccari, Domenico Bonanni, and Gianluigi Rozza. A non-intrusive data-driven reduced order model for parametrized cfd- dem numerical simulations. Journal of Computational Physics , 491:112355, 2023

  19. [27]

    F. P. Incropera, D. P. DeWitt, Lavine Bergman, T. L., A. S., et al. Fundamentals of heat and mass transfer, volume 6. Wiley New York, 1996

  20. [28]

    Kaplan, M

    A. Kaplan, M. A. Cane, Y. Kushnir, A. C. Clement, M. B. Blumenthal, and B. Rajagopalan. Analyses of global sea surface temperature 1856–1991. Journal of Geophysical Research: Oceans, 103(C9):18567–18589, 1998

  21. [29]

    Kim and J

    D. Kim and J. Kim. Simulation of a conjugate heat transfer using a precice coupling library. In Transactions of the Korean nuclear society virtual spring meeting, July 9 , volume 10, page 2020, 2020

  22. [30]

    Laguerre, S

    O. Laguerre, S. B. Amara, J. Moureh, and D. Flick. Numerical simulation of air flow and heat transfer in domestic refrigerators. Journal of food engineering , 81(1):144–156, 2007

  23. [31]

    Laguerre and D

    O. Laguerre and D. Flick. Heat transfer by natural convection in domestic refrigerators. Journal of food engineering , 62(1):79–88, 2004

  24. [32]

    Lahaye, P

    D. Lahaye, P. Nakate, K. Vuik, F. Jureti´ c, and M. Talice. Modeling conjugate heat transfer in an anode baking furnace using openfoam. Fluids, 7(4):124, 2022

  25. [33]

    Laitinen, K

    A. Laitinen, K. Saari, K. Kukko, P. Peltonen, E. Laurila, J. Partanen, and V. Vuorinen. A computational fluid dynamics study by conjugate heat transfer in openfoam: A liquid cooling concept for high power electronics. International Journal of Heat and Fluid Flow , 85:108654, 2020

  26. [34]

    N. C. Markatos and K.A. Pericleous. Laminar and turbulent natural convection in an enclosed cavity. International journal of heat and mass transfer , 27(5):755–772, 1984

  27. [35]

    Mazumder

    S. Mazumder. Application of a variance reduction technique to surface-to-surface monte carlo radiation exchange calculations. International Journal of Heat and Mass Transfer , 131:424– 431, 2019. 26

  28. [36]

    F. R. Menter. Two-equation eddy-viscosity turbulence models for engineering applications. AIAA journal , 32(8):1598–1605, 1994

  29. [37]

    N. E. Murray and L. S. Ukeiley. An application of gappy pod: For subsonic cavity flow piv data. Experiments in Fluids , 42:79–91, 2007

  30. [38]

    Nekkanti and O

    A. Nekkanti and O. T. Schmidt. Gappy spectral proper orthogonal decomposition. Journal of Computational Physics , 478:111950, 2023

  31. [39]

    A Oliver and R

    M. A Oliver and R. Webster. Kriging: a method of interpolation for geographical information systems. International Journal of Geographical Information System , 4(3):313–332, 1990

  32. [40]

    S. V. Patankar and D. B. Spalding. A calculation procedure for heat, mass and momentum transfer in three-dimensional parabolic flows. In Numerical prediction of flow, heat transfer, turbulence and combustion , pages 54–73. Elsevier, 1983

  33. [41]

    W. Peng, G. Li, J. Geng, and W. Yan. A strategy for the partition of mrf zones in axial fan simulation. International Journal of Ventilation , 18(1):64–78, 2019

  34. [42]

    R. W. Reynolds and T. M. Smith. Improved global sea surface temperature analyses using optimum interpolation. Journal of climate , 7(6):929–948, 1994

  35. [43]

    Reduced-order models for aerodynamic appli- cations, loads and mdo

    Matteo Ripepi, Mark Johannes Verveld, NW Karcher, Thomas Franz, Mohammad Abu- Zurayk, Stefan G¨ ortz, and Thiemo M Kier. Reduced-order models for aerodynamic appli- cations, loads and mdo. CEAS Aeronautical Journal, 9(1):171–193, 2018

  36. [44]

    Rojas and R

    R. Rojas and R. Rojas. The backpropagation algorithm. Neural networks: a systematic introduction, pages 149–182, 1996

  37. [45]

    D. E. Rumelhart, G. E. Hinton, and R. J. Williams. Learning representations by back- propagating errors. nature, 323(6088):533–536, 1986

  38. [46]

    C. L. Rumsey. Compressibility considerations for kw turbulence models in hypersonic boundary-layer applications. Journal of Spacecraft and Rockets , 47(1):11–20, 2010

  39. [47]

    Modal analysis of the wake shed behind a horizontal axis wind turbine with flexible blades

    Sajad Salavatidezfouli, Armin Sheidani, Kabir Bakhshaei, Ali Safari, Arash Hajisharifi, Gio- vanni Stabile, and Gianluigi Rozza. Modal analysis of the wake shed behind a horizontal axis wind turbine with flexible blades. Journal of Applied and Computational Mechanics , 11(3):8...

  40. [48]

    Sekar, Q

    V. Sekar, Q. Jiang, C. Shu, and Boo C. Khoo. Fast flow field prediction over airfoils using deep learning approach. Physics of Fluids , 31(5), 2019

  41. [49]

    Sharma, Simone S., and A

    S. Sharma, Simone S., and A. Athaiya. Activation functions in neural networks. Towards Data Sci , 6(12):310–316, 2017

  42. [50]

    T. M. Smith, R. W. Reynolds, R. E. Livezey, and D. C. Stokes. Reconstruction of historical sea surface temperatures using empirical orthogonal functions. Journal of Climate , 9(6):1403– 1420, 1996

  43. [51]

    S¨ oylemez, E

    E. S¨ oylemez, E. Alpman, A. Onat, and S. Hartomacıo˘ glu. Cfd analysis for predicting cooling time of a domestic refrigerator with thermoelectric cooling system. International Journal of Refrigeration, 123:138–149, 2021

  44. [52]

    G Weller, G

    H. G Weller, G. Tabor, H. Jasak, and C. Fureby. A tensorial approach to computational continuum mechanics using object-oriented techniques. Computers in physics , 12(6):620–631, 1998

  45. [53]

    D. C. Wilcox. Formulation of the kw turbulence model revisited. AIAA journal, 46(11):2823– 2838, 2008

  46. [54]

    K. Willcox. Unsteady flow sensing and estimation via the gappy proper orthogonal decompo- sition. Computers & fluids , 35(2):208–226, 2006. 27

  47. [55]

    A co- simulation method of refrigerator system and temperature field

    Shijie Xu, Min Wang, Lili Han, Shoujie Zhang, Jianlin Yu, and Suxin Qian. A co- simulation method of refrigerator system and temperature field. Applied Thermal Engineering, 235:121412, 2023

  48. [56]

    Yakhot, T

    A. Yakhot, T. Anor, and G. E.m. Karniadakis. A reconstruction method for gappy and noisy arterial flow data. IEEE transactions on medical imaging , 26(12):1681–1697, 2007

  49. [57]

    Z Yousif, L

    M. Z Yousif, L. Yu, S. Hoyas, R. Vinuesa, and H. Lim. A deep-learning approach for recon- structing 3d turbulent flows from 2d observation data. Scientific Reports, 13(1):2529, 2023

  50. [58]

    Zhang and Y

    C. Zhang and Y. Lian. Conjugate heat transfer analysis using a simplified household refriger- ator model. International journal of refrigeration , 45:210–222, 2014. 28

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.