Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
Next Article in Journal
Modeling and Optimizing Biocontrol in Wines: pH as a Modulator of Yeast Amensalism Interaction
Previous Article in Journal
A Comparison of the Carbon Footprints of Different Digested Sludge Post-Treatment Routes: A Case Study in China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimation of Multiple Parameters in Semitransparent Mediums Based on an Improved Grey Wolf Optimization Algorithm

1
Architectural Engineering Institute, North China Institute of Aerospace Engineering, Langfang 065000, China
2
Harbin Jicheng Automation Equipment Co., Ltd., Harbin 150078, China
*
Author to whom correspondence should be addressed.
Processes 2024, 12(7), 1445; https://doi.org/10.3390/pr12071445
Submission received: 10 May 2024 / Revised: 3 July 2024 / Accepted: 9 July 2024 / Published: 10 July 2024
(This article belongs to the Topic Advanced Heat and Mass Transfer Technologies)

Abstract

:
This work investigates the inverse coupled radiation–conduction problem for estimating thermophysical parameters and source terms by an improved grey wolf optimization (GWO). The transient coupled radiation–conduction heat transfer problem in participating slab media is solved by the finite volume method. The radiative intensities on both boundaries are adopted as known measurement information in the inverse model. To overcome the disadvantages of the original GWO algorithm, an improved grey wolf algorithm (IGWO) is developed by introducing the weight strategy and nonlinear factors. Three benchmark functions are adopted to prove that the IGWO has a faster convergence speed and higher estimation accuracy than the original one. The IGWO is applied to inverse the thermophysical parameters and source terms based on the coupled radiation–conduction model; the results indicate that the IGWO is accurate and effective for estimating refractive index, absorption coefficient, and source terms.

1. Introduction

The coupled radiation–conduction heat transfer (RCHT) in semitransparent media has a wide range of applications in engineering fields, such as combustion and flame propagation, solar photo-thermal conversion, remote sensing, stellar atmosphere detection, atmosphere science, aerospace engineering, fireproof materials, and phase change [1,2,3,4,5,6,7,8,9,10,11]. It is very important and necessary to understand the radiative energy transfer mechanism in these engineering applications, which relies greatly on the accurate knowledge of the optical and thermal parameters of the semitransparent materials. However, in many cases of practical interest, the optical and thermal parameters are commonly not known in advance and cannot be measured directly because it is difficult to probe internal media. To solve this problem, inverse heat transfer analysis is proposed by some scholars and applied in the estimation of the optical and thermal parameters including wall emissivity, scattering albedo, optical thickness, reflection, and absorption coefficients, to name a few [12,13,14,15].
To date, a great quantity of inverse techniques have been proposed and developed. Most of them can be divided into two groups: the gradient-based method (or deterministic algorithm) and the random-search-based method (stochastic-based optimization algorithm). The gradient-based methods, which include the conjugate gradient (CG) method [16] and the Levenberg–Marquardt (LM) method [17], have been applied to solve heat transfer problems. However, they refer to complicated mathematical calculations, and it is difficult to achieve a feasible solution without a reasonable initial value guess [18,19]. Moreover, the objective function must be known for these gradient-based methods. To provide convenient and reliable solutions for inverse heat transfer problems, many scholars turn their attention to random-search-based methods, such as genetic algorithm (GA) [20], ant colony optimization (ACO) [21], particle swarm optimization (PSO) [22], glowworm swarm optimization (GSO) [23], and grey wolf optimization (GWO) [24]. Compared with the gradient-based method, these random-search-based methods have the following advantages: (1) The derivation of the objective function is not necessary; (2) it does not rely on an initial value; (3) the calculations are easy. In a word, the random-search-based method is more competitive than the gradient-based method in solving heat transfer problems.
Inspired by the predation behavior of the grey wolf group, the grey wolf optimization (GWO) was proposed by Mirjalili et al. [24] in 2014. The main idea of the GWO algorithm is the predation behavior of the grey wolf group based on the mechanism of wolf population coordination. The GWO algorithm has the characteristics of a simple structure, few parameters to be adjusted, and easy implementation. In addition, there are linear convergence factors and information feedback mechanisms that can be adjusted adaptively, which keeps the balance between local search ability and global search ability. With these characteristics, the GWO algorithm has great advantages for inverse problems. As far as the author’s knowledge is concerned, the application of the GWO algorithm to inverse problems of the coupled RCHT in semitransparent media has not been reported. In this paper, the feasibility of applying the GWO algorithm to the inverse problems of the coupled RCHT in semitransparent media is discussed. To achieve faster convergence speed and higher accuracy, an improved grey wolf optimization (IGWO) based on a weighting strategy and nonlinear convergence factor is proposed. The population diversity of the initial grey wolf group is increased to some extent by increasing the population size of the grey wolf group. The convergence speed can be greatly improved by the weighting strategy. The linear convergence factor is replaced by the nonlinear convergence factor of the cosine curve to further balance the global search ability. Then, the IGWO is applied to inverse the optical parameters including refractive index, absorption coefficient, and source term based on the coupled radiation–conduction model. The other sections of this paper are organized as follows: The principle and detailed calculation of the basic GWO algorithm and the IGWO algorithm are given in Section 2. The results and discussions of inverse analysis are presented in Section 3. The main conclusions and perspectives are provided in Section 4.

2. GWO Algorithm

2.1. Original GWO Algorithm

