A Model Hierarchy for Predicting the Flow in Stirred Tanks with Physics-Informed Neural Networks

Veronika Trávníková,Daniel Wolff,Nico Dirkes,Stefanie Elgeti,Eric von Lieres,Marek Behr
DOI: https://doi.org/10.3934/acse.2024007
2024-03-07
Abstract:This paper explores the potential of Physics-Informed Neural Networks (PINNs) to serve as Reduced Order Models (ROMs) for simulating the flow field within stirred tank reactors (STRs). We solve the two-dimensional stationary Navier-Stokes equations within a geometrically intricate domain and explore methodologies that allow us to integrate additional physical insights into the model. These approaches include imposing the Dirichlet boundary conditions (BCs) strongly and employing domain decomposition (DD), with both overlapping and non-overlapping subdomains. We adapt the Extended Physics-Informed Neural Network (XPINN) approach to solve different sets of equations in distinct subdomains based on the diverse flow characteristics present in each region. Our exploration results in a hierarchy of models spanning various levels of complexity, where the best models exhibit l1 prediction errors of less than 1% for both pressure and velocity. To illustrate the reproducibility of our approach, we track the errors over repeated independent training runs of the best identified model and show its reliability. Subsequently, by incorporating the stirring rate as a parametric input, we develop a fast-to-evaluate model of the flow capable of interpolating across a wide range of Reynolds numbers. Although we exclusively restrict ourselves to STRs in this work, we conclude that the steps taken to obtain the presented model hierarchy can be transferred to other applications.
Computational Engineering, Finance, and Science
What problem does this paper attempt to address?
The core problem that this paper attempts to solve is to develop an efficient and accurate computational model for predicting the flow field in stirred - tank reactors (STRs). Specifically, the authors explored the use of Physics - Informed Neural Networks (PINNs) as Reduced Order Models (ROMs) to simulate the flow in stirred - tank reactors in complex geometries. Through this method, researchers hope to reduce the large amount of computational resources required by traditional high - fidelity simulations (such as Computational Fluid Dynamics, CFD), while maintaining a high prediction accuracy. ### Specific description of the problem 1. **Improving simulation efficiency**: Although the traditional CFD method can provide high - precision flow field simulations, in multi - parameter query scenarios (for example, flow field prediction at different stirring rates or different Reynolds numbers), its computational cost is very high. Therefore, it is necessary to develop a rapid evaluation model that can significantly reduce the computational cost while ensuring a certain accuracy. 2. **Handling complex geometries and boundary conditions**: The internal geometry of the stirred - tank reactor is complex, and there are multiple boundary conditions (such as the no - slip condition on the wall and the linear velocity distribution on the stirrer). These factors increase the difficulty of modeling, especially when different working conditions need to be considered. 3. **Combining physical knowledge and deep learning**: In order to overcome the problem of data scarcity and improve the generalization ability of the model, researchers embed physical equations (such as the Navier - Stokes equation) into the loss function of the neural network, so that the model is not only data - driven but also can be constrained and guided by known physical laws. ### Main contributions of the research - **Model hierarchical structure**: By introducing different PINN configurations (such as strongly imposing boundary conditions, domain decomposition, etc.), researchers have constructed a model hierarchical structure from simple to complex, gradually improving the prediction accuracy. - **Multi - parameter query ability**: The finally developed model can perform interpolation prediction according to different stirring rates (i.e., Reynolds numbers) and is applicable to a wider range of operating conditions. - **Verification and reliability**: By tracking the errors of the results of multiple independently trained runs, it has been proved that the proposed PINN model has good repeatability and reliability. In short, this research aims to provide an efficient numerical tool for the design and optimization of stirred - tank reactors, especially suitable for industrial application scenarios where parameters need to be adjusted frequently.