Open access peer-reviewed chapter

Retrieval of Optical Constant and Particle Size Distribution of Particulate Media Using the PSO-Based Neural Network Algorithm

Written By

Hong Qi, Ya-Tao Ren, Jun-You Zhang, Li-Ming Ruan and He-Ping Tan

Reviewed: 10 February 2016 Published: 31 August 2016

DOI: 10.5772/62446

From the Edited Volume

New Applications of Artificial Intelligence

Edited by Pedro Ponce, Arturo Molina Gutierrez and Jaime Rodriguez

Chapter metrics overview

2,173 Chapter Downloads

View Full Metrics

Abstract

An improved neural network algorithm was proposed and applied to the inverse radiative problems. A multi-strategy particle swarm optimization was applied to improve the performance of the back propagation multi-layer feed-forward neural network algorithm. Three commonly used particle size distribution (PSD) functions in a one-dimensional particle system were retrieved using the proposed algorithm. In addition, the optical constant was also estimated, and the measurement errors were considered. Results show that the proposed algorithm can be applied to the retrieval of PSDs and optical constant even with measurement errors. Finally, the proposed algorithm was applied to the simultaneous estimation of the PSDs and optical constant using the multi-wavelength and multi-thickness method.

Keywords

  • PSO-based neural network algorithm
  • optical constant
  • particle size distribution
  • particulate media
  • inverse radiation problem

1. Introduction

Participating medium is widely used in the petroleum chemical industry, bio-medicine, infrared detection, remote sensing, and many other fields [1, 2]. The particle system is one kind of participation media, such as liquids or gases, with small particles in microns or even nanometer level. Researches on the microphysical properties of particulate media, such as the optical properties and particle size distributions (PSDs), are very important for many engineering applications, such as power plant, coal-fired furnaces, combustion chambers, or other utilization systems, which will contribute to improve the combustion efficiency [35] and environment control [6, 7]. Especially, thermal radiation is the dominant mode of heat transfer in power plant [8], and the optical properties and PSD of fly ash particles are of significant importance in radiative heat transfer analysis [9]. Knowledge of the optical constants of the particulate fly ash is necessary for monitoring of temperature and condition, and prediction of heat transfer through fly ash formed in the pulverized fuel-fired furnace. However, determination of optical constants requires a priori information on the particle number density and size distribution. Based on this fact, uncertainty in the PSD is the principal source of error in determining single particle optical properties. In many cases of practical interest, however, these quantities are not known. In spite of the widely use of high temperature fly ash particles, their refractive indices, particularly in the infrared range, are known insufficiently. This is especially true of the optical properties of infrared particles being considered in the high-efficiency combustors. Accurate values of the optical constants of particles, which are significant functions of wavelength, are of particular interest in radiative transfer analysis in power plant because of their significant influence on heat transfer in such applications. Light scattering analyses of the structure and refractive indices of fly ash particles have been proposed as a means of studying the interactions between fly ash particles, flue gases, and the surrounding atmosphere [10]. Moreover, fly ash is a very promising combustion by-product of the coal-fired power station. For example, it can be added into the cement pastes to improve their fluidity where the PSD is an important control parameter [11]. Generally, optical properties and PSD of participating particulate medium are of great importance in power plant systems and have evoked the wide interest of many researchers.

The optical constant of participating medium particle system cannot be directly measured by experiments [12]. Its direct calculation through the measurable physical parameters is also difficult. So its value is usually obtained by inversion algorithm combining with experimental measurements. Optical constant contains real part n and imaginary part k. These two parts, respectively, represent refraction behavior and absorption behavior of participating media. The optical constants play an indispensable role in determining the radiation properties of a medium. Accurate knowledge of the refractive index over a wide range of wavelength is indispensable for many engineering applications. For instance, combustion diagnostic techniques employing laser light scattering require accurate refractive indices in the visible wavelengths. Various environmental, atmospheric, astrophysical, and military applications rely on data for such particles in both the visible and the infrared wavelength. However, even for the same kind of participating particle system, its optical constants may also be variable because of some factors, such as temperature range, geometry size, and wavelength range. Because of its importance for figuring out the radiative transfer mechanism in the particle system, it has attracted significant attention of scholars all over the world [1319]. In fact, the accurate determination of the refractive index of dispersed media should be considered today as an unsolved problem, open to research.

To date, the commonly used particle size measurement technique can be divided by its principle into the following categories: microscope method, sieving method, sedimentation, and ultrasonic method. For the practical problem of interest, the sieving method is rarely used recently because it has low precision and it is extremely easy to damage the samples in the measurement process [20]. With the development of the microscope, the accuracy of the microscope method improves. However, it is very time consuming. Ultrasonic method is more suitable for higher particle concentration due to its better ability of transmission in the participating medium compared to light. However, for some unstable particles systems, the ultrasonic method is not applicable. Therefore, spectral extinction method is more widely applied because of its wide measurement range, relatively simple measuring principle and device [21, 22].

