Next Article in Journal
Investigations on Spin Power Losses Generated in a Planetary Gear Set Using Thermal Network Method
Previous Article in Journal
End-to-End Intelligent Fault Diagnosis of Transmission Bearings in Electric Vehicles Based on CNN
Previous Article in Special Issue
The Target Detection of Wear Particles in Ferrographic Images Based on the Improved YOLOv8
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Physics-Informed Neural Networks for the Reynolds Equation with Transient Cavitation Modeling

Institute for Fluid Power Drives and Systems (ifas), RWTH Aachen University, 52074 Aachen, Germany
*
Author to whom correspondence should be addressed.
Lubricants 2024, 12(11), 365; https://doi.org/10.3390/lubricants12110365
Submission received: 11 October 2024 / Revised: 21 October 2024 / Accepted: 22 October 2024 / Published: 23 October 2024
(This article belongs to the Special Issue Intelligent Algorithms for Triboinformatics)

Abstract

:
Gaining insight into tribological systems is crucial for optimizing efficiency and prolonging operational lifespans in technical systems. Experimental investigations are time-consuming and costly, especially for reciprocating seals in fluid power systems. Elastohydrodynamic lubrication (EHL) simulations offer an alternative but demand significant computational resources. Physics-informed neural networks (PINNs) provide a promising solution using physics-based approaches to solve partial differential equations. While PINNs have successfully modeled hydrodynamics with stationary cavitation, they have yet to address transient cavitation with dynamic geometry changes. This contribution applies a PINN framework to predict pressure build-up and transient cavitation in sealing contacts with dynamic geometry changes. The results demonstrate the potential of PINNs for modeling tribological systems and highlight their significance in enhancing computational efficiency.

1. Introduction

The functionality and longevity of components in technical systems are significantly influenced by their lubricated tribological contacts, such as those found in seals. Understanding the tribological interactions is challenging due to the complex phenomena involved. Dynamic friction, primarily governed by fluid dynamics, is crucial for accurately describing these interactions. Analytical models often require simplifications that exclude some phenomena, leading to inaccuracies. Experimental methods for understanding tribological behavior are typically costly and time-intensive. A commonly used approach is modeling the system with elastohydrodynamic lubrication (EHL) simulations, which employ the Reynolds equation to compute pressure distribution and contact surface deformation [1].
At the Institute for Fluid Power Drives and Systems (ifas) of RWTH Aachen University, an EHL simulation model for reciprocating seals, known as ifas-DDS (Dynamic Description of Sealings), was developed [2]. This model calculates friction by solving the hydrodynamic equations within the sealing contact using the Reynolds equation while also accounting for contact mechanics and seal deformation [3]. Previous studies have validated this EHL model against experimental data [4]. This approach’s significant drawback is the computational time required to solve the equations numerically. While increasing computational resources could alleviate this issue, it is often not practical, significantly as the complexity of simulations increases, and real-time computation is needed for applications like control systems.
Machine learning algorithms, such as neural networks (NNs), offer a promising substitution for traditional EHL simulations due to their rapid computation capabilities following initial training. The primary goal of using an NN, usually in regression tasks, is to minimize the deviation between the network’s predictions and the desired outcomes. This purely data-driven approach might yield good predictions for the training data. Still, it may result in overfitting, causing high errors for new data points within and especially outside the training domain due to a lack of physical understanding. An advancement in the field of NNs is the development of physics-informed neural networks (PINNs), which address this issue by incorporating physical laws into the network’s training process, thereby improving predictive accuracy across unfamiliar data. PINNs are a class of machine learning solvers for partial differential equations (PDEs). Unlike traditional NNs, their training process is not solely data-driven. The optimal parameters of a given network structure are determined by a loss function, which, in the case of PINNs, includes physical laws described by the residuals of the PDEs and the initial and boundary conditions.
Several studies have concentrated on the hydrodynamic aspect of EHL simula- tions, excluding deformation and friction. Recent developments, such as the studies by Almqvist [1,5,6,7,8], highlight the potential of PINNs to combine the precision of distributed simulation models with the computational efficiency of NNs, ensuring robust, accurate, and faster computations. However, these studies have primarily modeled hydrodynamics involving either stationary cavitation or geometry changes without cavitation. There remains a gap in research on applying PINNs to transient cavitation scenarios, both with and without geometry changes.
This study explores the capability of PINNs in addressing the Reynolds equation under conditions of sliding and squeezing motions, as well as in modeling transient cavitation within sealing contacts, building on a previously successful application of the hydrodynamic-PINN (HD-PINN) framework for stationary cases without cavitation [6]; this research extends the framework to two specific scenarios: a curved sealing geometry with a flat counter surface with a dynamic change in the gap height and a fixed sealing geometry. Furthermore, the framework is extended by two features, which are soft constraints and collocation point updates, to enhance the accuracy of the PINN. Consistent with earlier studies, the focus here is on the hydrodynamic aspects of elastohydrodynamic lubrication (EHL), with pressure and cavitation distributions being calculated while omitting considerations of friction and contact mechanics [1]. Deformation is artificially modeled by a constant seal movement, ignoring any pressure dependencies.
The subsequent section outlines the model used for hydrodynamic lubrication. Section 3 offers a general overview of PINNs, while Section 4 delves into the HD-PINN framework, the implemented modifications, the specific scenarios analyzed, and the physical loss terms. The results, discussed in Section 5, are validated using a modified variant of the ifas-DDS, known as the rigid DDS, which excludes the earlier mentioned EHL factors. The final section, Section 6, summarizes the results and provides a conclusion.

2. Hydrodynamic Lubrication Reynolds Equation with Transient Cavitation Modeling