The hunting behavior of the grey wolf group in nature is simulated in the original GWO algorithm. Each grey wolf represents a candidate, and the prey represents the sought solution. The group hunting including tracking prey, surrounding prey, and attacking prey is completed by the lowest-ranked ω wolves, which are led by higher-ranking α wolf, β wolf, and δ wolf in this algorithm. The social rank of the grey wolf group is shown in Figure 1. The GWO algorithm is inspired by the group’s hunting behavior, and its mathematical model is established in this section. As shown in Figure 2, the group hunting behavior of grey wolves in the mathematical model can be summarized as surrounding prey, hunting, attacking prey, and searching for prey (exploration).
The prey is tracked by the grey wolf group when it is found, and it will be quickly surrounded. The natural behavior can be expressed as the following mathematical calculations:
a = a ini a fin t max t t max A = 2 a r 1 a C = 2 r 2
D = C X p X
X t + 1 = X p t A D
where aini and afin are the beginning and ending values of the control parameters, respectively, generally take 2 and 0. t is the current number of iterations, and tmax is the maximum number of iterations. a is the convergence factor; the A and C both are coefficient vectors; r1 and r2 are random numbers within [0, 1]. X and Xp are the positions of the grey wolves and the prey, respectively. The distance D between the grey wolves and the prey is defined in Equation (2), while the final position of the grey wolf X(t + 1) is defined in Equation (3).
The prey is surrounded, and its position can be identified by the grey wolves. To simulate the collective hunting behavior of grey wolves, we assume that the α wolf, β wolf, and δ wolf have a better understanding of the potential position of prey. Therefore, the grey wolves with the best fitness value, suboptimal, and third best are the α wolf, β wolf, and δ wolf in each iteration, respectively, and their position information is automatically saved. Then, all the individuals of the grey wolf group are based on these three position information, comprehensively judge the direction in which the individual moves to the prey, and update its position. The updated formula is as follows:
D α = C 1 X α X D β = C 2 X β X D δ = C 3 X δ X
X 1 = X α A D α X 2 = X β A D β X 3 = X δ A D δ
X t + 1 = X 1 + X 2 + X 3 / 3
where the distance between the α wolf, β wolf, and δ wolf and other individuals is represented, respectively, by Dα, Dβ, and Dδ in Equation (4). The current position of the α wolf, β wolf, and δ wolf are represented, respectively, by Xα, Xβ, and Xδ in Equation (4). The calculation formulas in Equation (5) respectively represent the advancement and direction of the ω wolf to the α wolf, β wolf, and δ wolf. The final position of the ω wolf is defined in Equation (6).
When the prey stops moving, the hunting is completed by the grey wolf group through an attack. To simulate the process of approaching prey, the value of a gradually decreases, and the value of the A (Aj) also gradually decreases. The value of a decreases linearly from 2 to 0, and the Aj also varies within [−a, a]. When A j < 1 , the prey is attacked by the grey wolves. In addition, the grey wolves are separated from each other when searching for prey and gather together when attacking prey. The grey wolf can be forced to separate from the prey by A j > 1 , which emphasizes the role of exploration and strengthens the global search ability in the GWO algorithm. Moreover, the value of the C (Cj) is a random value between [0, 2] and can represent the random weight of the individual wolf’s position on the prey. Cj > 1 means that the weight influence is significant, and conversely, the weight influence is small. The flow chart of the GWO algorithm is shown in Figure 3.

2.2. Improved GWO Algorithm

A great number of test functions are applied to test the performance of the GWO algorithm by Mirjalili [24]. According to the test results, it can be concluded that the GWO algorithm has the following disadvantages: (1) Poor population diversity. This is caused by the initial population generation. The population diversity is not guaranteed by randomly initializing. (2) The convergence rate is slower in the later stage, which is caused by the search mechanism of the GWO algorithm. The grey wolf group mainly judges the distance from the prey based on the distance from the α wolf, β wolf, and δ wolf, resulting in a slower convergence rate in the later stage. (3) The GWO algorithm makes it easy to achieve the local optimum because the α wolf does not necessarily represent the best global solution. In constant iteration, the ω wolf will continue to approach the α wolf, β wolf, and δ wolf, which leads to easily achieving the local optimum. In response to these shortcomings, many researchers have improved the GWO algorithm from four aspects: improvements in the initial population [25], improvements in the search mechanism [26], improvements in parameters [27], and the design of the hybrid algorithm [28,29].
Given the shortcomings of the GWO algorithm, an improved GWO (IGWO) algorithm is proposed in this paper. Firstly, the population diversity of the initial grey wolf group is increased to some extent by increasing the population size of the grey wolf group. Moreover, to overcome the disadvantage of slow convergence in the later stage, the convergence speed can be greatly improved by the weighting strategy. The calculations of the weighting strategy in the GWO algorithm are expressed as follows:
w 1 = X 1 / X 1 + X 2 + X 3 w 2 = X 2 / X 1 + X 2 + X 3 w 3 = X 3 / X 1 + X 2 + X 3
X t + 1 = w 1 X 1 + w 2 X 2 + w 3 X 3 / 3
To overcome the shortcoming of premature convergence in the GWO algorithm, the linear convergence factor a is replaced by the nonlinear convergence factor of the cosine curve to further balance the global search ability and the local search ability in the algorithm, which is calculated with the equation below. It is worth noting that for different algorithms, the selection of the nonlinear convergence factor is different.
a = a ini a fin cos t t max π 2 f i < f avg
a = a max f i f avg
The flowchart of the IGWO algorithm is shown in Figure 4.

2.3. Performance Test of IGWO Algorithm

