Pith. sign in

REVIEW 4 major objections 5 minor 45 references

A multi-stage graph neural network with hierarchical pooling and unpooling predicts natural convection in enclosed cavities with higher accuracy and far less long-term error accumulation than a standard mesh-graph baseline.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

A multi-stage GNN with hierarchical pooling and unpooling predicts natural-convection temperature fields more accurately and efficiently than a single-scale MeshGraphNets baseline on a new 2D cavity dataset.

T0 review reviewed 2026-08-05 challenge →

load-bearing objection A plausible multi-stage GNN and a new natural-convection dataset, but the core accuracy and speedup claims are unsubstantiated because the baseline runs on a downsampled mesh and a subset of aspect ratios. the 4 major comments →

arxiv 2509.06041 v1 pith:RGRKOTLF submitted 2025-09-07 cs.CV

Multi-Stage Graph Neural Networks for Data-Driven Prediction of Natural Convection in Enclosed Cavities

classification cs.CV
keywords multi-stage graph neural networknatural convectionmesh-based simulationhierarchical poolingheat transfer surrogateCFD surrogate modelingRayleigh-Bénard convectionerror accumulation
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

The reading

High-fidelity CFD is accurate but expensive, and standard graph neural networks trained on fine meshes struggle because each node only sees nearby neighbors, so long-range buoyant couplings are hard to learn. This paper proposes a multi-stage GNN that repeatedly pools the mesh into small cliques, passes messages at coarse scales, then un-pools back to full resolution, so distant regions can exchange information cheaply. It tests the model on a new CFD dataset of natural convection in rectangular cavities with hot bottom, cold top, adiabatic walls, and aspect ratios 1:1 to 1:4. The paper reports that the proposed model beats MeshGraphNets on accuracy and structural similarity, reduces long-term error accumulation in autoregressive rollouts, and trains in 5-6 hours versus about 24 hours for the baseline. If the claim holds, it gives a practical fast surrogate for thermal-design iteration on fine meshes.

Core claim

The paper claims that a multi-stage graph neural network—built from parallel GNN branches operating on progressively pooled versions of the same mesh—can model buoyancy-driven heat transfer in enclosed cavities more accurately than a standard single-scale GNN. The key designs are a clique-based pooling step that merges pairs or triples of neighboring nodes into supernodes, and a matching unpooling step that broadcasts pooled features back to the original nodes; a final refinement block fuses the multi-resolution features to predict the next temperature field. The authors test this on their own CFD dataset of natural convection in rectangular cavities with hot bottom, cold top, adiabatic side

What carries the argument

The central mechanism is hierarchical graph pooling and unpooling. Pooling clusters the mesh nodes into cliques of size two or three, average-pools node features within each clique, and builds a new adjacency matrix in which two cliques are connected if any of their original nodes were connected. Unpooling broadcasts each pooled node's feature back to every node in its clique, then concatenates or sums it with the original-resolution features. Several parallel GNN branches run at different resolutions, so distant nodes can exchange information through a few message-passing steps at the coarse level, and the refinement block reconstructs the fine-scale prediction. The paper's optimized implem

Load-bearing premise

The load-bearing assumption is that the comparison setup is fair: the baseline is limited to a downsampled mesh with about 1,750 nodes and two aspect ratios, while the proposed model trains on full-resolution meshes and all four aspect ratios; if the baseline given the same data and resolution performed as well, the central claim would collapse.

What would settle it