Literature survey reveals that there is no reported work about estimating of optical constants and PSDs using artificial neural network (ANN). An important advantage of this method in comparison with other inverse heat transfer modeling approaches, such as the Gauss–Newton method [23], conjugate gradient method [24], genetic algorithm [25], and ant colony optimization [26, 27], to name a few, is that detailed knowledge of the geometrical and thermal properties of the system (such as wall conductivity and emissivity) is not necessary [28, 29]. In many cases, the measurement of such physical properties is extremely difficult or even impossible. Moreover, to use all conventional inverse methods, the direct problem must be solved firstly. This may lead to significant computing errors and excessively time-consuming calculations. ANN solutions are based on experimental data rather than mathematical governing equations [30]. The direct model needs not be solved repeatedly, which will save considerable computation time. Furthermore, genetic algorithm and other evolutionary algorithms require large populations and involve long computing time for convergence, which make them being inappropriate for many inverse heat transfer problems. In ANN, the only iterative part is in training, which is containing simple mathematical relations. Therefore, the proposed method is much faster than conventional iterative methods.

In this chapter, a particle swarm optimization (PSO) based back propagation (BP) neural network algorithm was developed to estimate the PSD and optical constant of a particle system. As one kind of intelligence optimization algorithms, the BP multi-layer feed-forward ANN algorithm was proposed by D.E. Rumelhart firstly [31]. In complicated systems with several effective input parameters, ANN can be used to predict output data. The BP neural network algorithm is a stochastic heuristic intelligent optimization technique, which was investigated thoroughly [32, 33]. However, there remain some unsolved problems. For example, as the initial weight coefficients are generated randomly, it may lead to the instability of the algorithm. Furthermore, the algorithm may fall into local optimum. Therefore, in the present work, to improve the performance of the BP neural network algorithm, the PSO algorithm was applied.

The remainder of this chapter is organized as follows. First, the principle of the inverse method was introduced briefly. Afterwards, the direct model was presented. Subsequently, the PSDs and optical constant were retrieved separately using the PSO-based BP neural network algorithm. Finally, a technique was proposed to obtain the PSDs and optical constant simultaneously.

Advertisement

2. Inverse method

2.1. BP neural network

An ANN model includes five parts, i.e. input values (x1, x2, … , xn), thresholds of network, weight (W[w1,1, w1,2,…, w1,N]), transfer function, and output values. The size of weight stands for the importance of input data for forward transmission by indicating the connection degree between the input information and related neurons. The basic unit of neural network is the neuron. In each neuron, the sum of input values is weighted and added with a parameter called bias, and the sum (see Equation 1) is passed through a function, which is called transfer function or activation function. The transfer function calculates the output of a neuron from its input.

netj=i=1nwijxitE1

Some ANN models include several layers. Each layer includes several neurons and performs a simple process on data. The actions of neurons do not directly depend on the summation but a certain threshold. Only when the summation netj is bigger than the threshold, neurons can be activated by activation function. Otherwise, the neuron will not send signals.

The working process of the BP neural network includes training and prediction. Training is to prepare the network to work for certain system, which is of highly importance. In the training process, the weights are adjusted to obtain better performance of the network. Prediction is to solve the inverse problem by using the prepared network [34]. The detailed principle of the BP neural network is described in Ref. [32], which will not be repeated here.

2.2. The PSO algorithm

The PSO, which has rooted in artificial life and social psychology as well as engineering and computer science, is a random searching technique inspired by bird foraging. It differs from evolutionary computation methods in that the population members, called particles, are flown through the problem hyperspace. The PSO finds the optimum value more quickly than traditional evolutionary algorithms due to the fact that PSO uses a combination of local and global searches with the sharing evolutionary information among the individual particles. Many modifications have been made to improve convergence speed of the basic PSO algorithm and to increase the diversity of particles [35]. The velocity and position of each particle in the basic PSO can be obtained as follows [36]:

Vit+1=wVit+c1r1PitXit+c2r2PgtXitE2
Xit+1=Xit+Vit+1E3

where c1 and c2 represent two positive constants called acceleration coefficients; r1 and r2 are uniformly distributed random numbers in the interval [0, 1]. w is the inertia weight factor, which is used to control the impact of the previous velocities on the current velocity. In the present work, w is defined as w = 0.9 – 0.4 × t/tmax, where t and tmax represent the current and maximum generation number, respectively. Xi(t) = [Xi1(t), Xi2(t), …, Xin(t)]T denotes the present location of particle i, which represents a potential solution. Vi(t) = [Vi1(t), Vi2(t), …, Vin(t)]T denotes the present velocity of particle i, which is based on its own and its neighbors’ flying experience. Pi(t) = [Pi1(t), Pi2(t), …, Pin(t)]T is the ‘local best’ in the tth generation of the swarm. The global best position of the swarm is expressed as Pg.