Friction and wear are significant factors in tribological systems. They can be analyzed with EHL simulations, which examine the dynamic interactions within lubricated contacts by modeling surface deformations and calculating hydrodynamic pressure within the gap. The results of these simulations are often utilized to design and optimize tribological contacts such as those found in dynamic seals or, more specifically, in valves [1].
The ifas-DDS is a sophisticated simulation tool designed to solve the hydrodynamic interactions between a seal and its counter surface in small gaps. Using the Reynolds equation, a finite solver computes the pressure distribution within the lubricating film. Abaqus, a finite element software, is utilized to simulate the deformation of the seal. Dependencies between pressure and deformation are seamlessly integrated into Abaqus through custom user subroutines. Previous studies have validated these simulation results against experimental data [4].
This study describes hydrodynamics as defined by the Reynolds equation, excluding contact mechanics, pressure-dependent surface deformation, and friction. The primary objective is to investigate lubricated contacts and assess how the PINN handles the constant movement of the seal, which will be modeled as pressure-dependent deformation in the next phase of the study. Furthermore, the study examines the potential of PINNs to model transient cavitation, which has not been explored in existing research, where cavitation studies, such as Rom’s work [7], have focused on stationary cases.
The prediction of the PINN framework is compared to the rigid DDS. This model does not incorporate the Abaqus integration and thus neglects deformation, friction, and contact mechanics, focusing exclusively on lubrication dynamics. Both PINN and rigid DDS solve the same underlying equations, allowing for direct validation of the PINN’s predicted outputs. Cavitation in the fluid film is modeled according to the Jakobsson–Floberg–Olsson cavitation model. This model assumes the gaseous phase formation due to vaporization or the air dissolution in the fluid if the local pressure drops below a certain threshold (in this study p t h r e s h = 0 ). Cavitation is characterized by the cavity fraction θ [3], which represents the local gaseous volume fraction, ranging from 0 (no cavitation) to 1 (full cavitation).
The investigated Reynolds equation is an extension of the original version by integrating the cavity fraction θ as follows [3]:
v 2 x ( 1 θ ρ h + ρ R q Φ τ ) 1 12 η x Φ p ρ h 3 p x + t ( 1 θ ρ h ) = 0
The Reynolds equation is used to describe the hydrodynamic pressure p within a small lubricated gap. The pressure, as a function of position x and time t, depends on numerous additional parameters: the relative velocity v between the contact surfaces, the fluid’s density ρ , the gap height h, the viscosity η , and the derivatives of pressure with respect to time and position, t and x . The pressure flow factor Φ p and the shear flow factor Φ τ represent the surface roughness according to the averaged flow model by Patir and Cheng [9,10]. Further parameters are the root mean square roughness of the contact surfaces R q and the density ρ , which is neglected since the fluid is assumed to be incompressible, and changes in ρ are considered to be zero, allowing the Reynolds equation (Equation (1)) to be simplified by dividing by ρ .
The cavity fraction θ denotes the extent of cavitation within the lubricated contact and occurs when the pressure drops below the vaporization threshold. The vaporization threshold is set to zero in this research. To obtain a relationship between pressure and cavity fraction, according to the implementation by Woloszynski et al. [11], the Fischer–Burmeister Equation is used:
p + θ p 2 + θ 2 = 0
Since the JFO cavitation model and its implementation make few assumptions about the physical mechanisms causing the cavity fraction θ to become non-zero, the model can also be used for tracking the distribution of the lubricant in tribological contacts with only a limited amount of lubricant supply (starved lubrication), e.g., grease-lubricated sealing contacts in pneumatic spool valves. In this case, a non-zero value of the cavity fraction does not necessarily denote the occurrence of cavitation but rather a partial filling of the sealing gap at the corresponding location. For a better interpretation of the partial filling, the lubricant film height h lubricant is introduced. The lubricant film height is defined as the local film height and computed as follows:
h lubricant = h · 1 θ
Further details about the implementation of this model for describing contacts with starved lubrication in the EHL model will be published in a subsequent paper.

3. Physics-Informed Neural Network