Train MeshGraphNets on the same full-resolution meshes (up to about 6,650 nodes for the 1:4 cavity) and all four aspect ratios, giving it the same budget or a better convergence strategy, then compare rollout MSE and SSIM at time step 300. If its error drift is not worse than the multi-stage model's, the paper's central claim fails.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • Thermal-design iteration on fine meshes could run in hours instead of days: the reported 5-6 hour training time makes retraining for new boundary conditions practical.
  • Long autoregressive rollouts stay close to the CFD solution, so the model can serve as a surrogate for time-dependent heat transport rather than just single-frame reconstruction.
  • Because the same trained model generalizes across aspect ratios 1:1 to 1:4, a single surrogate could cover a family of enclosure geometries instead of one geometry per model.
  • The fast tensor-based pooling/unpooling should scale to larger meshes, since the coarse branches reduce per-step message-passing cost at high resolution.
  • Better convergence stability means high-resolution meshes (around 6,650 nodes) become trainable, where the single-scale baseline fails to converge.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The multi-resolution message-passing mechanism is not tied to heat transfer, so the same pooling/unpooling hierarchy could plausibly be applied to other mesh-based PDE surrogates, such as velocity/pressure prediction or vortex-shedding flows.
  • The clique size is fixed at 2-3 nodes with average pooling; an adaptive pooling that concentrates coarse nodes near thermal boundary layers might sharpen near-wall gradients even further.
  • A decisive validation would re-run the baseline at full resolution and all aspect ratios with a stronger training recipe; the current comparison stacks the resolution and data coverage against the baseline.
  • For 3D or turbulent cases, a deeper hierarchy than two pooling levels may be needed, and the current single-level pooling would need re-testing.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 5 minor

Summary. The manuscript proposes a multi-stage graph neural network with hierarchical pooling/unpooling for data-driven prediction of natural convection temperature fields in rectangular cavities. It introduces a new CFD dataset with aspect ratios 1:1 through 1:4 and compares the proposed model against MeshGraphNets, reporting higher predictive accuracy, reduced long-term error accumulation, and roughly a 4x training speedup. The core concern is that the MeshGraphNets baseline is trained on a downsampled mesh (~1,750 nodes) and only two aspect ratios, while the proposed model uses the full mesh (~6,650 nodes) and all four aspect ratios; the comparison therefore does not isolate the architectural contribution.

Significance. If the empirical claims were established under a controlled comparison, the multi-stage pooling/unpooling architecture, the optimized fast pooling implementation, and the new natural-convection dataset would be useful contributions to learned mesh-based simulation. The paper also explicitly addresses long-range interaction and error-drift problems that are relevant to the GNN-for-CFD community. However, as presented, the central comparison is confounded by resolution and training-data differences, so the significance of the proposed architecture over existing baselines is not yet demonstrated.

major comments (4)
  1. [Section 3, Figs. 5-14] The baseline comparison is not apples-to-apples. The paper states that MeshGraphNets was trained on a downsampled mesh of ~1,750 nodes and only two aspect ratios, while the proposed model uses ~6,650 nodes and all four aspect ratios. Consequently, the accuracy, SSIM, error-map, and drift comparisons in Figs. 5-14 mix resolution and dataset differences with architectural differences. A coarse mesh yields smoother and less accurate predictions by construction, and a model trained on only two aspect ratios cannot be expected to generalize to the held-out aspect ratios. Notably, Figs. 7 and 8 show no MGN panel for aspect ratios 1 and 3. To support the central superiority claim, MGN must be trained on the same mesh resolution and the same aspect-ratio set with a documented hyperparameter search.
  2. [Section 3.0.1] The claimed ~4x training speedup is not a controlled measurement. It compares 24 hours 'to convergence' for MGN on a reduced-resolution, two-aspect-ratio dataset with 5-6 hours for the proposed model to reach 'comparable or better validation error' on the full dataset and full resolution. The two runs use different datasets, different stopping rules, and no reported epoch counts or learning-rate schedules. A fair efficiency comparison requires identical data, identical convergence criteria, and identical hardware; otherwise the speedup can be attributed to the smaller problem size rather than the architecture.
  3. [Section 3, MGN non-convergence] The paper reports that MeshGraphNets 'did not converge' when trained on the full dataset, which is a nonstandard claim given that MGN has been demonstrated in [33] on meshes considerably larger than ~6,650 nodes. No hyperparameter search, learning-rate schedule, normalization recipe, or seed count is reported for the baseline. Without a tuning record, the non-convergence is uninterpretable and the baseline is effectively handicapped. At minimum, the authors should report the exact MGN configuration used and provide evidence that standard MGN training practices were followed.
  4. [Section 4, Conclusion] The conclusion states that the proposed model 'outperforms MGN and other strong GNN baselines,' but only MGN is evaluated, and only on two aspect ratios at reduced resolution. No other strong GNN baselines are included. Furthermore, all experimental results appear to be single runs with no multiple seeds or variance reporting, despite the random seed used in the clustering algorithm. The empirical evidence is therefore overclaimed, and the statistical robustness of the accuracy and drift improvements is not established.