In the present work, an improved multi-strategy PSO (MSPSO) was applied to BP neural network training [37]. Three improvements were made based on the standard PSO. First, the opposition learning [38] strategy is introduced into every iteration of the PSO algorithm. The idea of opposition learning is that when a new individual particle X = (X1, X2,…, Xn) is generated during the evolution process, its opposite position X¯=X1¯X2¯Xn¯ should be considered to test if it is better than X. If xi is in the interval of [ai, bi], Xi¯ can be calculated by Xi¯=ai+bi-Xi. Second, the acceleration coefficient c2 is set to vary with iterations instead of being constant. Generally speaking, c2 represents social ability of the swarm. In the later stage of the iteration, the society guide ability gradually strengthens, which makes the diversity of the swarm decline. It should properly weaken in the later stage of the algorithm. Therefore, c2 can be set as follows [37]:

c2=c2maxttmaxc2maxc2minE4

where c2max and c2min are the maximum and minimum of c2, which are set as 2.05 and 0.4, respectively, in the present work [37].

Finally, it is known that the standard PSO may be trapped into local optimum as the decreasing of the population diversity. Therefore, a multi-start strategy is introduced to the MSPSO, which means that, when the optimal solution is not updated for Smax iterations, it will force the particle swarm to initialize, but the previous optimal solution is recorded, where Smax is the maximum number of stagnation. Note that during the particle initialization, it still reserves the individual best position and global best position. The detailed model flow chart of MSPSO is shown in Figure 1.

Figure 1.

Flowchart MSPSO algorithm.

2.3. MSPSO-BP algorithm

In the present work, the MSPSO is applied to optimize the threshold and weight of the BP neural network. The training process is required before prediction for BP neural network, which is introduced in Section 2.1. Before the optimization of BP neural network, the topological structure of the network should be decided. For a three-layered BP neural network, i.e. to choose the node numbers in input layer, hidden layer, and output layer. The structure of input layer and output layer is mainly determined by the number of input and output data. The node number in hidden layer is of significant importance, which highly affects the training speed and training accuracy. Too many nodes may lead to slow convergence rate and over learning. However, if the node number is not large enough, the network may have small training precision. The values of the node number can be determined using many different ways [39]. After the node number of the hidden layer is determined, the next step is to decide the weight and threshold values, which are optimized by the MSPSO in the present work. Each particle stands for a possible solution of the optimal weight and threshold.

Advertisement

3. Direct model

A one-dimensional (1-D) absorbing, scattering, and non-emitting particle system was under consideration in the present work (see Figure 2). The left side of the system was exposed to continuous wave laser beam of different wavelengths. For the short interaction time and low laser intensity, the media were assumed to be cold without considering the thermal effect caused by the interaction of the laser and media. The radiative transfer equation in a 1-D particle system can be expressed as follows [40]:

Figure 2.

The schematic of a 1D slab absorbing, scattering, and non-emitting particle system exposed to collimated continuous wave laser.

Ixθx=κλ+σsλIxθ+σsλ20πIxθΦλθθsinθdθE5

where I is the intensity in direction θ at location x. The absorption and scattering coefficients are denoted by κλ and σsλ, respectively. The subscript λ stands for the wavelength of the incident laser. The scattering phase function Φλ(θ′, θ) represents the probability that radiation, which propagates from the incoming direction θ′, will be scattered into the direction θ.

According to Mie theory, when the sphere particle is irradiated by a laser beam, the extinction, scattering, and absorption efficiency can be calculated by the following equation [41]:

Qext=2χ2Ren=12n+1an+bnE6
Qsca=2χ2n=12n+1an2+bn2E7
Qabs=QextQscaE8

where the extinction, scattering, and absorption efficiency are denoted by Qext, Qsca, and Qabs, respectively. Re is the real part of complex number, χ represents the scale parameter that can be expressed as πD/λ for spherical particles. D represents the diameter of particles. λ stands for the wavelength of incident laser. Mie scattering coefficients are denoted by an and bn, which can be written as follows [41]:

an=ψnmχψnχmψnmχψnχψnmχξnχmψnmχξnχE9
bn=mψnmχψnχψnmχψnχmψnmχξnχψnmχξnχE10

where m (= n + ik) represents the optical constant of particle system. ξn(χ) = ψn + n, ψn(χ), and χn(χ) are Ricatti–Bessel functions. The details of Mie theory are well demonstrated in Ref. [41].

The absorption coefficient κλ and scattering coefficient σsλ of particle system can be calculated by the following equations:

κλ=0Cabs,λDNDdDE11
σsλ=0Csca,λDNDdDE12

where Cabs, λ and Csca, λ stand for absorption and scattering cross section, respectively. For sphere particles, absorption and scattering cross section can be calculated by using Mie theory [41]; N(D) represents the number density of particles with diameter D.

It is known that the PSDs can be described by certain distribution function, among which the commonly used parameter distribution function is as follows [42]:

fRRD=σD×DDσ1×expDDσE13
fSND=12πσ×expDD22σ2E14
fLND=12πDlnσ×explnDlnD22lnσ2E15

