Abstract

This paper analyzed the three-dimensional (3D) condensation film problem over an inclined rotating disk. The mathematical model of the problem is governed by nonlinear partial differential equations (NPDE’s), which are reduced to the system of nonlinear ordinary differential equations (NODE’s) using a similarity transformation. Furthermore, the system of NODEs is solved by the supervised machine learning strategy of the nonlinear autoregressive exogenous (NARX) neural network model with the Levenberg–Marquardt algorithm. The dimensionless profiles of velocity, acceleration, and temperature are investigated under the effect of variations in the Prandtl number and normalized thickness of the film. The results demonstrate that increasing the Prandtl number causes an increase in the fluid’s temperature profile. The solutions obtained by the proposed algorithm are compared with the state-of-the-art techniques that show the accuracy of the approximate solutions by NARX-BLM. The mean percentage errors in the results by the proposed algorithm for , , , , and are , , , , and , respectively. The values of performance indicators, such as mean square error and absolute errors, are approaching zero. Thus, it validates the worth and efficiency of the design scheme.

1. Introduction

The liquid condensate removal from cooled, saturated vapors is of immense significance in various domains of engineering, such as coating and cooling with spray, and the mechanisms of chemical vapor accumulation are widely used in the production of thin film in semiconductor industries. Many researchers have conducted a well-known study to investigate the physical model and heat transfer of the fluid with different conditions. Nusselt [1], in 1916, studied the condensation over a vertical plate that formed the basis for many researchers to study the condensation of different fluid problems. Nusselt’s solution was developed by Koh et al. [2] under the consideration of convective terms, inertia, and vapor resistance in the condensation of fluid flow. The condensation of the rotating disk in steady vapor with a large volume is studied by Sparrow et al. [3]. They extended the idea of Karman V. [4] on the rotating disk, in which the Navier–Stokes equations are transformed into the set of nonlinear ordinary differential equations (NODE’s) and solved numerically for the solutions corresponding to different values of finite film thickness. Becket et al. [5] and Chary and Sarma [6] further broadened the work of Nusselt by adding vapor drag and suction on the plate.

The flow of a liquid film is made of condensing liquid on a disc and is nonlinear in nature. Generally, finding the exact and analytical solutions to such a problem is a difficult task. Different researchers have adopted various methods to find a solution for the three-dimensional condensation film problem. The governing model of the 3D flow of fluid is transformed into a set of nonlinear differential equations by Wang C. Y. [7] using the similarity transformation and solving the problem using the perturbation method. Several other techniques are used to solve the condensation film problem, such as homotopy analysis method (HAM) [8], homotopy perturbation method (HAM) [9, 10], classical Runge–Kutta and shooting method [11], extended optimal homotopy asymptotic method (EOHAM) [12], variational iteration method (VIM) [13], control volume finite element method (CVFEM) [14], differential transformation method (DTM) [15], spectral quasi linearization method (SQLM) [16], optimal homotopy analysis method (OHAM) [17], variation of parameter method (VPM) [18], and Akbari-Ganji method (AGM) [19].

In this paper, a liquid film created by the condensing fluid on a revolving disc under the centrifugal and gravitational forces is considered. A supervised learning technique is proposed to solve the system of NODE’s effectively. The classical numerical approaches mostly convert the governing equations comprising partial differential equations into a discretized model that appears in the form of a set of algebraic linear or nonlinear equations. To solve a set of algebraic equations, considerable computational time and memory requirements are needed by direct solvers. In addition, such techniques are gradient-based methods with deterministic approaches. To overcome these drawbacks, artificial intelligence-based supervised learning techniques are designed that are free of gradient and only require the essential initial parameter and terminal conditions for execution. Some recent applications of the stochastic techniques include the solutions for the saturation of water and oil [20], absorption of carbon dioxide [21], the corneal model for eye surgery [22], and the temperature distribution of conductive-convective and radiative fins [23]. These facts inspire authors to explore and incorporate the intelligent strength of artificial neural networks to solve the problem formed by the condensation of 3D-fluid flow on a rotating disk. The novel contributions of the presented study are summarized as follows:(i)The problem of a three-dimensional (3D) condensation layer over an inclined rotating disc is investigated in this article. The governing mathematical model of the problem is given by nonlinear partial differential equations (PDE’s), which are transformed into the set of nonlinear ordinary differential equations (ODE’s) using similarity transformations.(ii)The dimensionless profiles of velocity, acceleration, and temperature of the problem are investigated under the effect of variations in the Prandtl number and normalized thickness by developing a supervised machine learning strategy using NARX neural networks with the backpropagated Levenberg–Marquardt algorithm.(iii)The accuracy of the results obtained by the design algorithm is measured by comparison with the state-of-the-art techniques.(iv)The results of mean percentage errors and performance indicators in terms of mean square error (RMSE), mean absolute deviations (MAD), absolute errors (AE), error in Nash Sutcliffe efficiency (ENSE), and Theil’s inequality coefficient (TIC) are defined to validate the worth and accuracy of the design algorithm.