minor comments (5)
  1. [Section 2.5, Eq. (9)] There is a units inconsistency in the momentum equation: the left-hand side is ρ(∂u/∂t + u·∇u), which has units of force per volume, while the right-hand-side terms are accelerations. It should be ∂u/∂t + u·∇u = -(1/ρ0)∇p + ν∇²u + gβ(T-T0), or the pressure and viscous terms should be multiplied by ρ0. Please correct the governing equations.
  2. [Section 2.5, grid sizes] The text reports grid sizes of 1600, 3200, 5400, and 6400 cells for aspect ratios 1-4, but with a uniform grid size H/40 and H=1, the 1:3 cavity should give 120x40 = 4800 cells, not 5400. Also, the node count of ~6,650 for the 1:4 cavity should be reconciled with the 6400-cell count; clarify whether boundary nodes or cell vertices are counted.
  3. [Figures 11-12 captions] Figure 11 caption says 'bottom wall temperature of 300.7K' while the text and Fig. 12 context refer to 300.8K and 301.8K. These temperature values should be made consistent. Also, Fig. 14 caption uses 'GraphMeshNets' instead of 'MeshGraphNets'.
  4. [Section 2.2 and Appendix] There is an unresolved 'Fig.??' reference after the pooling description, and the text does not state the random seed used to make the clustering reproducible. Please provide the seed or explain the reproducibility mechanism.
  5. [Experimental setup] The main text does not report essential hyperparameters: number of GNN layers L, number of stages, hidden feature dimension, clique size, training epochs, learning rate, batch size, or validation split. An architecture table and full training details are needed for reproducibility. In addition, no code or dataset release is mentioned; providing these would substantially improve the paper.

Circularity Check

0 steps flagged

No circularity: predictions are empirical evaluations against CFD ground truth; no fitted parameter or self-citation chain forces the reported results.

full rationale

The paper is an empirical machine-learning study. It constructs a CFD dataset, trains a multi-stage GNN and a MeshGraphNets baseline, and compares predictions against held-out CFD outputs. No mathematical derivation or physical law is being "predicted" from a fitted input; the network is trained on simulation frames and evaluated on unseen frames. The pooling/unpooling operators are adopted from prior work (MAgNET) and are architectural components, not assumptions that encode the target results. There are no self-citations that carry a load-bearing uniqueness or derivation claim. The only substantive concern is that the baseline comparison is confounded: MeshGraphNets is trained on a downsampled mesh and only two aspect ratios, while the proposed model uses the full resolution and all aspect ratios. That is a fairness/validity issue regarding the reported accuracy, drift, and speedup claims, but it is not circularity under the defined patterns: the baseline's reduced setup does not make the proposed model's predictions equivalent to its training inputs by construction. No quoted equation reduces to another by definition, and no fitted parameter is renamed as a prediction. Therefore the appropriate circularity score is 0.

Axiom & Free-Parameter Ledger

6 free parameters · 4 axioms · 0 invented entities

The central claim rests primarily on the author-built CFD dataset and on hand-chosen architecture hyperparameters. No new physical entities are postulated. The fairness of the baseline comparison is an additional ad hoc assumption that is load-bearing for the results.

free parameters (6)
  • hidden feature dimension = 128
    Set to 128 for all GNN layers; a hand-chosen hyperparameter with no ablation reported.
  • number of GNN layers L = not stated
    The number of layers per GNN block is not specified in the paper; it affects the receptive field and is chosen by hand.
  • number of stages = 3 (default)
    Section 2 states the model consists of three stages, but also says the number can vary; this is a design choice without ablation.
  • clique size = {2, 3}
    Algorithm 1 groups nodes into cliques of size 2 or 3; this is a hand-chosen constraint with no comparison to other sizes.
  • random seed for clustering = not reported
    Algorithm 1 randomly picks starting nodes; the paper says it is reproducible using a random seed but does not report the seed value.
  • mesh resolution H/40 = 40 cells per unit height
    The grid size is selected by the authors for the dataset and affects all results, including the claimed high-resolution advantage.