where D¯ represents the characteristic diameter parameter, and σ is the dispersion ratio. The volume frequency distribution is denoted by f(D).

Advertisement

4. Results and discussion

To demonstrate the validity of the proposed MSPSO-BP algorithm in the inverse radiative analysis, several different test cases are considered in this section. Firstly, the PSDs are retrieved using multi-wavelength method. Secondly, the optical constant is obtained for L–N distribution. The influence of measurement errors is considered. Finally, the PSDs and optical constant are retrieved simultaneously using a secondary optimization method. Each case was implemented using FORTRAN code, and the developed program was executed on an Intel Core i7 PC.

4.1. The retrieval of PSDs

Multi-wavelength method [43] has been applied to obtain the PSDs accurately and effectively. Therefore, to test the influence of wavelength number on the retrieval accuracy and efficiency, different amounts of wavelengths were used in the present work, which, to be specific, are one, two, and three wavelengths. For the single wavelength, the wavelength was set as 0.55 μm. For the two wavelengths, 0.55 and 0.63 μm were applied. And 0.55, 0.633, 0.649 μm were used for the three-wavelength method. The optical constants (n, k) corresponding to different wavelengths were set as (1.381, 0.00426), (1.377, 0.00162), and (1,376, 0.00504). The retrieval of the PSDs was solved by minimizing the objective function, which was defined as the sum of the square residuals between the predicted and the expected reflectance and transmittance. Therefore, the objective function can be expressed as follows:

Fobj=i=1nRpreiRexpiRexpi2+TpreiTexpiTexpi2E16

The number density of particle system was set to a fixed value N0 = 5.0 cm−3. The range of parameters in monomodal distributions are set as D¯0.11.1 and σ ∈ (1.4, 3.4). To obtain adequate training samples for training network, 1000 sets of data were generated randomly within the initial range. Nine hundred sets were randomly selected as training samples, and others were chosen as prediction samples to test the performance of trained network. Afterwards, the well-trained and well-tested network will be used to retrieve the PSD of the particle system. The control parameters of MSPSO-BP are shown in Table 1. Also, the relative errors were applied to demonstrate accuracy retrieval results, which can be expressed as follows:

ε=PREEXPEXP×100%E17

where PRE and EXP stand for the predicted and expected values of the results, respectively.

Maximum iteration number 200
Momentum factor Lr = 0.1
Weight wmax = 0.9; wmin = 0.5
Learning factors c 1 = 2.05; c2max = 2.05; c2min = 0.4;
c2=c2maxttmax×(c2maxc2min)
Maximum stagnation time S max = 20

Table 1.

Parameter setting of MSPSO-BP.

In the present work, three commonly used PSDs were applied, i.e. R–R, S–N, and L–N (see Equations 1315). The training results, which are the mean relative errors of all the prediction samples, for different PSDs and different number of incident wavelengths are shown in Table 2.

It can be seen that MSPSO-BP has excellent prediction performance for the three kinds of PSD functions. Besides, with the number of wavelengths increasing, the error between predicted values and expected values of prediction samples gradually decreases, which means that the multiple-wavelength method can improve the prediction accuracy effectively. Also, it is noticeable that the calculation time is also increasing with the number of wavelengths used, which is caused by the increasing calculation times of the direct problem.

PSDs Wavelength number εσ(%) ε D ¯ (%)
R–R 1 0.036 0.066
2 0.009 0.021
3 0.004 0.007
S–N 1 0.059 0.076
2 0.016 0.021
3 0.001 0.004
L–N 1 0.061 0.095
2 0.012 0.034
3 0.002 0.005

Table 2.

The training results of different PSDs.

Figure 3.

The prediction results of the L–N distribution (a) σ and (b) D¯.

After the test of the network is finished, the network can be used to retrieve the PSD of the particle system. The results of the 100 sets of test data are illustrated in Figure 3. It demonstrates clearly that increasing the incident wavelength will improve the accuracy the prediction results. To show the performance of the MSPSO-BP algorithm, a case was presented to retrieve the PSD parameters of the L–N distribution. The true value of PSD parameters is set as σ = 2.0 and D¯=0.6. Each case was run for 10 times. The inversion results are shown in Table 3. It is evident that the retrieval results are accurate when using two- and three-wavelength methods. However, the results of single wavelength are not acceptable. This can be contributed to the insufficient information supplied by the single wavelength method. Therefore, it is suggested that more than one incident wavelength should be used in the retrieval of PSDs.

Wavelength number D ¯ σ Time (s)
1 Estimated value 0.552 2.230 872
Relative error (%) 8.00 11.5
2 Estimated value 0.607 1.957 1129
Relative error (%) 1.17 2.15
3 Estimated value 0.602 1.996 1398
Relative error (%) 0.33 0.20

Table 3.

Retrieval results of L–N distribution.

