A Finite Difference Informed Graph Network for Solving Steady-State Incompressible Flows on Block-Structured Grids

Read original: arXiv:2406.10534 - Published 6/18/2024 by Yiye Zou, Tianyu Li, Shufan Zou, Jingyu Wang, Laiping Zhang, Xiaogang Deng
Total Score

0

A Finite Difference Informed Graph Network for Solving Steady-State Incompressible Flows on Block-Structured Grids

Sign in to get full access

or

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

Overview

  • This paper presents a novel approach for solving steady-state incompressible fluid flows on multi-block structured grids using a finite difference graph network (FDGN).
  • The proposed FDGN model combines the advantages of traditional finite difference methods and modern graph neural network architectures to efficiently solve complex flow problems.
  • The method is demonstrated on several benchmark cases, showcasing its ability to accurately predict flow fields and pressure distributions while being computationally efficient compared to traditional solvers.

Plain English Explanation

The researchers have developed a new way to simulate the flow of fluids, like water or air, using a combination of traditional mathematical techniques and modern machine learning algorithms. Fluids moving through complex geometries, like around buildings or through pipes, can be challenging to model accurately using traditional computational methods.

The key idea behind this new approach is to represent the fluid flow problem as a graph convolutional networks for simulating multi-phase flow. Instead of solving the equations that describe the fluid flow directly, the researchers use a neural network to learn the patterns in the flow and make predictions. This allows the method to be more efficient and accurate than traditional solvers, especially for complex geometries.

The researchers tested their new approach on several standard fluid flow problems and found that it was able to predict the flow patterns and pressure distributions very well, while being faster to run than traditional methods. This suggests that their finite difference graph network could be a powerful tool for simulating fluid flows in a wide range of applications, from engineering design to weather forecasting.

Technical Explanation

The key contribution of this paper is the development of a finite difference graph network (FDGN) for solving steady-state incompressible fluid flow problems on multi-block structured grids. The FDGN model combines the advantages of traditional finite difference methods, which can accurately capture complex geometries, with the flexibility and learning capabilities of graph neural networks.

The researchers first discretize the fluid flow domain using a multi-block structured grid, where each block is represented as a graph. They then define a set of learnable filters that operate on the graph, allowing the network to learn the underlying patterns in the flow field. The network is trained end-to-end using a combination of physics-based loss functions and data-driven regularization terms.

The FDGN model was evaluated on several benchmark fluid flow problems, including flow over a backward-facing step and flow around a cylinder. The results show that the FDGN can accurately predict the flow fields and pressure distributions, while being significantly more computationally efficient than traditional finite difference solvers.

Critical Analysis

One potential limitation of the FDGN approach is that it requires the input domain to be represented as a multi-block structured grid, which may not be suitable for all types of fluid flow problems. The researchers acknowledge this and suggest that future work could explore ways to extend the method to unstructured grids or even inverse analysis of granular flows using differentiable graphs.

Additionally, the paper does not provide a detailed analysis of the model's sensitivity to hyperparameters or the size of the training dataset, which could be important for understanding the model's robustness and generalization capabilities.

Overall, the FDGN approach presents an interesting and promising direction for combining traditional numerical methods with machine learning techniques to solve complex fluid flow problems more efficiently. The results demonstrate the potential of this approach, and further research could explore its applicability to a wider range of flow scenarios and its scalability to larger, more complex geometries.

Conclusion

This paper introduces a novel finite difference graph network (FDGN) for solving steady-state incompressible fluid flow problems on multi-block structured grids. The FDGN model leverages the strengths of both traditional finite difference methods and modern graph neural networks to accurately predict flow fields and pressure distributions, while being computationally efficient.

The researchers have demonstrated the effectiveness of the FDGN approach on several benchmark cases, highlighting its potential for a wide range of applications in engineering, physics, and other fields that involve fluid flow simulations. While the current method is limited to structured grids, future research could explore ways to extend the approach to unstructured domains, further expanding its applicability.

Overall, this work represents an important step towards bridging the gap between traditional numerical methods and advanced machine learning techniques, paving the way for more efficient and accurate computational fluid dynamics simulations.



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

Follow @aimodelsfyi on 𝕏 →

Related Papers

A Finite Difference Informed Graph Network for Solving Steady-State Incompressible Flows on Block-Structured Grids
Total Score

0

A Finite Difference Informed Graph Network for Solving Steady-State Incompressible Flows on Block-Structured Grids

Yiye Zou, Tianyu Li, Shufan Zou, Jingyu Wang, Laiping Zhang, Xiaogang Deng

Recently, advancements in deep learning have enabled physics-informed neural networks (PINNs) to solve partial differential equations (PDEs). Numerical differentiation (ND) using the finite difference (FD) method is efficient in physics-constrained designs, even in parameterized settings, often employing body-fitted block-structured grids for complex flow cases. However, convolution operators in CNNs for finite differences are typically limited to single-block grids. To address this, we use graphs and graph networks (GNs) to learn flow representations across multi-block structured grids. We propose a graph convolution-based finite difference method (GC-FDM) to train GNs in a physics-constrained manner, enabling differentiable finite difference operations on graph unstructured outputs. Our goal is to solve parametric steady incompressible Navier-Stokes equations for flows around a backward-facing step, a circular cylinder, and double cylinders, using multi-block structured grids. Comparing our method to a CFD solver under various boundary conditions, we demonstrate improved training efficiency and accuracy, achieving a minimum relative error of $10^{-3}$ in velocity field prediction and a 20% reduction in training cost compared to PINNs.

Read more

6/18/2024

Transformed Physics-Informed Neural Networks for The Convection-Diffusion Equation
Total Score

0

Transformed Physics-Informed Neural Networks for The Convection-Diffusion Equation

Jiajing Guan, Howard Elman

Singularly perturbed problems are known to have solutions with steep boundary layers that are hard to resolve numerically. Traditional numerical methods, such as Finite Difference Methods (FDMs), require a refined mesh to obtain stable and accurate solutions. As Physics-Informed Neural Networks (PINNs) have been shown to successfully approximate solutions to differential equations from various fields, it is natural to examine their performance on singularly perturbed problems. The convection-diffusion equation is a representative example of such a class of problems, and we consider the use of PINNs to produce numerical solutions of this equation. We study two ways to use PINNS: as a method for correcting oscillatory discrete solutions obtained using FDMs, and as a method for modifying reduced solutions of unperturbed problems. For both methods, we also examine the use of input transformation to enhance accuracy, and we explain the behavior of input transformations analytically, with the help of neural tangent kernels.

Read more

9/14/2024

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

0

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

Jiamin Jiang, Bo Guo

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

🤷

Total Score

0

Solutions to Elliptic and Parabolic Problems via Finite Difference Based Unsupervised Small Linear Convolutional Neural Networks

Adrian Celaya, Keegan Kirk, David Fuentes, Beatrice Riviere

In recent years, there has been a growing interest in leveraging deep learning and neural networks to address scientific problems, particularly in solving partial differential equations (PDEs). However, many neural network-based methods like PINNs rely on auto differentiation and sampling collocation points, leading to a lack of interpretability and lower accuracy than traditional numerical methods. As a result, we propose a fully unsupervised approach, requiring no training data, to estimate finite difference solutions for PDEs directly via small linear convolutional neural networks. Our proposed approach uses substantially fewer parameters than similar finite difference-based approaches while also demonstrating comparable accuracy to the true solution for several selected elliptic and parabolic problems compared to the finite difference method.

Read more

4/24/2024