The pressure distribution in narrow lubricated contacts is characterized by the Reynolds equation (Equation (1)) described in the prior section. In its complete form, no analytical solution of this equation exists. It necessitates using computationally demanding numerical methods such as finite element or finite volume methods to simulate hydrodynamic and tribological issues.
In the field of tribology, machine learning has gained popularity in the last few years due to substantial progress [12,13]. In fault detection, NNs have been successfully applied in systems like slipper bearings, journal bearings, and ball bearings [14,15,16]. Regarding EHL simulations, Hess et al. determined the elastohydrodynamic pressure distribution with a convolutional neural network within journal bearings [17]. Two main reasons for the advancements of machine learning algorithms applied to tribological interfaces are the vast availability of open-source machine learning libraries, e.g., PyTorch and TensorFlow, and the algorithms’ adaptability. However, one drawback of these data-driven models is their black-box characteristics and lack of transparency. Hybrid models that combine physical rules with data-driven methods have been developed to address this issue. These models benefit from reduced data requirements and an implementation based on physics described by mathematical equations [18]. The structure of these hybrid models can be implemented in a sequential, a parallel, and a structured configuration [19,20,21].
Integrating data and mathematical physics models in machine learning algorithms, known as physics-informed machine learning (PIML), enhances traditional models by increasing their accuracy and robustness for applications in lubrication, friction, and wear prediction [22]. Embedding physical rules into NNs, alongside the classical data-driven approach, results in implementing hybrid PINNs. These often provide more robust and precise solutions compared to purely data-driven networks. Physical laws are incorporated through residual terms that describe the underlying equations of the investigated systems. These terms are included in the loss function by solving them with the output of the PINN and, if applicable, the derivatives of the output [23].
Following the work of Hornik and Cybenko, who derived that deep NNs can approximate any continuous function to a certain level of accuracy [24,25], Hyuk extended this theory to include Borel measurable functions [26]. The early contributions to physics-based regularization in NNs were made by [26,27]. Although Lagaris and Hyuk did not explicitly utilize the term “physics-informed”, their research closely reflects the core concepts of what is now recognized as PINNs. Hyuk’s key innovation was to modify the NN’s loss function to integrate the governing differential equation, laying the groundwork for developing PINNs. This concept of embedding physical laws into NN training has significantly influenced the evolution of PIML, which combines traditional machine learning with domain-specific knowledge. Due to the limited computational resources and the early state of computational algebra techniques, this approach did not gain widespread attention. Recent progress in gradient calculation methods (e.g., AD) and significant improvements in hardware processing power opened up new potential.
A decade ago, Owhadi incorporated prior physical knowledge into the solving process of an NN, causing the resurgence of PIML. He formulated the solution of PDEs as Bayesian inference tasks, improving the algorithms with problem-dependent knowledge [28]. Next, Raissi et al. developed a probabilistic machine learning algorithm to solve general linear equations via the Gaussian process, refining it for integro-differential or partial differential equations [29,30]. Furthermore, this algorithm was upgraded to compute nonlinear partial differential equations [31,32].
A significant advancement was the development of PINNs, which, compared to finite element solvers, can be described as mesh-free models that transform the solving process of PDEs into an optimization task dictated by loss function [33]. Raissi utilized PINNs as a new class of hybrid solvers, capable of determining solutions to various forward and inverse problems described by PDEs with high accuracy [34,35,36]. Antonello et al. continued the previous research and extended the PINN concept to control tasks by adding control inputs into the network, building an algorithm capable of solving control applications [37].
Figure 1 demonstrates a PINN with two inputs and one output. With the gradients calculated by automatic differentiation (AD), a hybrid loss is computed using physics-informed and data-based information.
PINNs process inputs, such as parameters and variables like spatial coordinates x and time t, like traditional NNs: The input values are passed through multiple layers, each consisting of neurons that are interconnected with those in both the preceding and subsequent layers. Within each neuron, the input is multiplied by a weight, a bias term is added, and the resulting value is then passed through an activation function. This series of operations across the network layers culminates in generating complex, nonlinear functions representing the network’s output.
For PINNs, the residual loss corresponds to the residual of the underlying physical equation, aligning with the principles of unsupervised learning [38]. The spatial and temporal evaluation points, where these residuals are calculated, are called collocation points. PINNs leverage AD to compute gradients of any order [39] for complex differential equations with machine-level accuracy, utilizing the chain and product rules. Unlike traditional NNs, where AD is primarily used for parameter updates during training, PINNs also employ it to calculate the necessary derivatives of the physical equations.
In addition to the residual loss, PINNs can incorporate boundary condition (BC) and initial condition (IC) losses, which are implemented as supervised losses. As illustrated in Figure 1, additional types of losses may arise depending on the specific problem setup. An example of this is the hybrid PINN approach, where existing data are integrated to accelerate and enhance the accuracy of the solution, resulting in a data loss term.
The following section provides a brief overview of the application of PINNs in the field of hydrodynamics.
The first publication utilizing PINNs in the field of hydrodynamics addressed the solution of a simplified Reynolds equation [5]. Subsequent research by Yadav et al., Li et al., and Zhao et al. refined this approach, expanding the method to solve two-dimensional equations for tackling more complex problems [40,41,42]. Notable progress was made by Rom, who successfully applied PINNs to solve the Reynolds equation incorporating the Jakobsson–Floberg–Olsson (JFO) cavitation model for stationary problems. Rom further enhanced the methodology by introducing soft constraints and adding collocation points during training, significantly improving the accuracy of the predicted cavitation distribution, particularly in regions with high gradient variations [7].
Further progress in the application of PINNs to hydrodynamics was made by Cheng et al., who solved the Reynolds equation incorporating both the JFO and Swift–Stieber (SS) cavitation models [43]. Building on this work, Xi et al. enhanced the solution by implementing a combination of hard and soft constraints [44]. In the previous publication, we demonstrated that PINNs are capable of predicting solutions to the stationary Reynolds equation across a wide range of parameters [6].
Rimon et al. utilized PINNs to model the deformation of rotary shaft seals, applying a simplified Reynolds equation in conjunction with the Lamé equation to account for material dependencies [8]. This approach allowed for a more comprehensive description of the interactions between fluid dynamics and material deformation, highlighting the potential of PINNs in solving complex, coupled physical problems.
While these contributions have demonstrated considerable advances in addressing the Reynolds equation through the use of PINNs, it is crucial to recognize that most studies have primarily concentrated on the implementation of PINNs. However, a comprehensive hydrodynamic lubrication PINN framework extends beyond the PINN itself. Such a framework encompasses a broader set of components including the automated tuning of hyperparameters, strategic initialization of weights tailored to the specific activation functions employed, and sophisticated loss balancing. These elements are pivotal in the learning process and are often underemphasized in existing literature, where hyperparameter tuning and loss balancing frequently involve substantial manual experimentation.

Physics-Informed Neural Network for Solving the Reynolds Equation

The original study utilizing PINNs to address a simplified form of the Reynolds equation was conducted by [5]. Subsequent investigations have further refined this approach by developing more sophisticated algorithms that tackle the 2D Reynolds equation in various applications such as gas bearings, linear sliders, and journal bearings, respectively [40,41,42]. Rom made a notable contribution by being the first to apply PINNs to the stationary Reynolds equation, integrating the JFO cavitation model. Furthermore, Rom enhanced the model’s adaptability to variable geometrical setups by incorporating relative eccentricity into the PINN’s input parameters [7].
Building on these developments, Cheng et al. developed a PINN that can solve the Reynolds equation using either the JFO or SS cavitation models [43]. Xi et al. investigated the stationary Reynolds equation with cavitation, integrating both soft and hard constraints in their loss to improve the accuracy of their solutions [44]. Brumand-Poor et al. successfully applied their HD-Framework to solve stationary cavitation and dynamic height changes of a sealing gap [45]. Moreover, Rimon et al. assessed the potential of PINNs for complete EHL simulations, solving a simplified variant of the Reynolds equation and modeling the deformation of seals via the Lamé equation [8]. The previously mentioned research focused on smooth surfaces; in most recent times, Brumand-Poor et al. investigated the Reynolds equation with rough surfaces [46]. A summary of available models in the literature is provided in Table 1.

4. HD-PINN Framework

This section will provide an overview of the later simulated test cases and then present the NN’s structure and functions.

4.1. Test Cases: Physics-Informed Loss and Conditions

For this study, two different test cases are analyzed. In both cases, the system consists of a rigid sealing geometry and a flat counter surface (housing). A schematic of the geometry is illustrated in Figure 2, showing the sealing and the housing, which serves as the counter surface.
The geometry describing the height profile between the sealing and counter surface is characterized by four coefficients over the position interval x [ x l , x r ] as follows [1]:
h ( x ) = h 1 h 2 h 4 x l · R e L U ( h 4 x ) + h 2 + h 3 x x l + x r 2 2 x l + x r 2 2 h 4 x l h 1 + ( h 2 h 1 ) · ( x x l ) + h 3 x x l + x r 2 2 x l + x r 2 2 h 4 = x l
This work considers two geometries, which do not consider a bend in the gap; thus, the parameter h 4 is set to zero. At t = 0 the film height is 0.5 at all positions where the gap height is higher than 0.5 . For all positions with smaller gap heights, the film height and gap height are equal (i.e., θ = 0 ). The boundary condition is 0 for the pressure and 0.5 for the cavity fraction at both boundaries. In both cases, a curved sealing geometry is investigated by setting the h 3 parameter to 3. For the first test case, the sealing (upper part of the gap) is kept stationary, with only the counter surface (lower part) moving horizontally. For the second test case, the curved sealing is additionally moved vertically from the counter surface to model an inverse squeezing motion. Table 2 gives an overview of the test cases. To make an evaluation with the DDS possible, a test case with insufficient lubrication, meaning that the seal is only partly lubricated, is chosen. Hydrodynamic and surface parameters like η and ρ are set to one since they get normalized internally. Shear and pressure flow factors are neglected with ϕ τ = 0 and ϕ p = 1 ; therefore, no roughness is considered regarding the surfaces.