The number of training sample is a very important parameter for the BP neural network. It should be dealt with very carefully. Therefore, different numbers of training samples are applied to the inversion of PSDs using three-wavelength method. The numbers of training samples are set as 600, 700, 800, and 900, respectively. The retrieval results are listed in Table 4.

Training sample number D ¯ σ Time (s)
600 Estimated value 0.585 2.093 1019
Relative error (%) 2.50 4.65
700 Estimated value 0.611 2.052 1127
Relative error (%) 1.83 2.60
800 Estimated value 0.595 2.013 1286
Relative error (%) 0.83 0.65
900 Estimated value 0.602 1.996 1398
Relative error (%) 0.33 0.20

Table 4.

The influence of training samples.

It can be seen that by increasing the amount of the training samples, more accurate retrieval results can be obtained, which can be seen more clearly in Figure 4. Network training time is obviously related to the number of training data. Training the network with more data tends to spend more time. Therefore, to save computation time, less training samples should be applied. However, it will reduce the accuracy of the retrieval results at the same time (see Figure 4). Therefore, when using the neural network-based algorithm for an inverse problem, the number of the training samples should be decided very carefully.

Figure 4.

The influence of training samples.

4.2. The estimation of optical constant

In this section, MSPSO-BP algorithm is applied to retrieve the optical constant, i.e. n and k. It is known that the optical constant is different for different wavelengths. Multi-wavelength method is no longer effective in this situation as more wavelengths mean more unknown optical constants. Therefore, other methods should be applied to obtain more information about the particle system. In the present work, different thicknesses of particle system were applied. To test the effectiveness of the multi-thickness method, the optical constant of a 1-D sample with thickness of 0.1, 0.2, and 0.3 m was retrieved.

First, the MSPSO-BP should be trained. The interval of the optical constant was set as n ∈ (1.3, 1.6) and k ∈ (0.001, 0.01). The PSD was set as L–N distribution and D¯=1.0 and σ = 2.0. The incident wavelength was set as 0.55 μm, which means n = 1.381 and k = 0.00426. Other parameters were set the same as last section. One thousand sets of n and k were generated within the interval randomly, 900 of which were used as training, and others were used to test performance of the trained network. The test results are shown in Figure 5.

Figure 5.

The comparison of the expected and predicted results of (a) n and (b) k of the 100 test samples.

It is evident that the predicted values and expected values of n and k are in a good agreement, which indicates that the trained network has an excellent ability for retrieving optical constant. Therefore, the trained network will be used to conduct the inversion of optical constant. The optical constant that needs to be estimated was set as (n, k) = (1.4, 0.006). Considering the fact that the inevitable measurement errors will occur in practical measurement, random errors were added to the original reflectance and transmittance. The results are shown in Table 5. It can be seen that even when the measurement noise is 5%, the retrieval results of the optical constants are still acceptable.

Measurement error n k
0% Retrieval result 1.4002 6.0037 × 10−3
Relative error (%) 0.014 0.062
1% Retrieval result 1.3995 5.9750 × 10−3
Relative error (%) 0.036 0.417
3% Retrieval result 1.4012 5.9650 × 10−3
Relative error (%) 0.086 0.583
5% Retrieval result 1.4038 5.9440 × 10−3
Relative error (%) 0.271 0.933

Table 5.

The retrieval results of optical constant with and without measurement errors.

4.3. The retrieval of optical constant and PSDs

In this section, a secondary optimization method [44] was applied to obtain the optical constant and PSDs simultaneously by combining the multi-wavelength and multi-thickness methods. The diffuse transmittance, diffuse reflectance, and collimated transmittance were applied. The details of this method are described in Ref. [44] and will not be repeated here.

The wavelengths of two incident beams were set as 0.55 and 0.65 μm. And its corresponding optical constants were 1.432–0.00753i and 1.426–0.00794i, respectively. Two samples, which were basically the same except for their thicknesses, are used. The original PSDs that need to be retrieved are shown in Table 6. Particle number density was set as 5.0 cm−3. The searching range of the optical constant and PSDs was set as n ∈ (1.3, 1.6) and k ∈ (0.001, 0.01), D¯0.1,1.1, and σ ∈ [1.4, 3.4]. Ten thousand sets of optical constant and PSDs were generated randomly within the parameter range. After network was trained, it was applied to obtain the optical constant and PSDs. Each case was run for 10 times. The retrieval results are shown in Table 7.

PSDs R–R S–N L–N
D ¯ , σ 0.8, 2.8 0.7, 2.5 0.6, 2.0

Table 6.

The PSDs parameters.

PSDs n, k εrel (%) D ¯ , σ ε rel (%) Time (s)
R–R 1.451, 0.00765 1.33, 1.59 0.543, 2.435 9.50, 2.60 1258
1.443, 0.00806 1.19, 1.51
S–N 1.4199, 0.00732 0.84, 2.78 0.842, 2.466 5.25, 11.93 1468
1.4137, 0.00774 0.85, 2.52
L–N 1.4181, 0.0072 0.97, 4.28 0.709, 2.436 18.25, 21.78 1742
1.4130, 0.0075 1.33, 0.41