Three well-known test functions are applied to test the performance of the IGWO algorithm in this paper, as shown in Table 1. The parameter settings in these two algorithms are as follows for all test functions: The maximum number of iterations is 500, the population size M is 100, and the values of aini and afin are set to 2 and 0, respectively. The average best fitness values of 10 independent run times for the three test functions and the corresponding standard deviation are listed in Table 2. The iterative curves of the best fitness of the GWO algorithm and the IGWO algorithm for these three test functions are shown in Figure 5, Figure 6 and Figure 7.
The IGWO algorithm has better estimated values and better robustness than the GWO algorithm, as shown in Table 2. Anyway, as shown in Figure 5, Figure 6 and Figure 7, the average fitness curve of the IGWO algorithm decreases faster than the GWO algorithm’s. Compared to GWO, it is not easy for the IGWO to fall into a local optimal solution. Therefore, the fitness value drops to a lower level. The above results indicate that the IGWO algorithm converges faster than the GWO algorithm, the improvement of the GWO algorithm in this paper is remarkable.

3. Results and Discussion

The IGWO algorithm is applied to estimate source term coefficients as well as refractive index and absorption coefficient in the coupled RCHT in semitransparent media. Measurement errors are unavoidable in practical applications. Therefore, the random standard deviation is added to the radiative signals obtained by the direct problem solver, which is expressed as
Y mea = Y exact + σ 0 ζ
where Ymea and Yexact indicate the measured value and exact value of the measured signals (simulated by the direct model), which served as the input for inverse analysis. ζ is a random variable of normal distribution with zero mean and unit standard deviation. σ0 has a 99% confidence level for a γ measurement error and is defined as follows:
σ 0 = Y exact × γ 2.576
where 2.576 indicates that 99% of a normally distributed population is contained within ±2.576 standard deviation of the mean. γ is set as 0%, 3%, and 5% in this work. For comparison, the relative error εrel is defined as follows:
ε rel = 100 % × Y est Y exact Y exact
In each case, the IGWO algorithm is implemented using FORTRAN code, INTEL I5-6200U PC.

3.1. Inverse Estimation for Source Term Coefficients

The physical model of the 1D parallel slab with thickness τL bounded by two opaque, diffuse, and grey walls in semitransparent and grey media is shown in Figure 8. The left and right boundary walls are subjected to the first-type boundary condition with a constant temperature of Tw1 and Tw2, respectively. For the case of only radiation without heat conduction, the radiative intensities can be expressed as follows [30]:
I + τ , μ = I b 1 exp τ L τ / μ + 1 μ 0 τ S τ exp τ τ / μ d τ 0 < μ < 1 I τ , μ = I b 2 exp τ L τ / μ 1 μ 0 τ S τ exp τ τ / μ d τ 1 < μ < 0
with the boundary conditions as follows [30]:
I b 1 = I b 2 = 0 τ = 0 1 μ 0 τ = τ L 0 μ 1
where Ib1 and Ib2 denote the radiative intensities at the boundaries. μ is the directional cosine and μ = cosθ. We can assume that the source term S (τ) is represented by a polynomial of the variable τ
S τ = i = 1 D a i τ i 1
The thickness of the media is set as τL = 0.01 m, and the temperature of the boundary walls is assumed to be Tw1 = 1000 K and Tw2 = 1000 K in this paper. The source term coefficients are expressed as a = a 1 , a 2 , , a n T . The objective function is defined as follows:
F obj = I mea a , μ , 0 I est a , μ , 0 L 2 + I mea a , μ , τ L I est a , μ , τ L L 2 τ = 0 1 μ 0 τ = τ L 0 μ 1
The IGWO algorithm is applied to estimate the source term coefficients. The source term coefficients are regarded as position X in IGWO. The fitness function converges by updating X step by step (See Figure 4 for details). The radiative intensities are calculated by Equations (13)–(15) in each iteration (a detailed description of the finite volume method for solving the radiative transfer equation is clarified in Section 3.2). Then, the fitness function in each iteration step is obtained by Equation (16). The source term coefficients are obtained when the maximum number of iterations is reached. The parameters in the IGWO algorithm are listed in Table 3. We consider the two cases of the source term coefficients: a = 3 , 14 , 14 T , a = 5 , 12 , 12 T . The algorithms run independently 10 times in this study. The average values, standard deviation, and relative error of the two cases are shown in Table 4, and the estimated values of source term coefficients that vary with the number of runs are shown in Figure 9.
As can be seen from Table 4, when measurement error γ = 5%, the biggest relative error is only 2.83 × 10−2%. Moreover, the biggest standard deviation is still smaller than 0.1. Therefore, the IGWO algorithm has a high estimating accuracy and good stability for the source term coefficients. When the measurement error increases, the estimating accuracy decreases, but it can still be seen as a good estimating accuracy. During the 10 runs, the estimated value of the source term coefficients fluctuated to a small extent by the IGWO algorithm when the measurement error γ = 0% in Figure 9 shows that the estimation of the source term coefficients is reliable and stable. Therefore, the inverse estimation for the source term coefficients by the IGWO algorithm in this paper is successful.

3.2. Simultaneous Inverse Estimation of Refractive Index and Absorption Coefficient

3.2.1. Physical Model