2. Problem Formulation

Figure 1 illustrates the rotating disk with an angular velocity that is inclined at an angle with a horizontal axis. A film of fluid with thickness is formed by spraying on the disk with a velocity . It is assumed that the film thickness is negligible as compared to the radius of the disk, and therefore, the end effects are ignored. and denote the temperatures on the disk and film surface, respectively. The ambient pressure on the film surface is assumed to be the function of . The problem is expressed mathematically in the coordinate system , with the z axis being the rotation axis. The continuity, momentum, and energy equation after neglecting the viscous dissipation can be written as [7, 8] follows:, and are the components of velocity in , and directions. is the temperature. , , and are the thermal diffusion, density, and kinematic viscosity of the fluid. For boundary conditions, zero shear stress on the surface of the film and zero slip on the disk are assumed. Thus, the boundary conditions (B.C) are given as follows:

In 2007, Wang C. Y. [7] introduced a transformation for the abovementioned problem, which is as follows:where is defined asand (1) is satisfied identically using the above transformation in (2) and (4), which can be written as

Temperature is assumed as a function of alone, and therefore, (5) can be written aswhere is the Prandtl number. Boundary conditions for equations (9)–(13) are defined as follows:where is the normalized thickness, which is also defined using the spraying velocity or condensation as,

After the flow field is found, various quantities of the fluid flow can be measured. Integrating (4) will result in the desired equation for pressure distribution of the fluid, which is given as follows:

If the force on the net area along and directions are normalized by , then it is equal to the values of and , respectively.

3. Design Methodology

3.1. Artificial Neural Networks and NARX Model

Before the 1980s, the linear parametric autoregressive (AR), the moving average (MA), and the autoregressive moving average (ARMA) were the most common approaches used by researchers to handle different types of problems [24]. These models were linear and could not be used to forecast nonlinear time-series problems. In addition, artificial neural networks (ANNs) have attracted a lot of attention because of their nonlinear and nonparametric characteristics. ANN’s models are adaptive approaches based on data that can learn a system’s nonlinear behavior from its historical data without having any prior knowledge of the problem. They are universal approximators for functions. Some recent applications of ANN can be found in [25]. The above-mentioned articles motivate the authors to extend the idea of ANNs to solve a nonlinear problem arising in various fields. The NARX model is a nonlinear version of the autoregressive exogenous (ARX) model that has been widely used in various applications and for modeling a variety of nonlinear dynamical systems. The NARX model is a time-series prediction model based on artificial neural networks. It learns a system’s behavior more effectively than other NN’s (i.e., the learning gradient method in NARX is superior). Compared to other neural networks, it converges much faster and generalizes the solutions in a much better way [26].

The multilayered perceptron (MLP) architecture underpins the NARX model [27] because of its versatility and simplicity. It is one of the most widely utilized ANN models. Input, hidden, and output layers are present in the MLP and NARX models, however, the NARX model includes the time history of the output signal as one of the inputs. The present input signal and its time history serve as the model’s other inputs. The number of output neurons and variables in the problem is equal. Let be a nonlinear mapping function of NARX. It relates the input and output of the system by (17), and represent the input and output of a system. and are the maximum lags for input and output, respectively. is a noise or prediction error.

3.2. Learning Strategy and Performance Measures

Based on the representation of the NARX neural network model by equation (17), a data set of inputs and outputs are presented to the model during the training phase. A reference solution of 1001 points for the different cases of the 3D condensation film problem is generated using the Runge–Kutta method (RK-4) with the “NDSolve” package in mathematica. After that, an MLP is created with “nntool” in MATLAB using multiple layers of interconnected neurons with one or more hidden layers and nodes, which are connected in a feed-forward manner between the input and output layers, as shown in Figure 2. The predicted output of the multilayered perceptron is given as is the input element of a model, and are biased terms in the hidden and output layers. and represent the synaptic weights that connect the input to the hidden and the hidden to the output layers. and represent the activation functions. In this study, the Log-Sigmoid activation function is used for neurons in the input and output layers. Once the number of weights is determined, a conventional training algorithm, such as the backpropagated Levenberg–Marquardt (BLM) algorithm, can be directly applied. To avoid the overfitting of data during the training phase, of the data is reserved for cross-validation and testing. The flow chart of the problem and working strategy of the NARX-BLM algorithm is shown in Figure 3.