Table 7.

The retrieval results of optical constant and PSDs.

Figure 6.

The flowchart for the whole optimization procedure.

It can be seen that for the same distribution, the retrieval results of optical constant are much smaller than those of the PSDs. The optical constant can be retrieved with a tolerable error. However, the average retrieved results of the PSDs, i.e. D¯ and σ, are not tolerable, and the maximum retrieval error can reach more than 20%. The reason the relative errors of the PSDs are so much larger than those of n and k is that the sensitivity coefficients of D¯ and σ are much lower than those of n and k [44]. In other words, the radiative signals are insensitive to the PSDs, which mean even when the relative errors of the retrieved values of D¯ and σ are very large, the deviation in the calculated reflectance and transmittance signals can be ignored.

It can be concluded that the influences of the PSDs on the diffused reflectance and transmittance signals are less significant than that of the optical constant. Even though the retrieved results of the PSDs were not accurate, those of the complex refractive index were relatively satisfactory. Hence, the accuracy of the retrieved PSDs needed to be improved which meant much more information, which was sensitive to the PSDs, should be included in the inverse procedure. It was found that the collimated transmittance was more sensitive to D¯ and σ [44]. Therefore, the collimated transmittance signal was applied to improve the inversion accuracy of the PSDs. Based on the above analysis, a secondary optimization was performed in which D¯ and σ were the unknown parameters that needed to be retrieved, and the optical constant retrieved by the first optimization was applied as the original values. The inverse procedure is shown in Figure 6.

The results of the secondary optimization are shown in Table 8. It is evident that the estimated results of the secondary optimization were much more accurate than those of the first optimization, which proved that the applied inversion method is suitable for the simultaneous estimation of the complex refractive indexes and PSDs.

Function Original values Estimated values (D¯, σ) ε rel (%)
R–R 0.8, 2.8 0.807, 2.809 0.88, 0.32
S–N 0.7, 2.5 0.711, 2.508 1.57, 0.32
L–N 0.6, 2.0 0.605, 2.0447 0.75, 1.98

Table 8.

The second retrieval results of PSDs.

Advertisement

5. Conclusion

A multi-strategy PSO was applied to improve the performance of the BP multi-layer feed-forward ANN algorithm. The proposed MSPSO-based ANN method was introduced to solve the inverse radiation problems for the first time. Three commonly used PSD functions in a 1-D particle system were retrieved using the proposed algorithm. In addition, the optical constant was estimated, and the influence of measurement errors upon the precision of the estimated results was also investigated. Finally, the proposed algorithm was applied to the simultaneous estimation of the PSDs and optical constant using the multi-wavelength and multi-thickness method. All the retrieval results show that the proposed MSPSO-BP ANN can be applied to estimate the PSDs and optical constant in 1-D absorbing, scattering, and non-emitting system accurately even with noise data. Meanwhile, the secondary optimization can be recognized as an efficient way to obtain the PSDs and optical constant simultaneously by applying the multi-wavelength and multi-thickness method.

Advertisement

Acknowledgments

This work was supported by the National Natural Science Foundation of China (Nos. 51476043 and 51576053), the Major National Scientific Instruments and Equipment Development Special Foundation of China (No. 51327803), and the Foundation for Innovative Research Groups of the National Natural Science Foundation of China (No. 51421063) and are gratefully acknowledged. A very special acknowledgement is also made to the editors and referees who make important comments to improve this chapter.

