Predicting Transonic Flowfields in Non-Homogeneous Unstructured Grids Using Autoencoder Graph Convolutional Networks

2405.04396

YC

0

Reddit

0

Published 5/8/2024 by Gabriele Immordino, Andrea Vaiuso, Andrea Da Ronch, Marcello Righi

🏅

Abstract

This paper focuses on addressing challenges posed by non-homogeneous unstructured grids, commonly used in Computational Fluid Dynamics (CFD). Their prevalence in CFD scenarios has motivated the exploration of innovative approaches for generating reduced-order models. The core of our approach centers on geometric deep learning, specifically the utilization of graph convolutional network (GCN). The novel Autoencoder GCN architecture enhances prediction accuracy by propagating information to distant nodes and emphasizing influential points. This architecture, with GCN layers and encoding/decoding modules, reduces dimensionality based on pressure-gradient values. The autoencoder structure improves the network capability to identify key features, contributing to a more robust and accurate predictive model. To validate the proposed methodology, we analyzed two different test cases: wing-only model and wing--body configuration. Precise reconstruction of steady-state distributed quantities within a two-dimensional parametric space underscores the reliability and versatility of the implemented approach.

Create account to get full access

or

If you already have an account, we'll log you in

Overview

  • The paper addresses challenges posed by non-uniform, unstructured grids commonly used in Computational Fluid Dynamics (CFD).
  • The researchers explore innovative approaches for generating reduced-order models using geometric deep learning and graph convolutional networks (GCNs).
  • The proposed Autoencoder GCN architecture enhances prediction accuracy by propagating information to distant nodes and emphasizing influential points.
  • The autoencoder structure improves the network's ability to identify key features, contributing to a more robust and accurate predictive model.
  • The methodology is validated on two different test cases: a wing-only model and a wing-body configuration.

Plain English Explanation

The paper focuses on a common problem in Computational Fluid Dynamics (CFD): the use of non-uniform, unstructured grids. These grids can be challenging to work with, so the researchers explore new ways to create simplified models that still provide accurate predictions.

Their approach centers around a type of artificial intelligence called graph convolutional networks (GCNs). GCNs are well-suited for working with unstructured data, like the grids used in CFD. The researchers combine GCNs with an autoencoder - a neural network that can learn to encode and decode data efficiently.

This Autoencoder GCN architecture allows the model to focus on the most important parts of the grid, improving its ability to make accurate predictions. The researchers tested this approach on two different CFD problems: a wing-only model and a more complex wing-body configuration. In both cases, the model was able to reconstruct the key details of the flow patterns with a high degree of accuracy.

Technical Explanation

The core of the researchers' approach is the use of geometric deep learning, specifically graph convolutional networks (GCNs). GCNs are well-suited for working with unstructured data, like the non-homogeneous grids commonly used in CFD simulations.

The novel Autoencoder GCN architecture enhances prediction accuracy by propagating information to distant nodes and emphasizing influential points. This architecture, with GCN layers and encoding/decoding modules, reduces the dimensionality of the problem based on pressure-gradient values. The autoencoder structure improves the network's capability to identify key features, contributing to a more robust and accurate predictive model.

To validate the proposed methodology, the researchers analyzed two different test cases: a wing-only model and a wing-body configuration. The precise reconstruction of steady-state distributed quantities within a two-dimensional parametric space underscores the reliability and versatility of the implemented approach.

Critical Analysis

The paper provides a promising approach for generating reduced-order models for CFD simulations using unstructured grids. The Autoencoder GCN architecture appears to effectively capture the essential features of the flow patterns, even in complex configurations.

However, the paper does not discuss the computational efficiency of the proposed method, which is an important consideration for practical CFD applications. Additionally, the authors do not explore the sensitivity of the model to the choice of hyperparameters or the size of the training dataset.

Further research could investigate the scalability of the Autoencoder GCN approach to larger and more diverse CFD scenarios, as well as compare its performance to other dimensionality reduction techniques, such as traditional autoencoders or principal component analysis.

Conclusion

This paper presents a novel Autoencoder GCN approach for generating reduced-order models for CFD simulations using non-homogeneous unstructured grids. The researchers demonstrate the ability of their method to accurately reconstruct steady-state flow patterns for both a wing-only model and a more complex wing-body configuration.

The use of geometric deep learning and the autoencoder structure appear to be key factors in the model's success, allowing it to focus on the most influential aspects of the flow and produce reliable predictions. While further research is needed to address potential limitations, this work represents an important step towards more efficient and accurate CFD simulations on complex, unstructured grids.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Related Papers

📶

Introducing a microstructure-embedded autoencoder approach for reconstructing high-resolution solution field from reduced parametric space

Rasoul Najafi Koopas, Shahed Rezaei, Natalie Rauter, Richard Ostwald, Rolf Lammering

YC

0

Reddit

0

