paper-with-me

Papers

Transfer learning-based physics-informed convolutional neural network for simulating flow in porous media with time-varying controls

2023-10-10 · Jungang Chen, Eduardo Gildin, John E. Killough

A physics-informed convolutional neural network is proposed to simulate two phase flow in porous media with time-varying well controls. While most of PICNNs in existing literatures worked on parameter-to-state mapping, our proposed network parameterizes the solution with time-varying controls to establish a control-to-state regression. Firstly, finite volume scheme is adopted to discretize flow equations and formulate loss function that respects mass conservation laws. Neumann boundary conditions are seamlessly incorporated into the semi-discretized equations so no additional loss term is needed. The network architecture comprises two parallel U-Net structures, with network inputs being well controls and outputs being the system states. To capture the time-dependent relationship between inputs and outputs, the network is well designed to mimic discretized state space equations. We train the network progressively for every timestep, enabling it to simultaneously predict oil pressure and water saturation at each timestep. After training the network for one timestep, we leverage transfer learning techniques to expedite the training process for subsequent timestep. The proposed model is used to simulate oil-water porous flow scenarios with varying reservoir gridblocks and aspects including computation efficiency and accuracy are compared against corresponding numerical approaches. The results underscore the potential of PICNN in effectively simulating systems with numerous grid blocks, as computation time does not scale with model dimensionality. We assess the temporal error using 10 different testing controls with variation in magnitude and another 10 with higher alternation frequency with proposed control-to-state architecture. Our observations suggest the need for a more robust and reliable model when dealing with controls that exhibit significant variations in magnitude or frequency.

📄 PDF Abstract BibTeX arXiv:2310.06319

Code (1)

jungangc/picnn-twophaseporousflow 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

Physics Informed Neural Networks for Simulating Radiative Transfer

2020-09-25 · Siddhartha Mishra, Roberto Molinaro

We propose a novel machine learning algorithm for simulating radiative transfer. Our algorithm is based on physics informed neural networks (PINNs), which are trained by minimizing the residual of the underlying radiativ…

BIG-bench Machine Learning

Hybrid quantum physics-informed neural networks for simulating computational fluid dynamics in complex shapes

2023-04-21 · Alexandr Sedykh, Maninadh Podapaka, Asel Sagingalieva, Karan Pinto 외

Finding the distribution of the velocities and pressures of a fluid by solving the Navier-Stokes equations is a principal task in the chemical, energy, and pharmaceutical industries, as well as in mechanical engineering …

Transfer Learning

Physics-informed neural networks (PINNs) for fluid mechanics: A review

2021-05-20 · Shengze Cai, Zhiping Mao, Zhicheng Wang, Minglang Yin 외

Despite the significant progress over the last 50 years in simulating flow problems using numerical discretization of the Navier-Stokes equations (NSE), we still cannot incorporate seamlessly noisy data into existing alg…

Calibrated Physics-Informed Uncertainty Quantification

2025-02-06 · Vignesh Gopakumar, Ander Gray, Lorenzo Zanisi, Timothy Nunn 외

Simulating complex physical systems is crucial for understanding and predicting phenomena across diverse fields, such as fluid dynamics and heat transfer, as well as plasma physics and structural mechanics. Traditional a…

Conformal PredictionUncertainty Quantification

Learning Free-Surface Flow with Physics-Informed Neural Networks

2021-11-17 · Raphael Leiteritz, Marcel Hurler, Dirk Pflüger

The interface between data-driven learning methods and classical simulation poses an interesting field offering a multitude of new applications. In this work, we build on the notion of physics-informed neural networks (P…