For the reconstruction of radiative properties in participating media, the first and most essential stage is to solve the forward problem accurately and efficiently. The physical model of a 1D participating grey slab bounded by two opaque, diffuse, and grey walls in coupled RCHT in semitransparent media is shown in Figure 8. In this work, we assumed that the refractive index n and the absorption coefficient κ remain constant in the semitransparent media. The radiative transfer equation in 1D semitransparent pure absorption media can be written as follows [30,31]:
d I τ , μ d τ = κ a I τ , μ + n 2 κ a I b
where I(τ, μ) is the radiative intensity at position τ and direction cosine μ, μ = cosθ, θ means the polar angle. Ib is the blackbody radiative intensity at the temperature of media Τ(τ), n, and κa are the refractive index and the absorption coefficient, respectively. The energy transport process in semitransparent media can be described by an energy equation and a radiative transfer equation. The energy equation without internal heat generation can be written as [11]:
ρ c p T t = λ 2 T τ 2 q r τ
where λ is the thermal conductivity, and ρcp is the heat capacity. To obtain the refractive index and the absorption coefficient using an improved grey wolf optimization algorithm, the initial and boundary conditions are given as follows [11,30]:
T τ , 0 = T s ε w 1 q laser + h w 1 T s T w 1 t + ε w 1 σ T s 4 T w 1 4 t = q w 1 r λ T t τ x = 0 h w 2 T s T w 2 t + ε w 2 σ T s 4 T w 2 4 t = q w 2 r + λ T t τ x = L
where ε w 1 , ε w 2 are the wall emissivity and σ is the Stefan–Boltzmann constant, q w 1 r , q w 2 r are the radiation heat flux of the left and right wall, and qlaser is the laser intensity. Tw1 and Tw2 are the temperatures of the left and right walls. Ts is the initial temperature or ambient temperature, and h w 1 , h w 2 are convective heat transfer coefficients. Then, the q w 1 r , q w 2 r and ( q r / τ ) can be expressed as follows [11,30]:
q w 1 r = ε w 1 σ T w 1 4 cos θ < 0 2 π I ( 0 , μ ) | cos θ | sin θ d θ q w 2 r = ε w 2 σ T w 2 4 cos θ > 0 2 π I ( τ L , μ ) | cos θ | sin θ d θ q r x = 4 π κ a I b ( τ ) 1 2 0 π I ( τ , μ ) d θ
The finite volume method (FVM) is employed to solve Equations (17)–(20) in this work. The schematic of the control volume and neighbor nodes are illustrated in Figure 10. As for the energy equation, the left side of the equation and the diffusion term are discretized as follows [30]:
t t + Δ t w e s n b f ρ c p T t d x d y d z d t = ( ρ c p ) P × ( T P T P 0 ) × Δ x Δ y Δ z
t t + Δ t w e s n b f λ T d x d y d z d t = λ e T E T P Δ x 2 λ w T P T W Δ x 2 + λ n T N T P Δ y 2 λ s T P T S Δ y 2 + λ f T F T P Δ z 2 λ b T P T B Δ z 2 Δ x Δ y Δ z Δ t
The radiative transfer equation is discretized as follows [30]:
f m I m x + g m I m y + h m I m z = κ a I m + n 2 κ a I b r
where fm, gm, and hm are the cosines of each of the three axes. The integral scheme of Equation (23) based on the control volume is as follows [30]:
f m I e m I w m Δ y Δ z + g m I n m I s m Δ x Δ z + h m I f m I b m Δ x Δ y = κ a , P I P m Δ x Δ y Δ z + n 2 κ a , P I b , P Δ x Δ y Δ z
As for the one-dimensional model in this work, Δy = Δz = 1 and x = τ. The initial boundary conditions and material properties are listed in Table 5.

3.2.2. Inverse Estimation of the Refractive Index and Absorption Coefficient

The objective function is defined as
F obj = I est I mea 1 L 2
where Fobj is the value of the objective function and Iest and Imea are the estimated parameters and measured parameters (in this work, the parameters denote the refractive index and absorption coefficient), respectively.
The influence of population size on the estimation of absorption coefficient and refractive index is discussed firstly in this paper. Three cases of population size M = 30, 50, and 100 are tested to study the influence of population size on the estimation of absorption coefficient and refractive index. Measurement error γ = 0%, the experimental results are shown in Table 6 and Figure 11.
It can be seen from Figure 11 that the relative errors decrease with the increase in population size. Additionally, the trends in relative errors with the increasing running times show that the fluctuation of population size M = 100 is much less than that of the population size M = 30, 50, and its estimated average value is closer to the true value in Table 6, which indicates that increasing the population size can improve the stability of the estimated value and estimating accuracy. Therefore, the increase in population size is conducive to the estimation of the absorption coefficient and refractive index by the IGWO algorithm. To compare the results more intuitively, the subsequent results are illustrated in the table.
The IGWO algorithm estimates the absorption coefficient and refractive index with three different measurement errors γ = 0%, 3%, and 5%, and the results are shown in Table 7 and Table 8 to verify the performance of the IGWO algorithm in a noisy environment. The population size is M = 30 and tmax = 500 in the three cases of measurement errors. The relative error of refractive index is only 4.24 × 104% (the case of n = 2.36, κa = 4.0 m−1) when measurement error γ = 0% in Table 7; therefore, the estimating accuracy is very high. If the population size is M = 100, the relative error of the refractive index will even drop to a lower level of 4.24 × 10−5% when measurement error γ = 0% in Figure 11. As the measurement errors increase, the estimating accuracy decreases. However, the estimation value is still acceptable. When the measurement error γ = 5%, the relative error of the absorption coefficient is 3.84 × 10−1% (the case of n = 3.50, κa = 5.0 m−1), which is within a reasonable range. In addition, the estimated average values fluctuate more with the increasing measure errors in Table 8. All in all, the results show that the IGWO algorithm can estimate the absorption coefficient and refractive index with high accuracy and reliability even with noisy data.
Finally, the influence of thermal conductivity is also studied in this paper. The cases of λ = 0.5, 0.7, and 0.9 W/(m·K) are discussed; the measurement error is γ = 0% and the population size is M = 100. The experimental results are shown in Table 9 and Table 10. It can be seen from Table 9 that the relative errors increase with increasing thermal conductivity. In addition, the estimated average values fluctuate more with the increasing thermal conductivity in Table 10. Therefore, the decreasing thermal conductivity is helpful in improving the performance of the IGWO algorithm.

4. Conclusions