In this study, we develop a novel multi-fidelity deep learning approach that transforms low-fidelity solution maps into high-fidelity ones by incorporating parametric space information into a standard autoencoder architecture. This method's integration of parametric space information significantly reduces the need for training data to effectively predict high-fidelity solutions from low-fidelity ones. In this study, we examine a two-dimensional steady-state heat transfer analysis within a highly heterogeneous materials microstructure. The heat conductivity coefficients for two different materials are condensed from a 101 x 101 grid to smaller grids. We then solve the boundary value problem on the coarsest grid using a pre-trained physics-informed neural operator network known as Finite Operator Learning (FOL). The resulting low-fidelity solution is subsequently upscaled back to a 101 x 101 grid using a newly designed enhanced autoencoder. The novelty of the developed enhanced autoencoder lies in the concatenation of heat conductivity maps of different resolutions to the decoder segment in distinct steps. Hence the developed algorithm is named microstructure-embedded autoencoder (MEA). We compare the MEA outcomes with those from finite element methods, the standard U-Net, and various other upscaling techniques, including interpolation functions and feedforward neural networks (FFNN). Our analysis shows that MEA outperforms these methods in terms of computational efficiency and error on test cases. As a result, the MEA serves as a potential supplement to neural operator networks, effectively upscaling low-fidelity solutions to high fidelity while preserving critical details often lost in traditional upscaling methods, particularly at sharp interfaces like those seen with interpolation.

Read more

5/8/2024

Graph Convolutional Networks for Simulating Multi-phase Flow and Transport in Porous Media

Graph Convolutional Networks for Simulating Multi-phase Flow and Transport in Porous Media

Jiamin Jiang, Bo Guo

YC

0

Reddit

0

Numerical simulation of multi-phase fluid dynamics in porous media is critical for many energy and environmental applications in Earth's subsurface. Data-driven surrogate modeling provides computationally inexpensive alternatives to high-fidelity numerical simulators. While the commonly used convolutional neural networks (CNNs) are powerful in approximating partial differential equation solutions, it remains challenging for CNNs to handle irregular and unstructured simulation meshes. However, simulation models for Earth's subsurface often involve unstructured meshes with complex mesh geometries, which limits the application of CNNs. To address this challenge, we construct surrogate models based on Graph Convolutional Networks (GCNs) to approximate the spatial-temporal solutions of multi-phase flow and transport processes in porous media. We propose a new GCN architecture suited to the hyperbolic character of the coupled PDE system, to better capture transport dynamics. Results of 2D heterogeneous test cases show that our surrogates predict the evolutions of pressure and saturation states with high accuracy, and the predicted rollouts remain stable for multiple timesteps. Moreover, the GCN-based models generalize well to irregular domain geometries and unstructured meshes that are unseen in the training dataset.

Read more

4/16/2024

Enhancing Graph U-Nets for Mesh-Agnostic Spatio-Temporal Flow Prediction

Enhancing Graph U-Nets for Mesh-Agnostic Spatio-Temporal Flow Prediction

Sunwoong Yang, Ricardo Vinuesa, Namwoo Kang

YC

0

Reddit

0

This study aims to overcome the conventional deep-learning approaches based on convolutional neural networks, whose applicability to complex geometries and unstructured meshes is limited due to their inherent mesh dependency. We propose novel approaches to improve mesh-agnostic spatio-temporal prediction of transient flow fields using graph U-Nets, enabling accurate prediction on diverse mesh configurations. Key enhancements to the graph U-Net architecture, including the Gaussian mixture model convolutional operator and noise injection approaches, provide increased flexibility in modeling node dynamics: the former reduces prediction error by 95% compared to conventional convolutional operators, while the latter improves long-term prediction robustness, resulting in an error reduction of 86%. We also investigate transductive and inductive-learning perspectives of graph U-Nets with proposed improvements. In the transductive setting, they effectively predict quantities for unseen nodes within the trained graph. In the inductive setting, they successfully perform in mesh scenarios with different vortex-shedding periods, showing 98% improvement in predicting the future flow fields compared to a model trained without the inductive settings. It is found that graph U-Nets without pooling operations, i.e. without reducing and restoring the node dimensionality of the graph data, perform better in inductive settings due to their ability to learn from the detailed structure of each graph. Meanwhile, we also discover that the choice of normalization technique significantly impacts graph U-Net performance.

Read more

6/7/2024

Generative prediction of flow field based on the diffusion model

New!Generative prediction of flow field based on the diffusion model

Jiajun Hu, Zhen Lu, Yue Yang

YC

0

Reddit

0

We propose a geometry-to-flow diffusion model that utilizes the input of obstacle shape to predict a flow field past the obstacle. The model is based on a learnable Markov transition kernel to recover the data distribution from the Gaussian distribution. The Markov process is conditioned on the obstacle geometry, estimating the noise to be removed at each step, implemented via a U-Net. A cross-attention mechanism incorporates the geometry as a prompt. We train the geometry-to-flow diffusion model using a dataset of flows past simple obstacles, including the circle, ellipse, rectangle, and triangle. For comparison, the CNN model is trained using the same dataset. Tests are carried out on flows past obstacles with simple and complex geometries, representing interpolation and extrapolation on the geometry condition, respectively. In the test set, challenging scenarios include a cross and characters `PKU'. Generated flow fields show that the geometry-to-flow diffusion model is superior to the CNN model in predicting instantaneous flow fields and handling complex geometries. Quantitative analysis of the model accuracy and divergence in the fields demonstrate the high robustness of the diffusion model, indicating that the diffusion model learns physical laws implicitly.

Read more

7/2/2024