References

  1. 1. Lu XD, Hsu PF. Reverse Monte Carlo method for transient radiative transfer in participating media. Journal of Heat Transfer 2004;126(4):621–627. DOI: 10.1115/1.1773587
  2. 2. Kumar S, Mitra K. Microscale aspects of thermal radiation transport and laser applications. Advances in Heat Transfer 1999;33:187–294. DOI: 10.1016/S0065-2717(08)70305-8
  3. 3. Hurt RH, Gibbins JR. Residual carbon from pulverized coal fired boilers: 1. Size distribution and combustion reactivity. Fuel 1995;74(4):471–480. DOI: 10.1016/0016-2361(95)98348-I
  4. 4. Mei L, Lu XF, Wang QH, Pan Z, Hong Z, Ji XY. The experimental study of fly ash recirculation combustion characteristics on a circulating fluidized bed combustor. Fuel Processing Technology 2014;118:192–199. DOI: 10.1016/j.fuproc.2013.09.002
  5. 5. Sun YP, Lou C, Zhou HC. Estimating soot volume fraction and temperature in flames using stochastic particle swarm optimization algorithm. International Journal of Heat and Mass Transfer 2011;54(1–3):217–224. DOI: 10.1016/j.ijheatmasstransfer.2010.09.049
  6. 6. Seames WS. An initial study of the fine fragmentation fly ash particle mode generated during pulverized coal combustion. Fuel Processing Technology 2003;81(2):109–125. DOI: 10.1016/S0378-3820(03)00006-7
  7. 7. Li H, Liu G, Cao Y. Content and distribution of trace elements and polycyclic aromatic hydrocarbons in fly ash from a coal-fired CHP plant. Aerosol Air Quality Research 2014;14:1179–1188. DOI: 10.4209/aaqr.2013.06.0216
  8. 8. Viskanta R, Mengüç MP. Radiation heat transfer in combustion systems. Progress in Energy and Combustion Science 1987;13(2):97–160. DOI: 10.1016/0360-1285(87)90008-6
  9. 9. Marakis JG, Papapavlou CH, Kakaras E. A parametric study of radiative heat transfer in pulverised coal furnaces. International Journal of Heat and Mass Transfer 2000;43(16):2961–2971. DOI: 10.1016/S0017-9310(99)00347-6
  10. 10. Wyatt PJ. Some chemical, physical, and optical properties of fly ash particles. Applied Optics 1980;19(6):975–983. DOI: 10.1364/AO.19.000975
  11. 11. Lee SH, Kima HJ, Sakaib E, Daimonb M. Effect of particle size distribution of fly ash–cement system on the fluidity of cement pastes. Cement and Concrete Research 2003;33(5):763–768. DOI: 10.1016/S0008-8846(02)01054-2
  12. 12. He ZZ, Qi H, Yao YC, Ruan LM. An effective inversion algorithm for retrieving bimodal aerosol particle size distribution from spectral extinction data. Journal of Quantitative Spectroscopy and Radiative Transfer 2014;149:117–127. DOI: 10.1016/j.jqsrt.2014.08.002
  13. 13. Willis C. The complex refractive index of particles in a flame. Journal of Physics D: Applied Physics 1970;3:1944–1956. DOI: 10.1088/0022-3727/3/12/324
  14. 14. Volz FE. Infrared refractive index of atmospheric aerosol substances. Applied Optics 1972;11(4):755–759. DOI: 10.1364/AO.11.000755
  15. 15. Gupta RP, Wall TF. The complex refractive index of particles. Journal of Physics D: Applied Physics 1981;14(6):L95–L98. DOI: 10.1088/0022-3727/14/6/003
  16. 16. Shu Y, Zhou XJ, Zhao YZ. A theoretical study of multi-wavelength lidar exploration of optical properties of atmospheric aerosols. Advances in Atmospheric Sciences 1986;1:23–38. DOI: 10.1007/BF02680043
  17. 17. Erlick C. Effective refractive indices of water and sulfate drops containing absorbing inclusions. Journal of the Atmospheric Sciences 2006;63:754–763. DOI: http://dx.doi.org/10.1175/JAS3635.1
  18. 18. Shen Y, Draine BT, Johnson ET. Modeling porous dust grains with ballistic aggregates. I. Geometry and optical properties. The Astrophysical Journal 2008;689:260–275. DOI: 10.1086/592765
  19. 19. Pecharroman C, Gaspera ED, Martucci A, Galindod RE, Mulvaney P. Determination of the optical constants of gold nanoparticles from thin-film spectra. The Journal of Physical Chemistry 2015;119(17):9450–9459. DOI: 10.1021/jp512611m
  20. 20. Li WK, Wu YX, Huang ZM, Fang R, Lv JF. Measurement results comparison between laser particle analyzer and sieving method in particle size distribution. Powder Science and Technology 2007;5:003.
  21. 21. Tang H, Lin JZ. Retrieval of spheroid particle size distribution from spectral extinction data in the independent mode using PCA approach. Journal of Quantitative Spectroscopy and Radiative Transfer 2013;115:78–92. DOI: 10.1016/j.jqsrt.2012.09.005
  22. 22. Rizzi R, Guzzi R, Legnani R. Aerosol size spectra from spectral extinction data: The use of a linear inversion method. Applied Optics 1982;21(9):1578–1587. DOI: 10.1364/AO.21.001578
  23. 23. Muhieddine M, Canot E, March R. Heat transfer modeling in saturated porous media and identification of the thermophysical properties of the soil by inverse problem. Applied Numerical Mathematics 2012;62(9):1026–1040. DOI: 10.1016/j.apnum.2012.02.008
  24. 24. Lu S, Heng Y, Mhamdi A. A robust and fast algorithm for three-dimensional transient inverse heat conduction problems. Journal of Heat and Mass Transfer 2012;55(25–26):7865–7872. DOI: 10.1016/j.ijheatmasstransfer.2012.08.018
  25. 25. Gosselin L, Tye-Gingras M, Mathieu-Potvin F. Review of utilization of genetic algorithms in heat transfer problems. International Journal of Heat and Mass Transfer 2009;52(9):2169–2188. DOI: 10.1016/j.ijheatmasstransfer.2008.11.015
  26. 26. Stephany S, Becceneri JC, Souto RP, Velho HFD, Neto AJS. A pre-regularization scheme for the reconstruction of a spatial dependent scattering albedo using a hybrid ant colony optimization implementation. Applied Mathematical Modelling 2010;34(3):561–572. DOI: 10.1016/j.apm.2009.06.006
  27. 27. Zhang B, Qi H, Ren YT, Sun SC, Ruan LM. Inverse transient radiation analysis in one-dimensional participating slab using improved ant colony optimization algorithms. Inverse transient radiation analysis in one-dimensional participating slab using improved ant colony optimization algorithms. Journal of Quantitative Spectroscopy and Radiative Transfer 2014;133:351–363. DOI: 10.1016/j.jqsrt.2013.08.020
  28. 28. Ermis K, Erek A, Dincer I. Heat transfer analysis of phase change process in a finned-tube thermal energy storage system using artificial neural network. International Journal of Heat and Mass Transfer 2007;50(15):3163–3175. DOI: 10.1016/j.ijheatmasstransfer.2006.12.017
  29. 29. Jambunathan K, Hartle SL, Ashforth-Frost S, Fontama VN. Evaluating convective heat transfer coefficients using neural networks. International Journal of Heat and Mass Transfer 1996;39(11):2329–2332. DOI: 10.1016/0017-9310(95)00332-0
  30. 30. Gevrey M, Dimopoulos I, Lek S. Review and comparison of methods to study the contribution of variables in artificial neural network models. Ecological Modelling 2003;160(3):249–264. DOI: 10.1016/S0304-3800(02)00257-0
  31. 31. Durbin R, Rumelhart DE. Product units with trainable exponents and multi-layer networks. In: Soulié FF, Hérault J, editors. Neurocomputing. Berlin Heidelberg: Springer; 1990. p. 15–26. DOI: 10.1007/978-3-642-76153-9_2
  32. 32. Sadeghi BHM. A BP-neural network predictor model for plastic injection molding process. Journal of Materials Processing Technology 2000;103(3):411–416. DOI: 10.1016/S0924-0136(00)00498-2
  33. 33. Yu F, Xu XZ. A short-term load forecasting model of natural gas based on optimized genetic algorithm and improved BP neural network. Applied Energy 2014;134:102–113. DOI: 10.1016/j.apenergy.2014.07.104
  34. 34. Zhou JL, Duan ZC, Li Y. PSO-based neural network optimization and its utilization in a boring machine. Journal of Materials Processing Technology 2006;178:19–23. DOI: 10.1016/j.jmatprotec.2005.07.002
  35. 35. Ren YT, Qi H, Chen Q, Ruan LM. Inverse transient radiative analysis in two-dimensional turbid media by particle swarm optimizations. Mathematical Problems in Engineering 2015;2015:680823. DOI: 10.1155/2015/680823
  36. 36. Shi Y, Eberhart RC. A modified particle swarm optimizer. In: IEEE International Conference on Evolutionary Computation; 4–9 May 1998; Anchorage, AK. Anchorage, AK: IEEE; 1998. p. 69–73. DOI: 10.1109/ICEC.1998.699146
  37. 37. Wang QY, Ma HZ, Cao SR. A multi-strategy particle swarm optimization algorithm and its application on hybrid magnetic levitation. Proceedings of the CSEE 2014;34(30):5416–5424.
  38. 38. Rahnamayan S, Tizhoosh HR, Salama MMA. Opposition versus randomness in soft computing techniques. Applied Soft Computing 2008;8(2):906–918. DOI: 10.1016/j.asoc.2007.07.010
  39. 39. Huang GB, Chen L, Siew CK. Universal approximation using incremental constructive feed forward networks with random hidden nodes. IEEE Transactions on Neural Networks 2006;17(4):879–892. DOI: 10.1109/TNN.2006.875977
  40. 40. Modest MF. Backward Monte Carlo simulations in radiative heat transfer. Journal of Heat Transfer 2003;125(1):57–62. DOI: 10.1115/1.1518491
  41. 41. Bohren CF, Huffillan DR. Absorption and Scattering of Light by Small Particles. New York: John Wiley & Sons; 2008.
  42. 42. He ZZ, Qi H, Yao YC, Ruan LM. Inverse estimation of the particle size distribution using the fruit fly optimization algorithm. Applied Thermal Engineering 2015;88:306–314. DOI: 10.1016/j.applthermaleng.2014.08.057
  43. 43. He ZZ, Qi H, Wang YQ, Ruan LM. Inverse estimation of the spheroidal particle size distribution using ant colony optimization algorithms in multispectral extinction technique. Optics Communications 2014;328:8–22. DOI: 10.1016/j.optcom.2014.04.042
  44. 44. Ren YT, Qi H, Chen Q, Ruan LM, Tan HP. Simultaneous retrieval of the complex refractive index and particle size distribution. Optics Express 2015;23:19328–19337. DOI: 10.1364/OE.23.019328

Written By

Hong Qi, Ya-Tao Ren, Jun-You Zhang, Li-Ming Ruan and He-Ping Tan

Reviewed: 10 February 2016 Published: 31 August 2016