4.2. PINN Structure

The network consists of 7 layers with 20 neurons, each with 17 inputs, including x and t and the different parameters and variables of the Reynolds equation. It outputs predictions for pressure p and cavitation θ . Figure 3 provides a schematic illustration of the implemented PINN structure with the investigated loss terms.
Five different losses, shown in Figure 4 are employed during training. The residual loss enforces the extended Reynolds equation, requiring initial conditions across the entire domain and boundary conditions for both pressure and cavitation. These boundary and initial conditions are implemented as the second and third losses, respectively. These losses also help prevent the PINN from converging to a solution that satisfies the Reynolds equation mathematically but lacks physical feasibility. The Fischer–Burmeister equation is the fourth loss to model the relation between p and θ . Its loss alone has shown to be insufficient to predict transition areas where the cavitation approaches zero while the pressure approaches non-zero values or vice versa precisely. Therefore, a soft constraint loss is implemented, first used by Rom (see Section 4.4). Since the outputs of the PINN cannot physically be negative, a non-negative activation function is applied in the final layer, ensuring p and θ greater than zero.
Since different losses can vary in magnitude, they must be prioritized. A loss balancing is implemented inspired by previous work by Bischof and Kraus [48]. This loss balancing algorithm, shown in Figure 5, weighs the five losses and adds them up to build the final loss for optimizing the NN.
The hps are summarized in Table 3 for both cases. The parameter learning rate, decay rate, temperature, and saudade expect are utilized for the loss balancing and further explained in [6].

4.3. Training Procedure

Bayesian optimization is used to find adequate hyperparameters (hps). This probabilistic finding of coherence between multiple unknown parameters returns a starting point for further optimization. An overview is shown in Figure 6. Multiple training trials run in an outer loop until promising hps are found. For each training trial, a PINN and the corresponding loss functions are initialized. In the inner loop, predictions of p and θ are evaluated with the current neurons’ weights and biases for a predefined number of epochs. Consequently, the five losses are calculated. Adam optimizer then updates all neurons. Once all epochs are finished, a new trial is started. After finding promising hps, these can be further fine-tuned manually or a longer training session can be started to train a final NN. Training runs are executed on a stand-alone Dell computer with the following specifications: Intel I9 13th-generation processor, 128 GB RAM DDR5, and Nvidia RXT 4090.

4.4. Methods of Refinement

As mentioned in Section 4.2, transition areas of cavitated to non-cavitated locations (or vice versa) need special treatment to predict pressure distributions accurately. Losses that are returned by the Fischer–Burmeister equation alone are usually not high enough to optimize the NN appropriately due to the small magnitude of p and θ in these areas. The soft constraint loss, first introduced by Rom [7], solves this issue by putting extra emphasis on areas below a predefined threshold: once either p t h r e s h or θ t h r e s h is exceeded, the corresponding other value must be zero (see Equation (2)) and therefore the predicted non-zero value is returned as loss. Furthermore, the loss is only normed over previously mentioned transition areas ignoring sectors below the threshold.
With the soft constraints implemented, training trials have sometimes been shown to predict distributions of both p and θ being zero. Though this satisfies the constraints of the Fischer–Burmeister equation (Equation (2)), it does not satisfy the Reynolds equation. Therefore, the NN’s residual loss is increased by a factor of four in areas where the sum of p and θ falls below a threshold ( p + θ ) t h r e s h .
High gradients have also been shown to be hard to predict. This is especially true for θ x . Therefore, new collocation points n cp_added are added to the domain in case absolute values of the θ -gradient exceed a certain threshold. These updates are triggered after a primary training period, and the NN can predict qualitative distributions. The process can be repeated every n epoch.

5. Results

The following chapter presents predictions for the two test cases. As mentioned earlier, the cavity fraction is equal to 0.5 at both domain boundaries for both cases, and pressure, therefore, is supposed to be zero at these locations. Plots of predicted pressure and cavity fraction with the validation data from the DDS are shown for the four different time steps t = [ 0 , 0.33 , 0.66 , 1 ] . For each time step, the position of the seal and the film height are plotted as well. Note that the film height is not an individually predicted output of the NN but rather the result of h lubricant = ( 1 θ ) h .
Ranges of the computed domain are x = [ 0 , 1 ] and t = [ 0 , 1 ] . The seal’s geometry is kept the same throughout this study.

5.1. Transient Cavitation

For the first case, the vertical velocity of the seal v h is set to zero. All parameters can be seen in Table 4. Predicted distributions are shown in Figure 7, Figure 8, Figure 9 and Figure 10.

5.2. Transient Cavitation with Sealing Movement

The second test case models a vertical retracting movement of the seal. The housing still moves horizontally but 33 % slower than in the first test case. Simulation parameters can be seen in Table 5. The distributions are shown in Figure 11, Figure 12, Figure 13 and Figure 14.

6. Discussion

6.1. Transient Cavitation

Computing a test case with transient cavitation, the PINN accurately predicts the general characteristics of the pressure and cavitation distribution. The magnitude and location of the pressure peaks are correctly evaluated, with averaged errors (over all time steps) for pressure and cavitation at 1.81 % and 0.025 % , respectively. Since changes in cavity fraction and film height do not occur instantly. Consequently, the two test cases are transient, meaning each time step depends on the previous one. Therefore, an initial condition is needed to compute a well-posed PDE. Note how the PINN handles this temporal dependence, with the pressure peak growing in magnitude and width.
Since the counter surface moves to the right, lubricant is impounded to the left of the seal. To its right, the film height decreases, creating a region of cavitation. The presented film height at a position x is the sum of all lubricated fractions at that position. It is assumed for modeling that at each position with θ > 0 , half of the lubricant sticks on the seal (top) and the other half on the counter surface (bottom). The plots do not contain any information on what part of the lubricant sticks on the bottom or top of the seal.