axioms (4)
  • domain assumption CFD solutions from OpenFOAM under the Boussinesq approximation are valid ground truth for natural convection in 2D cavities.
    The entire training set and evaluation reference these simulations; no experimental validation is provided.
  • domain assumption The multi-stage pooling and unpooling operators from MAgNET preserve the information needed to learn temperature dynamics.
    The paper adopts these operators without proving or ablating whether information loss at coarse scales is harmless for this problem.
  • ad hoc to paper A downsampled mesh and two aspect ratios are sufficient to represent the capability of the MeshGraphNets baseline.
    Section 3 introduces this restriction to make training feasible; it is not justified as a fair baseline configuration.
  • domain assumption Message passing on the graph captures the relevant physics of buoyancy-driven flow.
    This is a standard assumption in the GNN-for-CFD literature, but it is not validated against physical conservation laws in this paper.

reviewed 2026-08-05 · how reviews work

0 comments
Cite this review

Pith. "Pith review of Multi-Stage Graph Neural Networks for Data-Driven Prediction of Natural Convection in Enclosed Cavities." pith.science (2026). https://pith.science/paper/RGRKOTLF

@misc{pith2026250906041,
  author       = {Pith},
  title        = {Pith review of: Multi-Stage Graph Neural Networks for Data-Driven Prediction of Natural Convection in Enclosed Cavities},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RGRKOTLF}},
  note         = {Machine review of arXiv:2509.06041}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Buoyancy-driven heat transfer in closed cavities serves as a canonical testbed for thermal design High-fidelity CFD modelling yields accurate thermal field solutions, yet its reliance on expert-crafted physics models, fine meshes, and intensive computation limits rapid iteration. Recent developments in data-driven modeling, especially Graph Neural Networks (GNNs), offer new alternatives for learning thermal-fluid behavior directly from simulation data, particularly on irregular mesh structures. However, conventional GNNs often struggle to capture long-range dependencies in high-resolution graph structures. To overcome this limitation, we propose a novel multi-stage GNN architecture that leverages hierarchical pooling and unpooling operations to progressively model global-to-local interactions across multiple spatial scales. We evaluate the proposed model on our newly developed CFD dataset simulating natural convection within a rectangular cavities with varying aspect ratios where the bottom wall is isothermal hot, the top wall is isothermal cold, and the two vertical walls are adiabatic. Experimental results demonstrate that the proposed model achieves higher predictive accuracy, improved training efficiency, and reduced long-term error accumulation compared to state-of-the-art (SOTA) GNN baselines. These findings underscore the potential of the proposed multi-stage GNN approach for modeling complex heat transfer in mesh-based fluid dynamics simulations.

Figures

Figures reproduced from arXiv: 2509.06041 by Hassan Pouraria, Mohammad Ahangarkiasari.

