Table of Contents
Fetching ...

Towards a Machine-Learned Poisson Solver for Low-Temperature Plasma Simulations in Complex Geometries

Ihda Chaerony Siffa, Markus M. Becker, Klaus-Dieter Weltmann, Jan Trieschmann

TL;DR

This paper describes the development of a generic machine-learned Poisson solver specifically designed for the requirements of LTP simulations in complex 2D reactor geometries on structured Cartesian grids and demonstrates that the learned solver is able to produce quantitatively and qualitatively accurate solutions.

Abstract

Poisson's equation plays an important role in modeling many physical systems. In electrostatic self-consistent low-temperature plasma (LTP) simulations, Poisson's equation is solved at each simulation time step, which can amount to a significant computational cost for the entire simulation. In this paper, we describe the development of a generic machine-learned Poisson solver specifically designed for the requirements of LTP simulations in complex 2D reactor geometries on structured Cartesian grids. Here, the reactor geometries can consist of inner electrodes and dielectric materials as often found in LTP simulations. The approach leverages a hybrid CNN-transformer network architecture in combination with a weighted multiterm loss function. We train the network using highly-randomized synthetic data to ensure the generalizability of the learned solver to unseen reactor geometries. The results demonstrate that the learned solver is able to produce quantitatively and qualitatively accurate solutions. Furthermore, it generalizes well on new reactor geometries such as reference geometries found in the literature. To increase the numerical accuracy of the solutions required in LTP simulations, we employ a conventional iterative solver to refine the raw predictions, especially to recover the high-frequency features not resolved by the initial prediction. With this, the proposed learned Poisson solver provides the required accuracy and is potentially faster than a pure GPU-based conventional iterative solver. This opens up new possibilities for developing a generic and high-performing learned Poisson solver for LTP systems in complex geometries.

Towards a Machine-Learned Poisson Solver for Low-Temperature Plasma Simulations in Complex Geometries

TL;DR

This paper describes the development of a generic machine-learned Poisson solver specifically designed for the requirements of LTP simulations in complex 2D reactor geometries on structured Cartesian grids and demonstrates that the learned solver is able to produce quantitatively and qualitatively accurate solutions.

Abstract

Poisson's equation plays an important role in modeling many physical systems. In electrostatic self-consistent low-temperature plasma (LTP) simulations, Poisson's equation is solved at each simulation time step, which can amount to a significant computational cost for the entire simulation. In this paper, we describe the development of a generic machine-learned Poisson solver specifically designed for the requirements of LTP simulations in complex 2D reactor geometries on structured Cartesian grids. Here, the reactor geometries can consist of inner electrodes and dielectric materials as often found in LTP simulations. The approach leverages a hybrid CNN-transformer network architecture in combination with a weighted multiterm loss function. We train the network using highly-randomized synthetic data to ensure the generalizability of the learned solver to unseen reactor geometries. The results demonstrate that the learned solver is able to produce quantitatively and qualitatively accurate solutions. Furthermore, it generalizes well on new reactor geometries such as reference geometries found in the literature. To increase the numerical accuracy of the solutions required in LTP simulations, we employ a conventional iterative solver to refine the raw predictions, especially to recover the high-frequency features not resolved by the initial prediction. With this, the proposed learned Poisson solver provides the required accuracy and is potentially faster than a pure GPU-based conventional iterative solver. This opens up new possibilities for developing a generic and high-performing learned Poisson solver for LTP systems in complex geometries.
Paper Structure (21 sections, 14 equations, 14 figures, 2 tables)

This paper contains 21 sections, 14 equations, 14 figures, 2 tables.

Figures (14)

  • Figure 1: Input data configuration. (a) Configured input data presented as a CMYK image, (b) different components of input data, and (c) the corresponding output data (potential distribution).
  • Figure 2: Reference LTP reactor geometries from literature. From left to right: asymmetric CCRF discharge Baldry-2021-ID6207, packed-bed DBD Engeling-2018-ID6206, and surface DBD Zhang-2021-ID5808 reactor geometries, which are used to generate $D_{*}^{(\mathrm{ccrf})}$, $D_{*}^{(\mathrm{dbd1})}$, and $D_{*}^{(\mathrm{dbd2})}$, respectively. BCs stands for boundary conditions.
  • Figure 3: Overview of the TransDenseUNet architecture. The encoder incorporates DenseNet and transformer networks, whereas the decoder is made of the typical CNN blocks.
  • Figure 4: High-level structure of the DenseNet-38 block used in the TransDenseUNet. It consists of 38 densely connected convolutional layers.
  • Figure 5: General structure of a transformer layer used in the TransDenseUNet architecture.
  • ...and 9 more figures