To examine the accuracy and effectiveness of the results obtained by the NARX-BLM algorithm for the 3D condensation film problem, performance indices are defined in terms of mean square error (MSE), mean absolute deviations (MAD), absolute errors (AE), root mean square error (RMSE), error in Nash Sutcliffe efficiency (ENSE), and Theil’s inequality coefficient (TIC). Mathematical forms of these indices are given as follows:where , , and denote the approximate, reference, and mean solution at input. denotes the number of grid points. For perfect modeling of the solutions, the desired values of AE, MAD, MSE, RMSE, and ENSE are equal to zero, while the value NSE is one.

4. Numerical Experimentation and Discussion

In this section, an artificial intelligence-based machine leaning algorithm is implemented to study the dimensionless profiles of velocity, acceleration, and temperature of the 3D condensation film problem with an inclined rotating disk under the effect of variations in the Prandtl number and Normalized thickness.

Approximate solutions obtained by the proposed technique for the displacement and velocity profiles of the liquid are shown in Figure 4. Table 1 shows the comparison of the exact solutions with approximate solutions for , and . Table 2 shows that the results obtained by the NARX-BLM algorithm overlaps the exact and Akbari–Ganji method solutions with minimum absolute errors (AE) that lie around to , to , to , to , and to . The mean percentage error in the approximate solutions by the NARX-BLM algorithm are , , , , respectively. These facts demonstrates the accuracy of the solutions when compared with state-of-the-art techniques, such as homotopy perturbation method [9], differential transformation method (DTM) [15], and Akbari–Ganji’s method [19]. The sensitivity analysis of the design algorithm in terms of different activation functions (Log-Sigmoid and Tangent Hyperbolic) and for different number of hidden neurons (n) in the NARX structure are shown in Tables 3 and 4. The results show that the convergence speed of solutions with Log-sigmoid is much higher than other activation functions.

Effect of variations in the Prandtl number on the temperature profile of the fluid are illustrated in Figure 5(a). It can be seen that the normalized temperature profile for different liquid metals starting from sodium, water, and other higher fluids increases with an increase in the Prandtl number . Figure 5(b) illustrates the normalized shear stress along the and axis with different normalized film thickness . When film thickness increases, increases linearly with high intensity than . Figure 6(a) shows the results of and against . The results shows that has a maximum value of 0.7085 at and asymptotic to the value at 0.51023. In addition, possesses a minimum value at and asymptotic to the value at .

Furthermore, to validate the efficiency, accuracy, and robustness of the proposed technique, the NARX-BLM algorithm is executed for multiple runs. The results of the mean absolute deviations (MAD), root mean square error (RMSE), Theil’s inequality coefficient (TIC), and error in Nash Sutcliffe efficiency (ENSE) in terms of minimum (min), mean, and standard deviations (std.) with different activation functions and the number of neuron architecture of NARX are given in Table 5. The minimum value of MAD, ENSE, RMSE, and TIC with Log-Sigmoid function for , , , , and lies around to , to , to , to , and to , respectively. The results of the mean square error and gradient for solutions in equations (9)–(13) are given in Table 6. It can be seen that the results obtained with log-sigmoid activation function are more accurate than the tan-hyperbolic function. The value of MSE for each function lies around to as shown in Figure 7.

5. Conclusion

The important outcomes of this study are summarized as follows:(i)In this paper, we have analyzed the mathematical model of a three-dimensional (3D) condensation film problem over an inclined rotating disk by incorporating the computational strength of the supervised learning method NARX-BLM.(ii)The designed algorithm is exploited to calculate the numerical solutions for the film problem under the influence of variations in the Prandtl number and normalized thickness.(iii)The results demonstrate that the increase in the Prandtl number causes an increase in the temperature profile of the film. In addition, increases linearly with high intensity than when the film thickness increases.(iv)The results obtained by the design algorithm are compared with state-of-the-art techniques, such as the Runge–Kutta method (RK-4), homotopy perturbation method, differential transformation method (DTM), and Akbari–Ganji’s method. The statistics of mean percentage error in solutions by the NARX-BLM algorithm establishes the accuracy of the design algorithm.(v)Extensive graphical, statistical, and sensitivity analyses are conducted based on performance measures, such as MAD, ENSE, TIC, RMSE, and MSE, which show that the design algorithm is smooth, easy, and efficient for calculating the solutions to real-world problems.

Data Availability

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.