Compared with the GWO algorithm, three well-known test functions are applied to test the performance of the IGWO algorithm. The results indicate that the average fitness curve of the IGWO algorithm, based on the weighting strategy and nonlinear convergence factor, decreases faster than the GWO algorithm. Moreover, it does not fall easily into the local optimal solution; the fitness value drops to a lower level. Therefore, the improvement of the GWO algorithm in this paper is remarkable. Then, the inverse coupled radiation–conduction heat transfer in semitransparent media is studied, the results indicate that the IGWO algorithm is applied to estimate the source term coefficients, absorption coefficient, and refractive index of the 1D participating grey slab in this paper. The experimental results show that the IGWO algorithm performs well in the estimation even with noisy data. In addition, the influence of population size and thermal conductivity are discussed in this paper, and the increasing population size and the decreasing thermal conductivity are helpful in improving the performance of the IGWO algorithm. In conclusion, the IGWO algorithm is relatively successful in the estimation of these three kinds of parameters and may be further applied to the estimation of other optical and thermal parameters.

Author Contributions

Conceptualization, K.L.; methodology, C.L.; software, L.X.; validation, D.D.; formal analysis, J.Z.; data curation, X.W. All authors have read and agreed to the published version of the manuscript.

Funding

The support of this work by the Project of Langfang Science and Technology Bureau (2021011083), North China Institute of Aerospace Engineering Doctoral fund (BKY-2020-41), and Science and Technology Project of Hebei Education Department (ZD2022112) are gratefully acknowledged.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author.

Acknowledgments

A very special acknowledgment is also made to the editors and referees who make important comments to improve this paper.

Conflicts of Interest

Caibin Li is employed by the Harbin Jicheng Automation Equipment Co., Ltd. company; the remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Nomenclature

NomenclatureGreek symbols
ACoefficient vector κ s The scattering coefficient
CCoefficient vector θ The polar angle
DDistance between grey wolf and prey κ Absorption coefficient
XGrey wolf position τ Optical thickness
XpPrey position ε Stefan- The wall emissivity
tNumber of iterations σ Stefan-Boltzmann constant
aConvergence factor λ Thermal conductivity
r 1 Random number within [0, 1] q r Power density
r 2 Random number within [0, 1]εrelThe relative error
I Radiative intensityγThe measurement error
n Refractive indexSubscripts
T TemperaturemeaThe measured value
q Array radiativeestThe estimated value
FobjObjective functionexactThe exact value
YThe estimated or exact values of refractive index, absorption coefficient, and source termbBlack body
S The source termavgAverage value
a n The source term coefficientL2L2-type norm
MThe population size of grey wolfiThe ith iteration