6.2. Transient Cavitation with Sealing Movement

The seal is slowly moved away from the counter surface in the second test case. All considered variables are non-zero. With suitable SC settings, an adequate general convergence can be achieved. The magnitude and location of the pressure peak are close to the simulated rigid DDS data in all time steps, with the averaged error being 0.34 % and 0.01 % for pressure and cavitation, respectively. A greater deviation can be observed in x = 0.15 and x = 0.85 , where the lubricant is impounded or transitions into a steady fluid film height, respectively. The sudden change in θ -gradient seems hard to fit. Especially in the last step, the cavity fraction diverts from the simulated ifas-DDS data (with an average error of 0.2 % ).
Soft constraint settings highly influence the position of pressure peaks. Since only first- and second-order derivatives of the pressure are computed, the positions of the start and end of the pressurized area highly influence the peak’s overall magnitude. From experience gathered during multiple training trials, it can be said that values of p thresh and θ thresh should be close together to ensure the pressurized area to be predicted at the right x-position. Values that are too close together showed no plausible pressure distributions at all. Pressure values are zero for the whole domain (which also satisfies the Fischer–Burmeister equation (Equation (2))): A good trade-off was found to be p thresh θ thresh = 0.019 0.015 . Note that the ratio and, more importantly, the absolute values need to be tuned, as shown in the unreduced fraction.
Hydrodynamic predictions calculated by the PINN take about 4–8 ms of execution time, while the iterative solution from the DDS takes about 1.2 s for the same test case. This demonstrates that PINNs have the potential to accelerate hydrodynamic calculations by a factor of 300. The significance of this speed-up becomes even more pronounced when pressure-dependent deformation is considered, as the interdependence of deformation and pressure necessitates an additional iterative loop, further emphasizing the importance of execution duration.

7. Conclusions

This work demonstrates the ability of PINNs to solve dynamic height changes and cavitation modeling tasks governed by the Reynolds equation. These networks can compute the pressure distribution and cavity fraction within sealing contacts in a fraction of a second, achieving a speed-up factor of up to 300 compared to traditional numerical solvers. The paper begins with an introduction to hydrodynamic lubrication, followed by an explanation of PINNs and their application in solving variants of the Reynolds equation. Subsequently, the scenarios investigated are presented. Firstly, a transient cavitation scenario without sealing movement and, secondly, a transient cavitation scenario with sealing movement, along with the training procedures for the PINNs, are detailed.
Regarding pressure, the shown PINNs accurately compute the distribution and boundaries verified using the rigid DDS model. In the second scenario, the determination of cavitation demonstrates adequate agreement within the cavitation region. For regimes where the pressure and cavitation regions switch, the PINNs can locate these transitions and compute the desired values with sufficient accuracy. The presented PINNs have shown their capability of computing high gradients, and the introduced soft constraints offer further potential for enhancing accuracy in these areas. The results of this study represent an advancement in the field of lubricated contact simulations, illustrating a PIML approach to accelerate hydrodynamic lubrication computations with minimal to no loss in accuracy.
Future work will incorporate flow factors and roughness to address rough surface scenarios within the PINN framework. Recent research demonstrated that the PINN can solve the averaged Reynolds for different rough and textured surfaces [45], thus indicating the successful application of PINNs for the complete average Reynolds equation with rough surfaces. Additionally, soft constraints will be further investigated to enhance accuracy in high-gradient regions. Eventually, the framework will be applied to solve elastohydrodynamic problems by accounting for deformation and friction within the investigated system.

Author Contributions

F.B.-P. and N.B.; data curation, F.B.-P. and F.B.; formal analysis, F.B.-P., F.B., N.P., M.T. and N.B.; funding acquisition, F.B.-P., N.B. and K.S.; investigation, F.B.-P., F.B., N.P., M.T. and N.B.; methodology, F.B.-P., F.B. and N.P.; project administration, F.B.-P.; resources, F.B.-P., F.B., N.P., M.T., N.B. and K.S.; software, F.B.-P., F.B., N.P. and M.T.; supervision, F.B.-P. and K.S.; validation, F.B.-P. and F.B.; visualization, F.B.-P. and F.B.; writing—original draft, F.B.-P. and F.B.; writing—review and editing, F.B.-P., F.B., N.B. and K.S. All authors have read and agreed to the published version of the manuscript.

Funding

The authors thank the Research Association for Fluid Power of the German Engineering Federation VDMA (Verband Deutscher Maschinen- und Anlagenbau, grant number 7058400) for its financial support. Special gratitude is expressed to the participating companies and their representatives in the accompanying industrial committee for their advisory and technical support.

Data Availability Statement

The datasets presented in this article are not readily available because the data are part of an ongoing study.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ADAutomatic differentiation
AdamAdaptive moment estimation
BCBoundary condition
DDSDynamic Description of Sealings
EHLElastohydrodynamic lubrication
HDHydrodynamic
hpHyperparameter
ICInitial condition
ifasInstitute for Fluid Power Drives and Systems
JFOJakobsson–Floberg–Olsson
MSEMean squared error
NNNeural network
PDEPartial differential equation
PINNPhysics-informed neural network
PIMLPhysics-informed machine learning
ReLURectified linear unit
SSSwift–Stieber

Nomenclature

SymbolDefinitionUnit
hGap height[-]
h l u b Lubrication height[-]
h 1 Height at left end[-]
h 2 Height at right end[-]
h 3 Curvature of sealing[-]
h 4 Position for sealing bend[-]
n t Time collocation points[-]
n x Position collocation points[-]
pHydrodynamic pressure[-]
p b , l , r Pressure boundary condition for left and right boundary     [-]
p l , r Pressure at the left and right boundary[-]
p t h r e s Pressure threshold for soft constraints[-]
R q Root mean squared contact surface roughness[-]
tTime[-]
vVelocity of counter surface[-]
v h Velocity of sealing[-]
xAxial coordinate[-]
x b Position of sealing bend[-]
x l Left end of geometry[-]
x r Right end of geometry[-]
η Fluid viscosity[-]
θ Cavity friction[-]
θ t h r e s Cavitation threshold for soft constraints[-]
ρ Fluid density[-]
Φ p Pressure flow factors[-]
Φ τ Shear flow factors[-]
p x , t Partial derivative of pressure with regards to time and position[-]

