Peter K. Jimack

LG
h-index29
8papers
133citations
Novelty47%
AI Score36

8 Papers

LGApr 9, 2022
Attention U-Net as a surrogate model for groundwater prediction

Maria Luisa Taccari, Jonathan Nuttall, Xiaohui Chen et al.

Numerical simulations of groundwater flow are used to analyze and predict the response of an aquifer system to its change in state by approximating the solution of the fundamental groundwater physical equations. The most used and classical methodologies, such as Finite Difference (FD) and Finite Element (FE) Methods, use iterative solvers which are associated with high computational cost. This study proposes a physics-based convolutional encoder-decoder neural network as a surrogate model to quickly calculate the response of the groundwater system. Holding strong promise in cross-domain mappings, encoder-decoder networks are applicable for learning complex input-output mappings of physical systems. This manuscript presents an Attention U-Net model that attempts to capture the fundamental input-output relations of the groundwater system and generates solutions of hydraulic head in the whole domain given a set of physical parameters and boundary conditions. The model accurately predicts the steady state response of a highly heterogeneous groundwater system given the locations and piezometric head of up to 3 wells as input. The network learns to pay attention only in the relevant parts of the domain and the generated hydraulic head field corresponds to the target samples in great detail. Even relative to coarse finite difference approximations the proposed model is shown to be significantly faster than a comparative state-of-the-art numerical solver, thus providing a base for further development of the presented networks as surrogate models for groundwater prediction.

FLU-DYNJul 8, 2023
Understanding the Efficacy of U-Net & Vision Transformer for Groundwater Numerical Modelling

Maria Luisa Taccari, Oded Ovadia, He Wang et al.

This paper presents a comprehensive comparison of various machine learning models, namely U-Net, U-Net integrated with Vision Transformers (ViT), and Fourier Neural Operator (FNO), for time-dependent forward modelling in groundwater systems. Through testing on synthetic datasets, it is demonstrated that U-Net and U-Net + ViT models outperform FNO in accuracy and efficiency, especially in sparse data scenarios. These findings underscore the potential of U-Net-based models for groundwater modelling in real-world applications where data scarcity is prevalent.

FLU-DYNJan 9
Hard Constraint Projection in a Physics Informed Neural Network

Miranda J. S. Horne, Peter K. Jimack, Amirul Khan et al.

In this work, we embed hard constraints in a physics informed neural network (PINN) which predicts solutions to the 2D incompressible Navier Stokes equations. We extend the hard constraint method introduced by Chen et al. (arXiv:2012.06148) from a linear PDE to a strongly non-linear PDE. The PINN is used to estimate the stream function and pressure of the fluid, and by differentiating the stream function we can recover an incompressible velocity field. An unlearnable hard constraint projection (HCP) layer projects the predicted velocity and pressure to a hyperplane that admits only exact solutions to a discretised form of the governing equations.

NAMay 10, 2017
A One-Field Energy-conserving Monolithic Fictitious Domain Method for Fluid-Structure Interactions

Yongxing Wang, Peter K. Jimack, Mark A. Walkley

In this article, we analyze and numerically assess a new fictitious domain method for fluid-structure interactions in two and three dimensions. The distinguishing feature of the proposed method is that it only solves for one velocity field for the whole fluid-structure domain; the interactions remain decoupled until solving the final linear algebraic equations. To achieve this the finite element procedures are carried out separately on two different meshes for the fluid and solid respectively, and the assembly of the final linear system brings the fluid and solid parts together via an isoparametric interpolation matrix between the two meshes. In this article, an implicit version of this approach is introduced. The property of energy conservation is proved, which is a strong indication of stability. The solvability and error estimate for the corresponding stationary problem (one time step of the transient problem) are analyzed. Finally, 2D and 3D numerical examples are presented to validate the conservation properties.

LGApr 18, 2024
Investigating Guiding Information for Adaptive Collocation Point Sampling in PINNs

Jose Florido, He Wang, Amirul Khan et al.

Physics-informed neural networks (PINNs) provide a means of obtaining approximate solutions of partial differential equations and systems through the minimisation of an objective function which includes the evaluation of a residual function at a set of collocation points within the domain. The quality of a PINNs solution depends upon numerous parameters, including the number and distribution of these collocation points. In this paper we consider a number of strategies for selecting these points and investigate their impact on the overall accuracy of the method. In particular, we suggest that no single approach is likely to be "optimal" but we show how a number of important metrics can have an impact in improving the quality of the results obtained when using a fixed number of residual evaluations. We illustrate these approaches through the use of two benchmark test problems: Burgers' equation and the Allen-Cahn equation.

LGMay 17, 2024
Generative modeling of Sparse Approximate Inverse Preconditioners

Mou Li, He Wang, Peter K. Jimack

We present a new deep learning paradigm for the generation of sparse approximate inverse (SPAI) preconditioners for matrix systems arising from the mesh-based discretization of elliptic differential operators. Our approach is based upon the observation that matrices generated in this manner are not arbitrary, but inherit properties from differential operators that they discretize. Consequently, we seek to represent a learnable distribution of high-performance preconditioners from a low-dimensional subspace through a carefully-designed autoencoder, which is able to generate SPAI preconditioners for these systems. The concept has been implemented on a variety of finite element discretizations of second- and fourth-order elliptic partial differential equations with highly promising results.

NAApr 15, 2020
MeshingNet: A New Mesh Generation Method based on Deep Learning

Zheyan Zhang, Yongxing Wang, Peter K. Jimack et al.

We introduce a novel approach to automatic unstructured mesh generation using machine learning to predict an optimal finite element mesh for a previously unseen problem. The framework that we have developed is based around training an artificial neural network (ANN) to guide standard mesh generation software, based upon a prediction of the required local mesh density throughout the domain. We describe the training regime that is proposed, based upon the use of \emph{a posteriori} error estimation, and discuss the topologies of the ANNs that we have considered. We then illustrate performance using two standard test problems, a single elliptic partial differential equation (PDE) and a system of PDEs associated with linear elasticity. We demonstrate the effective generation of high quality meshes for arbitrary polygonal geometries and a range of material parameters, using a variety of user-selected error norms.

NAApr 22, 2019
A theoretical and experimental investigation of a family of immersed finite element methods

Yongxing Wang, Peter K. Jimack, Mark A. Walkley

In this article we consider the widely used immersed finite element method (IFEM), in both explicit and implicit form, and its relationship to our more recent one-field fictitious domain method (FDM). We review and extend the formulation of these methods, based upon an operator splitting scheme, in order to demonstrate that both the explicit IFEM and the one-field FDM can be regarded as particular linearizations of the fully implicit IFEM. However, the one-field FDM can be shown to be more robust than the explicit IFEM and can simulate a wider range of solid parameters with a relatively large time step. In addition, it can produce results almost identical to the implicit IFEM but without iteration inside each time step. We study the effect on these methods of variations in viscosity and density of fluid and solid materials. The advantages of the one-field FDM within the IFEM framework are illustrated through a selection of parameter sets for two benchmark cases.