References

  1. Viskanta, R.; Mengüç, M.P. Radiation heat transfer in combustion systems. Prog. Energy Combust. Sci. 1987, 13, 97–160. [Google Scholar] [CrossRef]
  2. Lockwood, F.C.; Shah, N.G. A new radiation solution method for incorporation in general combustion prediction procedures. Symp. Combust. 1981, 18, 1405–1414. [Google Scholar] [CrossRef]
  3. Al-Gebory, L.; Mengüç, M.P.; Koşar, A.; Şendur, K. Effect of electrostatic stabilization on thermal radiation transfer in nanosuspensions: Photo-thermal energy conversion applications. Renew. Energy 2018, 119, 625–640. [Google Scholar] [CrossRef]
  4. Mätzler, C. Thermal Microwave Radiation: Applications for Remote Sensing; Institution of Engineering & Technology: Guwahati, India, 2006; pp. 52–584. [Google Scholar]
  5. Nordlund, Å.; Stein, R.F. Accurate radiation hydrodynamics and MHD modeling of 3-D stellar atmospheres. AIP Conf. Proc. 2009, 1171, 242–259. [Google Scholar]
  6. Wiscombe, W.J.; Ramanathan, V. The role of radiation and other renascent subfields in atmospheric science. Bull. Am. Meteorol. Soc. 2010, 66, 1278–1287. [Google Scholar] [CrossRef]
  7. Tyshchenko, V.A.; Shabalina, T.N.; Sheikina, N.A.; Diskina, D.E. Radiation stability of low-viscosity base oils for aerospace engineering control systems. Chem. Technol. Fuels Oils 2003, 39, 141–144. [Google Scholar] [CrossRef]
  8. Song, X. Analysis of zirconium just jade nature fire-proof material by X-ray fluorescence spectrometry. Chin. J. Spectrosc. Lab. 2006, 23, 1314–1317. [Google Scholar]
  9. Cheng, Q.; Chai, J.; Zhang, Z. Investigation of double-layer coating pigmented with CuO particles of different concentrations on aesthetic and thermal aspects. Int. J. Therm. Sci. 2016, 105, 36–44. [Google Scholar] [CrossRef]
  10. Wang, Z.C.; Song, J.L.; Chai, J.L.; Cheng, Q.; Zhou, H.C. The effect of BRDF surface on radiative heat transfer within a one-dimensional graded index medium. Int. J. Therm. Sci. 2014, 77, 116–125. [Google Scholar] [CrossRef]
  11. Wei, L.Y.; Qi, H.; Niu, Z.T.; Wen, S.; Ren, Y.T. Inverse heat transfer analysis to determine the temperature or phase change-dependent refractive index of semitransparent materials. Inverse Probl. Sci. Eng. 2021, 29, 586–608. [Google Scholar] [CrossRef]
  12. Wang, J.Y.; Gao, Z.X.; Lee, C.H. An iterative technique for coupled conduction-radiation heat transfer in semitransparent media. Numer. Heat Transf. Part A Appl. 2015, 67, 1208–1231. [Google Scholar] [CrossRef]
  13. Lacroix, D.; Parent, G.; Asllanaj, F.; Jeandel, G. Coupled radiative and conductive heat transfer in a non-grey collimated radiation. J. Quant. Spectrosc. Radiat. Transf. 2002, 75, 589–609. [Google Scholar] [CrossRef]
  14. An, W.; Zhu, T.; Gao, N.P. Accelerative iteration for coupled conductive-radiative heat transfer computation in semitransparent media. Int. J. Heat Mass Transf. 2015, 82, 503–509. [Google Scholar] [CrossRef]
  15. Bai, D.; Fan, X.J. Transient coupled heat transfer in multilayer non-gray Radiative heat transfer in semitransparentsolidifying slab considering space-time dependent refractive index media with reflective foils. Int. J. Thermophys. 2006, 27, 647–664. [Google Scholar] [CrossRef]
  16. Li, H.Y. Inverse radiation problem in two-dimensional rectangular media. J. Thermophys. Heat Transf. 1997, 11, 556–561. [Google Scholar] [CrossRef]
  17. Menguc, M.P.; Manickavasagam, S. Inverse radiation problem in axisymmetric cylindrical scattering media. J. Thermophys. Heat Transf. 1993, 7, 479–486. [Google Scholar] [CrossRef]
  18. Chopade, R.P.; Agnihotri, E.; Singh, A.K.; Kumar, A.; Uppaluri, R.; Mishra, S.C.; Mahanta, P. Application of a particle swarm algorithm for parameter retrieval in a transient conduction-radiation problem. Numer. Heat Transf. Part A Appl. 2011, 59, 672–692. [Google Scholar] [CrossRef]
  19. Qi, H.; Niu, C.Y.; Gong, S.; Ren, Y.T.; Ruan, L.M. Application of the hybrid particle swam optimization algorithms for simultaneous estimation of multi-parameters in a transient conduction-radiation problem. Int. J. Heat Mass Transf. 2015, 83, 428–440. [Google Scholar] [CrossRef]
  20. Bonabeau, E.; Dorigo, M.; Theraulaz, G. Swarm Intelligence: From Natural to Artificial Systems; Oxford University Press: Oxford, UK, 1999. [Google Scholar]
  21. Stutzle, T.; Dorigo, M. Ant Colony Optimization; Bradford Company: Holland, MI, USA, 2004. [Google Scholar]
  22. Kennedy, J.; Eberhart, R. Particle swarm optimization. In Proceedings of the IEEE International Conference, Perth, WA, Australia, 27 November–1 December 1995; pp. 1942–1948. [Google Scholar]
  23. Kaipa, K.N.; Ghose, D. Glowworm Swarm Optimization: THEORY, Algorithms, and Applications; Springer: Berlin/Heidelberg, Germany, 2017. [Google Scholar]
  24. Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef]
  25. Madhiarasan, M.; Deepa, S.N. Long-Term Wind Speed Forecasting using Spiking Neural Network Optimized by Improved Modified Grey Wolf Optimization Algorithm. Int. J. Adv. Res. 2016, 4, 356–368. [Google Scholar] [CrossRef]
  26. Gholizadeh, S. Optimal design of double layer grids considering nonlinear behavior by sequential grey wolf algorithm. J. Optim. Civ. Eng. 2015, 5, 511–523. [Google Scholar]
  27. Long, W.; Liang, X.; Cai, S.; Jao, J.; Zhang, W. A Modified augmented Lagrangian with improved grey wolf optimization to constrained optimization problem. Neural Comput. Appl. 2016, 28, 421–438. [Google Scholar] [CrossRef]
  28. Zhang, S.; Luo, Q.F.; Zhou, Y.Q. Hybrid grey wolf optimizer using elite opposition-based learning strategy and simplex method. Int. J. Comput. Intell. Appl. 2017, 16, 1750012. [Google Scholar] [CrossRef]
  29. Zhu, A.; Xu, C.; Li, Z.; Wu, J.; Liu, Z. Hybridizing grey wolf optimization with differential evolution for glbal optimization and test scheduling for 3D stacked SoC. J. Syst. Eng. Electron. 2015, 26, 317–328. [Google Scholar] [CrossRef]
  30. Modest, M.F. Radiative Heat Transfer; McGraw-Hill: Now York, NY, USA, 2003. [Google Scholar]
  31. Wei, L.Y.; Qi, H.; Zhang, X.L.; Wen, S.; Islam, M.A.; Ruan, L.M. Reconstruction of radiative properties fields in participating media by using the sequential quadratic programing combined with regularization technique. J. Heat Transf. 2019, 141, 022702. [Google Scholar] [CrossRef]
Figure 1. The social hierarchy of the grey wolf group.
Figure 1. The social hierarchy of the grey wolf group.
Processes 12 01445 g001
Figure 2. Position updating of the grey wolf in GWO.
Figure 2. Position updating of the grey wolf in GWO.
Processes 12 01445 g002
Figure 3. The flow chart of the GWO algorithm.
Figure 3. The flow chart of the GWO algorithm.
Processes 12 01445 g003
Figure 4. The flow chart of the IGWO algorithm.
Figure 4. The flow chart of the IGWO algorithm.
Processes 12 01445 g004
Figure 5. The comparison between GWO and IGWO for sphere function.
Figure 5. The comparison between GWO and IGWO for sphere function.
Processes 12 01445 g005
Figure 6. The comparison between GWO and IGWO for Rosenbrock function.
Figure 6. The comparison between GWO and IGWO for Rosenbrock function.
Processes 12 01445 g006
Figure 7. The comparison between GWO and IGWO for sum square function.
Figure 7. The comparison between GWO and IGWO for sum square function.
Processes 12 01445 g007
Figure 8. The physical model of the 1D parallel slab.
Figure 8. The physical model of the 1D parallel slab.
Processes 12 01445 g008
Figure 9. The estimate of (a) a1, (b) a2, and (c) a3 varies with the number of runs.
Figure 9. The estimate of (a) a1, (b) a2, and (c) a3 varies with the number of runs.
Processes 12 01445 g009
Figure 10. Schematic of control volume and neighbor nodes.
Figure 10. Schematic of control volume and neighbor nodes.
Processes 12 01445 g010
Figure 11. Estimation results of absorption coefficient and refractive index under different population sizes.
Figure 11. Estimation results of absorption coefficient and refractive index under different population sizes.
Processes 12 01445 g011
Table 1. Details of test functions.
Table 1. Details of test functions.
FunctionExpressionDimensionSpace
Sphere f 1 = i = 1 n x i 2 30[−100, 100]
Rosenbrock f 2 = i = 1 n 100 x i + 1 x i 2 2 + x i 1 2 30[−100, 100]
Griewank f 3 = i = 1 D i x i 2 30[−100, 100]
Table 2. Fixed Iteration results in 10 runs.
Table 2. Fixed Iteration results in 10 runs.
FunctionGWOIterationIGWOIteration
F1 (Sphere) 3.03 × 10 33 ± 3.69 × 10 34 500 3.77 × 10 50 ± 3.69 × 10 51 83
F2 (Rosenbrock) 27.0121 ± 1.0631 500 28.8766 ± 0.0623 500
F3 (Griewank) 2.15 × 10 31 ± 3.10 × 10 32 500 2.45 × 10 50 ± 3.10 × 10 51 86
Table 3. The parameters of the IGWO algorithm.
Table 3. The parameters of the IGWO algorithm.
AlgorithmafinainitmaxM
IGWO02500100
Table 4. The retrieval results of the source term coefficients.
Table 4. The retrieval results of the source term coefficients.
Exact ValueMeasure Errora1εrel (%)a2εrel (%)a3εrel (%)
a1 = 3γ = 0%2.9998 ± 9.05 × 10−46.67 × 10−314.0010 ± 1.03 × 10−27.37 × 10−2−14.0016 ± 1.07 × 10−21.14 × 10−2
a2 = 14γ = 3%3.0003 ± 8.11 × 10−41.00 × 10−213.9979 ± 9.81 × 10−36.46 × 10−2−13.9981 ± 8.89 × 10−31.36 × 10−2
a3 = −14γ = 5%2.9995 ± 9.09 × 10−41.67 × 10−214.0039 ± 9.04 × 10−37.00 × 10−2−14.0039 ± 9.71 × 10−32.79 × 10−2
a1 = 5γ = 0%4.9999 ± 1.30 × 10−31.18 × 10−312.0008 ± 1.57 × 10−26.58 × 10−3−12.0010 ± 1.56 × 10−28.13 × 10−3
a2 = 12γ = 3%4.9997 ± 9.55 × 10−45.54 × 10−312.0033 ± 1.03 × 10−22.75 × 10−2−12.0032 ± 1.03 × 10−22.70 × 10−2
a3 = −12γ = 5%4.9997 ± 9.76 × 10−46.24 × 10−312.0046 ± 1.11 × 10−23.80 × 10−2−12.0034 ± 1.09 × 10−22.83 × 10−2
Table 5. The parameter settings and boundary conditions for estimation of graded index.
Table 5. The parameter settings and boundary conditions for estimation of graded index.
Physical ParametersSymbolValue
The thickness of the mediumτL0.01 m
The heat capacityρcp1.0 × 107 J/(m3·K)
The thermal conductivityλ0.7 W/(m·K)
The convective heat transfer coefficient h w 1 , h w 2 7.0 W/(m2·K)
Initial or ambient temperatureTs300 K
The laser intensityqlaser500 W/m2
The wall emissivity ε w 1 , ε w 2 1
Table 6. Estimation results of different runs with different population sizes.
Table 6. Estimation results of different runs with different population sizes.
RunsPopulation Size = 30Population Size = 50Population Size = 100
nεrel (%)κaεrel (%)nεrel (%)κaεrel (%)nεrel (%)κaεrel (%)
12.360020.0008474.002450.061252.360010.0004243.994220.14452.3600004.001020.0255
22.359940.0025423.988360.2912.360060.0025424.010190.254752.360030.0012714.002040.051
32.360090.0038144.004540.11352.359900.0042373.992240.1942.3600003.999300.0175
42.360120.0050854.015120.3782.360090.0038143.991180.22052.359960.0016953.993520.162
52.359970.0012713.984400.392.359970.0012713.998610.034752.3600004.001350.03375
62.360060.0025424.007590.189752.360020.0008474.003340.08352.360010.0004243.999570.01075
72.359980.0008473.999120.0222.360010.0004243.996510.087252.359990.0004243.999120.022
82.3600004.004180.10452.359990.0004243.998070.048252.3600004.001240.031
92.360080.003394.012890.322252.359960.0016953.998050.048752.359980.0008473.998980.0255
102.359860.0059323.992700.18252.359990.0004243.998440.0392.360020.0008474.000450.01125
Table 7. Estimation results of absorption coefficient and refractive index under different measurement errors.
Table 7. Estimation results of absorption coefficient and refractive index under different measurement errors.
Exact ValueMeasure Errorεnεrel (%)κaεrel (%)
n = 2.36
κa = 4.0
γ = 0% 2.3600 ± 7 . 78 × 10 5 4.24 × 10 4 4.0011 ± 1.11 × 10 2 2.75 × 10 2
γ = 3% 2.3610 ± 1.31 × 10 2 4.24 × 10 2 3.9965 ± 9.01 × 10 3 8.75 × 10 2
γ = 5% 2.3686 ± 1.28 × 10 2 3.64 × 10 1 3.9932 ± 3 . 81 × 10 2 1.70 × 10 1
n = 3.50
κa = 5.0
γ = 0% 3.5001 ± 1.11 × 10 4 1.57 × 10 3 5.0038 ± 1.11 × 10 2 7.61 × 10 2
γ = 3% 3.5036 ± 2.13 × 10 2 1.03 × 10 1 5.0067 ± 1 . 67 × 10 2 1.33 × 10 1
γ = 5% 3.4953 ± 3 . 65 × 10 2 1.34 × 10 1 4.9808 ± 1 . 96 × 10 2 3.84 × 10 1
Table 8. Estimation results of different runs with different measurement errors.
Table 8. Estimation results of different runs with different measurement errors.
RunsMeasure Error = 0%Measure Error = 3%Measure Error = 5%
nεrel (%)κaεrel (%)nεrel (%)κaεrel (%)nεrel (%)κaεrel (%)
12.360020.0008474.002450.061252.359430.0241533.999010.024752.360830.0351693.974790.63025
22.359940.0025423.988360.2912.356520.1474584.003510.087752.379420.8228814.012230.30575
32.360090.0038144.004540.11352.372780.5415253.995530.111752.381060.8923733.993210.16975
42.360120.0050854.015120.3782.350750.3919493.996870.078252.394631.4673734.016830.42075
52.359970.0012713.984400.392.352590.3139833.995070.123252.342360.7474583.996950.07625
62.360060.0025424.007590.189752.360870.0368644.001660.04152.374230.6029663.996180.0955
72.359980.0008473.999120.0222.361780.0754243.997030.074252.369490.4021194.047931.19825
82.3600004.004180.10452.370680.4525423.996900.07752.377730.7512714.004930.12325
92.360080.003394.012890.322252.366730.2851694.006500.16252.365610.2377123.900352.49125
102.359860.0059323.992700.18252.354810.2199153.988110.297252.343420.7025423.973170.67075
Table 9. Estimation results of absorption coefficient and refractive index with different thermal conductivities.
Table 9. Estimation results of absorption coefficient and refractive index with different thermal conductivities.
Exact ValueThermal Conductivitynεrel (%)κaεrel (%)
n = 2.36
κa = 4.0
λ = 0.5 2.3600 ± 9 . 52 × 10 5 6.36 × 10 4 4.0008 ± 1.06 × 10 2 1.97 × 10 2
λ = 0.7 2.3600 ± 7 . 7 8 × 10 5 4.24 × 10 4 4.0011 ± 1.11 × 10 2 2.75 × 10 2
λ = 0.9 2.3600 ± 9 . 23 × 10 5 1.44 × 10 3 4.0087 ± 2.31 × 10 2 2.18 × 10 1
n = 3.50
κa = 5.0
λ = 0.5 3.5000 ± 1 . 47 × 10 4 1.26 × 10 3 5.0036 ± 9.36 × 10 3 7.22 × 10 2
λ = 0.7 3.5001 ± 1.11 × 10 4 1.57 × 10 3 5.0038 ± 1.11 × 10 2 7.61 × 10 2
λ = 0.9 3.4956 ± 1 . 41 × 10 2 1.26 × 10 1 5.0056 ± 3 . 94 × 10 2 1.12 × 10 1
Table 10. Estimation results of different runs with different thermal conductivities.
Table 10. Estimation results of different runs with different thermal conductivities.
RunsThermal Conductivity = 0.5Thermal Conductivity = 0.7Thermal Conductivity = 0.9
nεrel (%)κaεrel (%)nεrel (%)κaεrel (%)nεrel (%)κaεrel (%)
12.3604.001410.035252.360020.0008474.002450.061252.360050.0021193.999550.01125
22.360060.0025424.009360.2342.359940.0025423.988360.2912.360120.0050853.988360.291
32.360030.0012714.004540.11352.360090.0038144.004540.11352.360160.006784.017490.43725
42.359960.0016954.00480.122.360120.0050854.015120.3782.360220.0093224.015120.378
52.359990.0004243.998790.030252.359970.0012713.984400.392.360120.0050854.012730.31825
62.359920.003393.993980.15052.360060.0025424.007590.189752.360130.0055084.026810.67025
72.359980.0008473.999120.0222.359980.0008473.999120.0222.360070.0029664.008840.221
82.3604.004180.10452.3600004.004180.10452.359830.0072033.96110.9725
92.359980.0008473.997660.05852.360080.003394.012890.322252.360080.003394.012890.32225
102.3603.999650.008752.359860.0059323.992700.18252.360190.0080514.052031.30075
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

Li, K.; Xie, L.; Zhou, J.; Wu, X.; Ding, D.; Li, C. Estimation of Multiple Parameters in Semitransparent Mediums Based on an Improved Grey Wolf Optimization Algorithm. Processes 2024, 12, 1445. https://doi.org/10.3390/pr12071445

AMA Style

Li K, Xie L, Zhou J, Wu X, Ding D, Li C. Estimation of Multiple Parameters in Semitransparent Mediums Based on an Improved Grey Wolf Optimization Algorithm. Processes. 2024; 12(7):1445. https://doi.org/10.3390/pr12071445

Chicago/Turabian Style

Li, Kefu, Lang Xie, Jianhua Zhou, Xiaofang Wu, Ding Ding, and Caibin Li. 2024. "Estimation of Multiple Parameters in Semitransparent Mediums Based on an Improved Grey Wolf Optimization Algorithm" Processes 12, no. 7: 1445. https://doi.org/10.3390/pr12071445

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