References

  1. Brumand-Poor, F.; Bauer, N.; Plückhahn, N.; Thebelt, M.; Woyda, S.; Schmitz, K. Extrapolation of Hydrodynamic Pressure in Lubricated Contacts: A Novel Multi-Case Physics-Informed Neural Network Framework. Lubricants 2024, 12, 122. [Google Scholar] [CrossRef]
  2. Angerhausen, J.; Woyciniuk, M.; Murrenhoff, H.; Schmitz, K. Simulation and experimental validation of translational hydraulic seal wear. Tribol. Int. 2019, 134, 296–307. [Google Scholar] [CrossRef]
  3. Bauer, N.; Rambaks, A.; Müller, C.; Murrenhoff, H.; Schmitz, K. Strategies for Implementing the Jakobsson-Floberg-Olsson Cavitation Model in EHL Simulations of Translational Seals. Int. J. Fluid Power 2021, 22, 199–232. [Google Scholar] [CrossRef]
  4. Bauer, N.; Sumbat, B.; Feldmeth, S.; Bauer, F.; Schmitz, K. Experimental determination and EHL simulation of transient friction of pneumatic seals in spool valves. In Proceedings of the Sealing Technology—Old School and Cutting Edge: International Sealing Conference: 21st ISC, Stuttgart, Germany, 12–13 October 2022; pp. 503–522. [Google Scholar]
  5. Almqvist, A. Fundamentals of Physics-Informed Neural Networks Applied to Solve the Reynolds Boundary Value Problem. Lubricants 2021, 9, 82. [Google Scholar] [CrossRef]
  6. Brumand-Poor, F.; Bauer, N.; Plückhahn, N.; Schmitz, K. Fast Computation of Lubricated Contacts: A Physics-Informed Deep Learning Approach. Int. J. Fluid Power 2024, 19, 1–12. [Google Scholar] [CrossRef]
  7. Rom, M. Physics-informed neural networks for the Reynolds equation with cavitation modeling. Tribol. Int. 2023, 179, 108141. [Google Scholar] [CrossRef]
  8. Rimon, M.T.I.; Hassan, M.F.; Lyathakula, K.R.; Cesmeci, S.; Xu, H.; Tang, J. A Design Study of an Elasto-Hydrodynamic Seal for sCO2 Power Cycle by Using Physics Informed Neural Network. In Proceedings of the ASME Power Applied R&D 2023, Long Beach, CA, USA, 6–8 August 2023; American Society of Mechanical Engineers: New York, NY, USA, 2023. [Google Scholar] [CrossRef]
  9. Patir, N.; Cheng, H.S. An Average Flow Model for Determining Effects of Three-Dimensional Roughness on Partial Hydrodynamic Lubrication. J. Lubr. Technol. 1978, 100, 12–17. [Google Scholar] [CrossRef]
  10. Patir, N.; Cheng, H.S. Application of Average Flow Model to Lubrication Between Rough Sliding Surfaces. J. Lubr. Technol. 1979, 101, 220–229. [Google Scholar] [CrossRef]
  11. Woloszynski, T.; Podsiadlo, P.; Stachowiak, G.W. Efficient Solution to the Cavitation Problem in Hydrodynamic Lubrication. Tribol. Lett. 2015, 58, 18. [Google Scholar] [CrossRef]
  12. Marian, M.; Tremmel, S. Current Trends and Applications of Machine Learning in Tribology—A Review. Lubricants 2021, 9, 86. [Google Scholar] [CrossRef]
  13. Paturi, U.M.R.; Palakurthy, S.T.; Reddy, N.S. The Role of Machine Learning in Tribology: A Systematic Review. Arch. Comput. Methods Eng. 2023, 30, 1345–1397. [Google Scholar] [CrossRef]
  14. Sadık Ünlü, B.; Durmuş, H.; Meriç, C. Determination of tribological properties at CuSn10 alloy journal bearings by experimental and means of artificial neural networks method. Ind. Lubr. Tribol. 2012, 64, 258–264. [Google Scholar] [CrossRef]
  15. Kanai, R.A.; Desavale, R.G.; Chavan, S.P. Experimental-Based Fault Diagnosis of Rolling Bearings Using Artificial Neural Network. J. Tribol. 2016, 138, 031103. [Google Scholar] [CrossRef]
  16. Canbulut, F.; Yildirim, Ş.; Sinanoğlu, C. Design of an Artificial Neural Network for Analysis of Frictional Power Loss of Hydrostatic Slipper Bearings. Tribol. Lett. 2004, 17, 887–899. [Google Scholar] [CrossRef]
  17. Hess, N.; Shang, L. Development of a Machine Learning Model for Elastohydrodynamic Pressure Prediction in Journal Bearings. J. Tribol. 2022, 144, 081603. [Google Scholar] [CrossRef]
  18. Velioglu, M.; Mitsos, A.; Dahmen, M. Physics-Informed Neural Networks (PINNs) for Modeling Dynamic Processes Based on Limited Physical Knowledge and Data. In Proceedings of the 2023 AIChE Annual Meeting, Orlando, FL, USA, 5–10 November 2023. [Google Scholar]
  19. Psichogios, D.C.; Ungar, L.H. A hybrid neural network–first principles approach to process modeling. AIChE J. 1992, 38, 1499–1511. [Google Scholar] [CrossRef]
  20. Su, H.T.; Bhat, N.; Minderman, P.A.; McAvoy, T.J. Integrating Neural Networks with First Principles Models for Dynamic Modeling. IFAC Proc. Vol. 1992, 25, 327–332. [Google Scholar] [CrossRef]
  21. Kahrs, O.; Marquardt, W. The validity domain of hybrid models and its application in process optimization. Chem. Eng. Process. Process. Intensif. 2007, 46, 1054–1066. [Google Scholar] [CrossRef]
  22. Marian, M.; Tremmel, S. Physics-Informed Machine Learning—An Emerging Trend in Tribology. Lubricants 2023, 11, 463. [Google Scholar] [CrossRef]
  23. Nabian, M.A.; Meidani, H. Physics-Driven Regularization of Deep Neural Networks for Enhanced Engineering Design and Analysis. J. Comput. Inf. Sci. Eng. 2020, 20, 436. [Google Scholar] [CrossRef]
  24. Hornik, K.; Stinchcombe, M.; White, H. Multilayer feedforward networks are universal approximators. Neural Netw. 1989, 2, 359–366. [Google Scholar] [CrossRef]
  25. Cybenko, G. Approximation by superpositions of a sigmoidal function. Math. Control. Signals, Syst. 1989, 2, 303–314. [Google Scholar] [CrossRef]
  26. Lee, H.; Kang, I.S. Neural algorithm for solving differential equations. J. Comput. Phys. 1990, 91, 110–131. [Google Scholar] [CrossRef]
  27. Lagaris, I.E.; Likas, A.; Fotiadis, D.I. Artificial Neural Networks for Solving Ordinary and Partial Differential Equations. IEEE Trans. Neural Netw. 1998, 9, 987–1000. [Google Scholar] [CrossRef]
  28. Owhadi, H. Bayesian Numerical Homogenization. Multiscale Model. Simul. 2015, 13, 812–828. [Google Scholar] [CrossRef]
  29. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Inferring solutions of differential equations using noisy multi-fidelity data. J. Comput. Phys. 2017, 335, 736–746. [Google Scholar] [CrossRef]
  30. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Machine learning of linear differential equations using Gaussian processes. J. Comput. Phys. 2017, 348, 683–693. [Google Scholar] [CrossRef]
  31. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Numerical Gaussian Processes for Time-dependent and Non-linear Partial Differential Equations. SIAM J. Sci. Comput. 2018, 40, A172–A198. [Google Scholar] [CrossRef]
  32. Raissi, M.; Karniadakis, G.E. Hidden physics models: Machine learning of nonlinear partial differential equations. J. Comput. Phys. 2018, 357, 125–141. [Google Scholar] [CrossRef]
  33. Cuomo, S.; Di Cola, V.S.; Giampaolo, F.; Rozza, G.; Raissi, M.; Piccialli, F. Scientific Machine Learning Through Physics–Informed Neural Networks: Where we are and What’s Next. J. Sci. Comput. 2022, 92, 88. [Google Scholar] [CrossRef]
  34. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations. arXiv 2017, arXiv:1711.10561. [Google Scholar]
  35. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics Informed Deep Learning (Part II): Data-driven Discovery of Nonlinear Partial Differential Equations. arXiv 2017, arXiv:1711.10566. [Google Scholar]
  36. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations. J. Comput. Phys. 2019, 378, 686–707. [Google Scholar] [CrossRef]
  37. Antonelo, E.A.; Camponogara, E.; Seman, L.O.; Souza, E.R.d.; Jordanou, J.P.; Hubner, J.F. Physics-Informed Neural Nets for Control of Dynamical Systems. Neurocomputing 2024, 579, 127419. [Google Scholar] [CrossRef]
  38. Cai, S.; Mao, Z.; Wang, Z.; Yin, M.; Karniadakis, G.E. Physics-informed neural networks (PINNs) for fluid mechanics: A review. Acta Mech. Sin. 2021, 37, 1727–1738. [Google Scholar] [CrossRef]
  39. Baydin, A.G.; Pearlmutter, B.A.; Radul, A.A.; Siskind, J.M. Automatic differentiation in machine learning: A survey. J. Mach. Learn. Res. 2018, 18, 1–43. [Google Scholar]
  40. Yadav, S.K.; Thakre, G. Solution of Lubrication Problems with Deep Neural Network. In Advances in Manufacturing Engineering; Dikshit, M.K., Soni, A., Davim, J.P., Eds.; Lecture Notes in Mechanical Engineering; Springer Nature: Singapore, 2023; pp. 471–477. [Google Scholar] [CrossRef]
  41. Li, L.; Li, Y.; Du, Q.; Liu, T.; Xie, Y. ReF-nets: Physics-informed neural network for Reynolds equation of gas bearing. Comput. Methods Appl. Mech. Eng. 2022, 391, 114524. [Google Scholar] [CrossRef]
  42. Zhao, Y.; Guo, L.; Wong, P.P.L. Application of physics-informed neural network in the analysis of hydrodynamic lubrication. Friction 2023, 11, 1253–1264. [Google Scholar] [CrossRef]
  43. Cheng, Y.; He, Q.; Huang, W.; Liu, Y.; Li, Y.; Li, D. HL-nets: Physics-informed neural networks for hydrodynamic lubrication with cavitation. Tribol. Int. 2023, 188, 108871. [Google Scholar] [CrossRef]
  44. Xi, Y.; Deng, J.; Li, Y. A new method to solve the Reynolds equation including mass-conserving cavitation by physics informed neural networks (PINNs) with both soft and hard constraints. Friction 2024, 12, 1165–1175. [Google Scholar] [CrossRef]
  45. Brumand-Poor, F.; Barlog, F.; Plückhahn, N.; Thebelt, M.; Schmitz, K. Advancing Lubrication Calculation: A Physics-Informed Neural Network Framework for Transient Effects and Cavitation Phenomena in Reciprocating Seals. In Proceedings of the 22nd International Sealing Conference, Stuttgart, Germany, 1–2 October 2024. [Google Scholar]
  46. Brumand-Poor, F.; Rom, M.; Plückhahn, N.; Schmitz, K. Physics-Informed Deep Learning for Lubricated Contacts with Surface Roughness as Parameter. In Proceedings of the 63. Tribologie-Fachtagung 2022, Göttingen, Germany, 26–28 September 2022. [Google Scholar]
  47. Ramos, D.J.; Cunha, B.Z.; Daniel, G.B. Evaluation of physics-informed neural networks (PINN) in the solution of the Reynolds equation. J. Braz. Soc. Mech. Sci. Eng. 2023, 45, 568. [Google Scholar] [CrossRef]
  48. Bischof, R.; Kraus, M. Multi-Objective Loss Balancing for Physics-Informed Deep Learning. CoRR 2022, preprint. [Google Scholar] [CrossRef]