Figure 2
Figure 2. Figure 2: The overall structure of the down-sampling algorithm begins with clustering the [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Graph us-psampling (un-pooling) operation for reconstructing node-level fea [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Illustration of the node and edge update process across hierarchical layers in a [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Contours of temperature as predicted by (a) CFD solver, (b) MeshGraphNets, [PITH_FULL_IMAGE:figures/full_fig_p014_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Contours of temperature as predicted by (a) CFD solver, (b) MeshGraphNets, [PITH_FULL_IMAGE:figures/full_fig_p015_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Contours of temperature as predicted by CFD solver (a) and the proposed model [PITH_FULL_IMAGE:figures/full_fig_p015_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Contours of temperature as predicted by (a) CFD solver, and (b ) the proposed [PITH_FULL_IMAGE:figures/full_fig_p016_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Contours of temperature as predicted by (a) CFD solver, (b) MeshGraphNets, [PITH_FULL_IMAGE:figures/full_fig_p017_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Contours of temperature as predicted by (a) CFD solver, (b) MeshGraphNets, [PITH_FULL_IMAGE:figures/full_fig_p018_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Temperature prediction error maps for bottom wall temperature of 300.7K, [PITH_FULL_IMAGE:figures/full_fig_p019_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Temperature prediction error maps for bottom wall temperature of 301.8 K, [PITH_FULL_IMAGE:figures/full_fig_p019_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Quantitative comparison between the predicted and ground truth tempera [PITH_FULL_IMAGE:figures/full_fig_p020_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Temperature profile comparisons along a horizontal slice at y=0.5 and frame [PITH_FULL_IMAGE:figures/full_fig_p020_14.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

45 extracted references · 37 canonical work pages · 3 internal anchors

  1. [1]

    Bounouar, K

    A. Bounouar, K. Gueraoui, M. Taibi, A. Lahlou, M. Driouich, M. Sam- mouda, S. Men-La-Yakhaf, M. Belcadi, Numerical and mathematical modeling of unsteady heat transfer within a spherical cavity: Applica- tions laser in medicine, Contemporary Engineering Sciences 9 (2016) 1183–1199

  2. [2]

    Ragab, A

    M. Ragab, A. E. Abouelregal, H. F. AlShaibi, R. A. Mansouri, Heat transfer in biological spherical tissues during hyperthermia of magne- toma, Biology 10 (12) (2021) 1259

  3. [3]

    Andreozzi, L

    A. Andreozzi, L. Brunese, M. Iasiello, C. Tucci, G. P. Vanoli, Model- ing heat transfer in tumors: a review of thermal therapies, Annals of biomedical engineering 47 (3) (2019) 676–693

  4. [4]

    E. I. Basri, A. A. Basri, V. N. Riazuddin, S. Shahwir, Z. Mohammad, K. Ahmad, Computational fluid dynamics study in biomedical applica- tions: a review, International Journal of Fluids and Heat Transfer 1 (2) (2016) 2–14. 21

  5. [5]

    S. S. Murshed, C. N. De Castro, A critical review of traditional and emerging techniques and fluids for electronics cooling, Renewable and Sustainable Energy Reviews 78 (2017) 821–833

  6. [6]

    V. Nair, A. Baby, M. Murali, M. B. Nair, et al., A comprehensive review of air-cooled heat sinks for thermal management of electronic devices, International Communications in Heat and Mass Transfer 159 (2024) 108055

  7. [7]

    Yu, M.-T

    Z.-Q. Yu, M.-T. Li, B.-Y. Cao, A comprehensive review on microchan- nel heat sinks for electronics cooling, International Journal of Extreme Manufacturing 6 (2) (2024) 022005

  8. [8]

    Arshad, M

    A. Arshad, M. Ikhlaq, M. Saeed, M. Imran, Numerical analysis of mono and hybrid nanofluids-cooled micro finned heat sink for electronics cooling-(part-i), InternationalJournalofThermofluids23(2024)100810

  9. [9]

    Fazeli, K

    K. Fazeli, K. Vafai, Analysis of optimized combined microchannel and heat pipes for electronics cooling, International Journal of Heat and Mass Transfer 219 (2024) 124842

  10. [10]

    Falcone, E

    M. Falcone, E. Palka Bayard De Volo, A. Hellany, C. Rossi, B. Pul- virenti, Lithium-ion battery thermal management systems: A survey and new cfd results, Batteries 7 (4) (2021) 86

  11. [11]

    X.Jiao, R.Yang, Cfdstudyoftheairflowandheattransferinalouvered finned heat exchanger for vehicles, Journal of Engineering Physics and Thermophysics 98 (2) (2025) 419–426

  12. [12]

    M. H. Bargal, A. N. Allam, A. M. Zaki, M. E. Zayed, L. M. Alhems, H. M. Ali, Thermohydraulic performance augmentation and heat trans- fer enhancement of automotive radiators using nano-coolants: a critical review, Journal of Thermal Analysis and Calorimetry (2025) 1–53

  13. [13]

    S. S. Pasunurthi, C. Srinivasan, N. Chaudhari, D. Maiti, Transient multi-dimensional conjugate heat transfer (cht) simulation of an oil- cooled automotive electric motor operated in a drive cycle, Tech. rep., SAE Technical Paper (2024). 22

  14. [14]

    T. M. Bandhauer, S. Garimella, T. F. Fuller, A critical review of thermal issues in lithium-ion batteries, Journal of the electrochemical society 158 (3) (2011) R1

  15. [15]

    Norton, B

    T. Norton, B. Tiwari, D.-W. Sun, Computational fluid dynamics in the design and analysis of thermal processes: a review of recent advances, Critical reviews in food science and nutrition 53 (3) (2013) 251–275

  16. [16]

    Alteneiji, M

    M. Alteneiji, M. I. H. Ali, K. A. Khan, R. K. A. Al-Rub, Heat trans- fer effectiveness characteristics maps for additively manufactured tpms compact heat exchangers, Energy Storage and Saving 1 (3) (2022) 153– 161

  17. [17]

    B. W. Reynolds, C. J. Fee, K. R. Morison, D. J. Holland, Characterisa- tion of heat transfer within 3d printed tpms heat exchangers, Interna- tional Journal of Heat and Mass Transfer 212 (2023) 124264

  18. [18]

    Hallam, W

    C. Hallam, W. Griffiths, A model of the interfacial heat-transfer coef- ficient for the aluminum gravity die-casting process, Metallurgical and materials transactions B 35 (4) (2004) 721–733

  19. [19]

    Louhenkilpi, E

    S. Louhenkilpi, E. Laitinen, R. Nieminen, Real-time simulation of heat transfer in continuous casting, Metallurgical Transactions B 24 (4) (1993) 685–693

  20. [20]

    Q. Xia, T. Shi, L. Xia, Topology optimization for heat conduction by combining level set method and beso method, International Journal of Heat and Mass Transfer 127 (2018) 200–209

  21. [21]

    N. Deng, Q. Huang, Y. Li, P. Hou, L. Gu, G. Wang, F. Ma, J. Zhao, Topology optimization of cold plate for battery thermal management based on length scale control, International Journal of Heat and Mass Transfer 251 (2025) 127378

  22. [22]

    H. K. Versteeg, An introduction to computational fluid dynamics the finite volume method, 2/E, Pearson Education India, 2007

  23. [23]

    R. H. Pletcher, J. C. Tannehill, D. Anderson, Computational fluid me- chanics and heat transfer, CRC press, 2012. 23

  24. [24]

    Vinuesa, S

    R. Vinuesa, S. L. Brunton, Enhancing computational fluid dynamics with machine learning, Nature Computational Science 2 (6) (2022) 358– 366

  25. [25]

    Kochkov, J

    D. Kochkov, J. A. Smith, A. Alieva, Q. Wang, M. P. Brenner, S. Hoyer, Machine learning–accelerated computational fluid dynamics, Proceed- ings of the National Academy of Sciences 118 (21) (2021) e2101784118

  26. [26]

    Sofos, D

    F. Sofos, D. Drikakis, A review of deep learning for super-resolution in fluid flows, Physics of Fluids 37 (4) (2025)

  27. [27]

    K. O. Lye, S. Mishra, D. Ray, Deep learning observables in compu- tational fluid dynamics, Journal of Computational Physics 410 (2020) 109339

  28. [28]

    S. Lee, D. You, Data-driven prediction of unsteady flow over a circular cylinder using deep learning, Journal of Fluid Mechanics 879 (2019) 217–254

  29. [29]

    R. Wang, K. Kashinath, M. Mustafa, A. Albert, R. Yu, Towards physics- informed deep learning for turbulent flow prediction, in: Proceedings of the 26th ACM SIGKDD international conference on knowledge discov- ery & data mining, 2020, pp. 1457–1466

  30. [30]

    M. D. Ribeiro, A. Rehman, S. Ahmed, A. Dengel, Deepcfd: Efficient steady-state laminar flow approximation with deep convolutional neural networks, arXiv preprint arXiv:2004.08826 (2020)

  31. [31]

    Scarselli, M

    F. Scarselli, M. Gori, A. C. Tsoi, M. Hagenbuchner, G. Monfardini, The graph neural network model, IEEE transactions on neural networks 20 (1) (2008) 61–80

  32. [32]

    N. A. Asif, Y. Sarker, R. K. Chakrabortty, M. J. Ryan, M. H. Ahamed, D. K. Saha, F. R. Badal, S. K. Das, M. F. Ali, S. I. Moyeen, et al., Graph neural network: A comprehensive review on non-euclidean space, Ieee Access 9 (2021) 60588–60606

  33. [33]

    Pfaff, M

    T. Pfaff, M. Fortunato, A. Sanchez-Gonzalez, P. Battaglia, Learning mesh-based simulation with graph networks, in: International confer- ence on learning representations, 2020. 24

  34. [34]

    J. Zhou, G. Cui, S. Hu, Z. Zhang, C. Yang, Z. Liu, L. Wang, C. Li, M. Sun, Graph neural networks: A review of methods and applications, AI open 1 (2020) 57–81

  35. [35]

    Z. Wu, S. Pan, F. Chen, G. Long, C. Zhang, P. S. Yu, A comprehensive survey on graph neural networks, IEEE transactions on neural networks and learning systems 32 (1) (2020) 4–24

  36. [37]

    Sanchez-Gonzalez, J

    A. Sanchez-Gonzalez, J. Godwin, T. Pfaff, R. Ying, J. Leskovec, P. Battaglia, Learning to simulate complex physics with graph net- works, in: International conference on machine learning, PMLR, 2020, pp. 8459–8468

  37. [38]

    Q. Zhao, X. Han, R. Guo, C. Chen, A computationally efficient hybrid neural network architecture for porous media: Integrating cnns and gnns for improved permeability prediction, arXiv preprint arXiv:2311.06418 (2023)

  38. [39]

    M. A. Mendez, J. Dominique, M. Fiore, F. Pino, P. Sperotto, J. Berghe, Challenges and opportunities for machine learning in fluid mechanics, arXiv preprint arXiv:2202.12577 (2022)

  39. [40]

    H. Wang, Y. Cao, Z. Huang, Y. Liu, P. Hu, X. Luo, Z. Song, W. Zhao, J. Liu, J. Sun, et al., Recent advances on machine learning for computational fluid dynamics: A survey. arxiv 2024, arXiv preprint arXiv:2408.12171 (2024)

  40. [41]

    M. Lino, S. Fotiadis, A. A. Bharath, C. Cantwell, Towards fast simu- lation of environmental fluid mechanics with multi-scale graph neural networks, arXiv preprint arXiv:2205.02637 (2022)

  41. [42]

    Fortunato, T

    M. Fortunato, T. Pfaff, P. Wirnsberger, A. Pritzel, P. Battaglia, Multi- scale meshgraphnets, arXiv preprint arXiv:2210.00612 (2022). 25

  42. [43]

    Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, A. Stuart, K. Bhat- tacharya, A. Anandkumar, Multipole graph neural operator for para- metric partial differential equations, Advances in Neural Information Processing Systems 33 (2020) 6755–6766

  43. [44]

    Deshpande, S

    S. Deshpande, S. Bordas, J. Lengiewicz, Magnet: A graph u-net ar- chitecture for mesh-based simulations, arXiv preprint arXiv:2211.00713 (2022)

  44. [45]

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

  45. [46]

    Invalid input or missing ’ nodes ’

    Z. Li, A. B. Farimani, Accelerating lagrangian fluid simulation with graph neural networks, in: ICLR 2021 SimDL Workshop, Vol. 20, 2020. 26 Appendix: Appendix .1. Fast pooling and un-pooling implementation: The original implementations of the pooling and unpooling operators are computationally expensive, which considerably slows down the training pro- ces...

This paper was first reviewed by deepseek-v4-flash on August 5, 2026.