Figure 1. Schematic illustration of a physics-informed neural network [1].
Figure 1. Schematic illustration of a physics-informed neural network [1].
Lubricants 12 00365 g001
Figure 2. Investigated geometry with sealing and housing.
Figure 2. Investigated geometry with sealing and housing.
Lubricants 12 00365 g002
Figure 3. PINN used in this study.
Figure 3. PINN used in this study.
Lubricants 12 00365 g003
Figure 4. Loss calculation.
Figure 4. Loss calculation.
Lubricants 12 00365 g004
Figure 5. Loss balancing.
Figure 5. Loss balancing.
Lubricants 12 00365 g005
Figure 6. Training procedure during Bayesian optimization.
Figure 6. Training procedure during Bayesian optimization.
Lubricants 12 00365 g006
Figure 7. Pressure and cavitation for transient cavitation t = 0 and the film height.
Figure 7. Pressure and cavitation for transient cavitation t = 0 and the film height.
Lubricants 12 00365 g007
Figure 8. Pressure and cavitation for transient cavitation t = 0.33 and the film height.
Figure 8. Pressure and cavitation for transient cavitation t = 0.33 and the film height.
Lubricants 12 00365 g008
Figure 9. Pressure and cavitation for transient cavitation t = 0.66 and the film height.
Figure 9. Pressure and cavitation for transient cavitation t = 0.66 and the film height.
Lubricants 12 00365 g009
Figure 10. Pressure and cavitation for transient cavitation t = 1 and the film height.
Figure 10. Pressure and cavitation for transient cavitation t = 1 and the film height.
Lubricants 12 00365 g010
Figure 11. Pressure and cavitation for transient cavitation with seal movement t = 0 and the film height.
Figure 11. Pressure and cavitation for transient cavitation with seal movement t = 0 and the film height.
Lubricants 12 00365 g011
Figure 12. Pressure and cavitation for transient cavitation with seal movement t = 0.33 and the film height.
Figure 12. Pressure and cavitation for transient cavitation with seal movement t = 0.33 and the film height.
Lubricants 12 00365 g012
Figure 13. Pressure and cavitation for transient cavitation with seal movement t = 0.66 and the film height.
Figure 13. Pressure and cavitation for transient cavitation with seal movement t = 0.66 and the film height.
Lubricants 12 00365 g013
Figure 14. Pressure and cavitation for transient cavitation with seal movement t = 1 and the film height.
Figure 14. Pressure and cavitation for transient cavitation with seal movement t = 1 and the film height.
Lubricants 12 00365 g014
Table 1. Overview of different NNs used in the literature for solving the Reynolds equation. Nomenclature: eccentricity ϵ, angle of attack α, velocity in [x,y] [v,u] and leakage rate Q.
Table 1. Overview of different NNs used in the literature for solving the Reynolds equation. Nomenclature: eccentricity ϵ, angle of attack α, velocity in [x,y] [v,u] and leakage rate Q.
AuthorInputsLayersLayer SizeOutput
Almqvist [5]x110p
Cheng et al. [43]x, y620p
Hess et al. [17] h ( x , y ) 6three-dim, see paperp
Ramos et al. [47] x , y , ϵ , α 7(4, 12, 50, 50, 25, 12, 1)p
x , y , ϵ , α , u , v 6(6, 15, 60, 60, 15, 1)p
Rimon et al. [8]x430 p , Q
Rom [7] x , y 620 p , θ
x , y , e r e l 620 p , θ
Xi et al. [44]x364 p , θ
Zhao et al. [42] x , y 2, 3 and 416, 32p
Table 2. Overview of test cases.
Table 2. Overview of test cases.
Scenario . . t vBoundary ConditionsGap Geometry
Transient Cavitation θ t 0 0.3 p l e f t = 0 Lubricants 12 00365 i001
p r i g h t = 0
h t = 0 θ l e f t = 0.5
θ r i g h t = 0.5
Transient Cavitation with Sealing Movement θ t 0 0.2 p l e f t = 0 Lubricants 12 00365 i002
p r i g h t = 0
h t 0 θ l e f t = 0.5
θ r i g h t = 0.5
Table 3. Hyperparameters for both cases.
Table 3. Hyperparameters for both cases.
HyperparameterTransient CavitationTransient Cavitation with Sealing Movement
Number of Layers77
Layer[20, 20, 20, 20, 20, 20, 20][20, 20, 20, 20, 20, 20, 20]
Activation Function[gelu, elu, swish, softplus, gelu, gelu, sigmoid][swish, elu, sigmoid, tanh, sigmoid, softplus, sigmoid]
Epochs 1 × 10 5 1 × 10 5
Learning Rate 3.246 × 10 4 1.3536 × 10 4
Decay Rate0.980530.46943
Temperature 1.6092 × 10 6 0.16175
Saudade Expect 0.032197 0.29002
Table 4. Parameters—transient cavitation.
Table 4. Parameters—transient cavitation.
VariableValueVariableValue
n x 400 h lubricant 0.5
n t 10 p thresh 0.015
p left , p right 0 , 0 θ thresh 0.05
θ left , θ right 0.5 , 0.5 ( p + θ ) thresh 0.001
v h 0 ( θ x ) thresh 15
v rel 0.3 n cp_added 10
h[1, 1, 3, 0]
Table 5. Parameters—transient cavitation with vertical sealing movement.
Table 5. Parameters—transient cavitation with vertical sealing movement.
VariableValueVariableValue
n x 400 h lubricant 0.5
n t 10 p thresh 0.019
p left , p right 0 , 0 θ thresh 0.015
θ left , θ right 0.5 , 0.5 ( p + θ ) thresh 0.004
v h 0.03 ( θ x ) thresh 5
v rel 0.2 n cp_added 5
h[1, 1, 3, 0]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Brumand-Poor, F.; Barlog, F.; Plückhahn, N.; Thebelt, M.; Bauer, N.; Schmitz, K. Physics-Informed Neural Networks for the Reynolds Equation with Transient Cavitation Modeling. Lubricants 2024, 12, 365. https://doi.org/10.3390/lubricants12110365

AMA Style

Brumand-Poor F, Barlog F, Plückhahn N, Thebelt M, Bauer N, Schmitz K. Physics-Informed Neural Networks for the Reynolds Equation with Transient Cavitation Modeling. Lubricants. 2024; 12(11):365. https://doi.org/10.3390/lubricants12110365

Chicago/Turabian Style

Brumand-Poor, Faras, Florian Barlog, Nils Plückhahn, Matteo Thebelt, Niklas Bauer, and Katharina Schmitz. 2024. "Physics-Informed Neural Networks for the Reynolds Equation with Transient Cavitation Modeling" Lubricants 12, no. 11: 365. https://doi.org/10.3390/lubricants12110365

APA Style

Brumand-Poor, F., Barlog, F., Plückhahn, N., Thebelt, M., Bauer, N., & Schmitz, K. (2024). Physics-Informed Neural Networks for the Reynolds Equation with Transient Cavitation Modeling. Lubricants, 12(11), 365. https://doi.org/10.3390/lubricants12110365

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop