Expand this Topic clickable element to expand a topic
Skip to content
Optica Publishing Group

Multi-objective genetic algorithm for the optimization of a flat-plate solar thermal collector

Open Access Open Access

Abstract

We present a multi-objective genetic algorithm we developed for the optimization of a flat-plate solar thermal collector. This collector consists of a waffle-shaped Al substrate with NiCrOx cermet and SnO2 anti-reflection conformal coatings. Optimal geometrical parameters are determined in order to (i) maximize the solar absorptance α and (ii) minimize the thermal emittance ε. The multi-objective genetic algorithm eventually provides a whole set of Pareto-optimal solutions for the optimization of α and ε, which turn out to be competitive with record values found in the literature. In particular, a solution that enables α = 97.8% and ε = 4.8% was found.

© 2014 Optical Society of America

1. Introduction

Flate-plate solar thermal collectors, amongst other solar-energy conversion devices like thermophotovoltaic (TPV) [1,2] or concentrating solar power (CSP) systems [3], are a nice example of the use of a renewable energy. Without the need of additional electric energy consumption they allow to heat water for domestic use (temperature lower than 100°C) [46]. Amongst all possibilities for producing solar absorbers for low to mid-temperature (100°C–300°C) applications (e.g., intrinsic absorbers, multilayers or other systems based on cooperative effects) [7], cermets, in the form of thin films, are today the only industrial alternative. Cermets are nanostructured composites in which metallic nanoparticles are embedded in a ceramic matrix. This structure is especially adapted for strong absorption in the UV-visible region, due to plasmonic absorption in the particles, coupling between the particles, and interband electronic transitions in the matrix [8, 9]. As the cermet coating is deposited on an IR-reflective substrate, its IR-transparency actually allows the solar collector to have a low emittance, therefore reducing thermal losses. Many cermet materials such as Ni-Al2O3, Cr-Cr2O3, Al-AlN and Ni-NiO are known to be good candidates [1013]. Thanks to a previous work by Gaouyat et al. [14, 15], Ni-NiCrOx was found to be an ideal candidate for solar absorber applications because of its various absorption mechanisms. In order to reach higher performances, cermets are always coupled with an anti-reflection layer in a tandem absorber system [16]. Tin oxide was chosen for its ability to be produced by sputtering in addition to its anti-reflective property. It was proven in a previous work that a structuration of the substrate can lead to a further increase of the absorption [17]. Indeed the use of a structured substrate, in synergy with a tandem bilayer, could relax the constraints of fine tuning of layer deposition parameters [14]. Therefore the effect of the structure has to be explored. Amongst all the patterns already studied, such as 1-D sinusoidal corrugation [17], lamellar profiles [17], pyramids [1] or dendrites [18], we decided to exploit the idea of Shimizu et al. [19] and we considered waffle-like patterns consisting of the periodic repetition of truncated inverted pyramids. The confrontation of tandem solar absorbers with and without substrate structuration will be considered in this study in order to understand the role of this additional feature. The focus of this work is on the optimization of flat-plate solar thermal collectors for domestic heating of water.

The optothermal properties of solar absorbers are characterized by two quantities: the solar absorptance α and the thermal emittance ε. They describe respectively the absorber ability to harvest the sun radiation and to avoid thermal losses calculated from the black-body spectrum of the absorber. In order to maximize the efficiency of the collector, the solar absorptance α should be maximized and the thermal emittance ε should be minimized. We hence need to conjointly optimize α and ε in order to achieve an efficient collector. This optimization is often done empirically since a complete investigation of all possible combinations of parameters would be untractable. The usual parameters are the thicknesses of the layers or the metal content of cermet layers [16]. In the present work, the parameters to be optimized are not only the thicknesses of the tandem absorber layers (NiCrOx and SnO2), but also the geometrical parameters of the waffle-like structure.

Nature has developed its own algorithms for determining optimal solutions. With genetic algorithms (GA), we actually mimic natural selection in order to determine the optimal parameters of complex problems in physics [2022]. The idea consists in working with a population of individuals, each of them representing a given set of physical parameters. The initial population usually consists of random individuals. The best individuals are then selected. They generate new individuals for the next generation. Random mutations in the coding of parameters are finally introduced. When applied from generation to generation, this evolutionary strategy makes it possible to determine the global optimum of a problem. These general principles actually leave room for a variety of interpretations regarding the way a genetic algorithm should be implemented [23,24]. There are indeed different ways to assign a fitness to each individual, different strategies for the selection, different methods for the crossing and mutation of parameters. Every developer of a genetic algorithm will finally implement his own tricks to converge more efficiently to the solution. For a given implementation of a genetic algorithm, a decision must be taken for the size of the population, the rate of crossover and the rate of mutation. This is essentially done from experience.

We present in this work a multi-objective genetic algorithm we developed for the optimization of a solar thermal collector that consists of a waffle-shaped Al semi-infinite substrate with NiCrOx and SnO2 conformal coatings. The geometrical parameters of this system must be adjusted in order to achieve two objectives: (i) to maximize the absorptance α and (ii) to minimize the emittance ε. The details of this algorithm are presented in Sec. II. Sec. III then presents the results achieved with the solar thermal collector. Sec. IV finally concludes this work.

2. Multi-objective genetic algorithm

Let f⃗ = f⃗(x⃗) be an objective function of m components f1(x⃗),..., fm(x⃗). Each component fj(x⃗) depends on n physical parameters xi, where xi[ximin,ximax] with a specified granularity of Δxi in the representation of each parameter. We want to find, amongst this whole set of possibilities for the parameters xi, the values that maximize globally the different components of the objective function.

Each parameter xi is actually represented by a string of ni bits (0 or 1), also called a ”gene”. ni is chosen so that (ximaxximin)/(2ni1)Δxi. The value of the physical parameter xi is then given by xi=ximin+genei×Δxi, where 〈gene i〉 ∈ [0,2ni − 1] stands for the value coded by the gene i in Gray binary coding [23]. The genetic algorithm must reject gene values that lead to xi>ximax in order to achieve a strict enforcement of our parameter specifications. A given set of parameters {xi}i=1n is finally represented by the juxtaposition of the n genes used for the representation of each parameter. These strings of n genes are also called ”DNA”. The genetic algorithm actually works on the DNA representation of parameters when searching for optimal solutions.

We work with a population of npop=100 individuals. Each individual has its own DNA. It is therefore representative of a given set of parameters {xi}i=1n. The initial population usually consists of random individuals. These individuals must be evaluated in order to determine the corresponding values of the objective function f⃗. We must also define an effective fitness feff for the classification of these individuals. Working with feff=j=1mwjfj, where wj are arbitrary weighting factors, would lead the GA to optimize a specific linear combination of the components fj of the objective function, without taking into account how individuals actually compare for each fj. We will work instead with an effective fitness feff that depends on the Pareto-classification of these individuals [2426]. This classification is based on the concept of dominance: a solution x⃗1 is dominated by the solution x⃗2 if fj(x⃗2) ≥ fj(x⃗1)∀j and ∃j : fj(x⃗2) > fj(x⃗1). Pareto-optimal solutions are solutions that are not dominated. The effective fitness feff, which is given with details in the Appendix, will be higher for individuals that are not dominated. This will force the GA to establish a whole set of Pareto-optimal solutions, instead of just focussing on a specific linear combination of the fj.

The individuals are then sorted according to this effective fitness. npop/2 individuals (”the parents”) are selected by a rank-based ”Roulette Wheel Selection” [23, 24]. This is a random selection procedure in which the probability for an individual to be selected is proportional to its weight on a ”wheel”. The individual with the highest effective fitness receives a weight equal to npop, the second-best individual receives a weight equal to npop − 1, etc. The last individual receives a weight equal to 1. Individuals with a higher effective fitness have thus more chance to be selected. A given individual can be selected several times. This enables the best individuals to progressively dominate the population.

The parents are transferred to the next generation. In addition, they generate new individuals (”the children”). For any pair of parents, two children are obtained either (i) by a one-point crossover of the parents’ DNA (probability of 90%), or (ii) by a simple replication of the parents’ DNA (probability of 10%). The position in the chain of bits at which the two parts of the parents’ DNA is exchanged is chosen randomly [23, 24]. The transmission of unchanged individuals to the next generation enables the conservation of good solutions. The exploration of new solutions is achieved by the individuals obtained when crossing the parents’ DNA. We finally introduce random mutations: each bit of the children’s DNA has a probability of 1% to be reversed. This is an essential ingredient for the exploration of parameters. It enables indeed a final refinement of the parameters.

These steps of selection, crossover and mutation must be repeated from generation to generation until convergence is achieved (maximum of 100 generations). By this game of natural selection, the genetic algorithm will progressively determine optimal solutions for the problem considered. We implemented elitism in order to make sure that the individuals that provide the best values for f1,..., fm and j=1mfj are not lost when going from one generation to the next. We also replaced the bottom 10% of the population by random individuals. This enables the introduction of seeds to optimal solutions that may have been missing in the initial population.

3. Optimization of a solar thermal collector

We can apply now the multi-objective genetic algorithm to the optimization of a solar thermal collector. In a previous work by Gaouyat et al. [14, 15], a flat aluminium substrate with NiCrOx and anti-reflection (AR) coatings was studied with the objective of developing high-performance solar thermal collectors. The NiCrOx ceramic-metal (cermet) composite was chosen because of its high durability and attractive absorption/emission selectivity [7]. It was shown that NiCrOx is an ideal candidate for the development of efficient solar thermal collectors.

In order to build an efficient solar thermal collector, we need to (i) maximize the solar absorptance α and (ii) minimize the thermal emittance ε [14,15]. These quantities are defined by α=0[1R(λ)]BS(λ)dλ/0BS(λ)dλ and ε=0[1R(λ)]Ba(λ)dλ/0Ba(λ)dλ, where BS(λ) is the solar irradiance spectrum (Air Mass 1.5), Ba(λ) is the black-body spectrum of the absorber and R(λ) is the total (hemispherical) reflectance of the system for a radiation of wavelength λ at normal incidence. Since we assumed semi-infinite Al substrate, the transmittance vanishes and therefore the absorption is equal to A(λ) = 1 − R(λ). α represents the fraction of the solar irradiance spectrum (BS) that is effectively absorbed by the system. ε represents the fraction of the absorber black-body spectrum (Ba) that will escape the system (equivalent of thermal losses). In a Rigorous Coupled-Wave Analysis (RCWA), the calculated reflectance is the sum of the specular reflection component and all diffracted-order components. Since R(λ) is calculated over the whole hemisphere, it fully accounts for scattering of the periodic structure in a 2π solid angle. Our calculation therefore takes into account both energy harvesting from the sun (α) and heat emission (ε) in all directions. Regarding the choice of the absorber operating temperature, since water heating for domestic use is considered here, the emittance ε was calculated at a fixed temperature (373 K), which is the maximal operating temperature of the device.

Values of α = 91.2% and ε = 1.5% were achieved in a previous work by considering a bi-layer stack of NiCrOx/AR deposited on a flat Al substrate [15]. We seek at improving this result by considering a waffle-shaped structuration of the substrate (see Fig. 1). We take SnO2 as material for the anti-reflection coating. The geometrical parameters that characterize the corrugated surface of the semi-infinite Al substrate are the period P, the height H of the holes, the ratio f between the width L of the holes on the upper side and the period (f = L/P), and finally the ratio r between the width l of the holes on the bottom side and the width L of the holes on the upper side (r = l/L). Conformal coatings of NiCrOx (thickness t1) and SnO2 (thickness t2) are then added to this structure.

 figure: Fig. 1

Fig. 1 Waffle-shaped Al structure with NiCrOx and SnO2 conformal coatings. This corrugated structure sits on a semi-infinite Al substrate. This structure is considered for the development of high-performance flat-plate solar thermal collectors.

Download Full Size | PDF

The optical properties of this waffle-shaped Al/NiCrOx/SnO2 system were simulated by the RCWA method for the calculation of the total hemispherical reflectance R(λ) [27,28]. Unpolarized light at normal incidence was assumed. We used 19 × 19 plane waves (diffraction orders) in the RCWA calculations. The optical properties of the different materials were taken from the literature and UV-visible and IR ellipsometric measurements [13, 14, 29]. We then used the multi-objective genetic algorithm to determine optimal geometrical parameters. The objective function had two components: f1 = α and f2 = 1 − ε (α must be maximized; ε must be minimized). There were six parameters to determine: P, H, f, r, t1 and t2. We considered P values between 500 and 1500 nm (step of 5 nm) and H values between 500 and 2500 nm (step of 5 nm). These boundaries left P and H in the same range as the incident wavelengths. We took f between 0.5 and 0.99 (step of 0.01) and r between 0 and 0.99 (step of 0.01) in order to explore the full range of inverted pyramidal shapes. We took finally t1 and t2 between 50 nm and 100 nm (step of 5 nm) in order to be representative of layer thicknesses obtained by physical vapor deposition (PVD). These parameter specifications left us with 48,763,605,000 possibilities to explore. Only 2377 evaluations of the fitness were however required by the GA.

Figure 2 shows that the genetic algorithm progressively established a whole set of Pareto-optimal solutions. The number of these solutions increases indeed progressively to 70 on average after 30 generations. These solutions all provide (f1, f2) values with a distinct advantage compared to the rest of the population. No individual in the whole population provides indeed better values for both f1 and f2. Amongst this set of Pareto-optimal solutions, individuals that are better for f1 are necessarily weaker for f2. This is illustrated in Table 1, where a selection of Pareto-optimal solutions is provided. Table 1 also provides the solution that maximizes f1 + f2.

 figure: Fig. 2

Fig. 2 Left: number of Pareto-optimal solutions when searching for P, H, f, r, t1 and t2 with the objective of optimizing the parameters α and ε of a solar thermal collector; Right: reflectance spectrum of the waffle-shaped Al/NiCrOx/SnO2 structure that provides α = 97.8% and ε = 4.8% (solid), a flat Al/NiCrOx/SnO2 structure with t1 = t2 = 50 nm (dashed) and a flat uncoated Al (dot-dashed). The figure includes the normalized solar irradiance spectrum BS(λ) and the normalized black-body spectrum Ba(λ) of the absorber at 373 K.

Download Full Size | PDF

Tables Icon

Table 1. Parameters relevant to the optimization of α and ε of a solar thermal collector. The first line corresponds to the solution that maximizes f1 + f2. The next three lines correspond to selected Pareto-optimal solutions.

These results compare very well with the values of α = 91.2% and ε = 1.5% achieved in previous work with a flat Al/NiCrOx/AR configuration [15] and with the record values of α = 97% and ε = 5% obtained on a 3-layers stack [13]. The calculation accounts not only for the enhancement of α, but also for the combined optimization of both α and ε. The higher values achieved for the absorptance α are coupled with an increase of the emittance ε. The interpretation of the results is facilitated by the definition of a cut-off wavelength λc describing the transition of the reflectance from zero to one (more specifically, λc is defined as the wavelength at which R(λc) = 50%). A shift of λc to higher wavelengths leads to an increase of both α and ε (see the definitions of α and ε and the representations of BS(λ) and Ba(λ) in Fig. 2). This increase of the emittance ε to values that stay below 5.8% for the solutions presented in Table 1 is however low enough to maintain strong performances.

The solution that provides the maximal value for f1 + f2 gives absorptance and emittance values of α = 97.8% and ε = 4.8%. The reflectance R(λ) associated with this solution is shown in Fig. 2. The figure includes for comparison the reflectance spectrum of a flat uncoated Al as well as the reflectance spectrum of a flat Al/NiCrOx/SnO2 stack with t1 = t2 = 50 nm. These results confirm that the cermet and anti-reflection coatings play their role in reducing significantly the reflectance R(λ) in the main part of the solar spectrum BS(λ). This explains the high values of α. R(λ) then increases rapidly to values that are close to 1 for the main part of the absorber black-body spectrum Ba(λ). This explains the small values of ε.

As the solar and black-body spectra only slightly overlap, a conjoint optimization of both the solar absorptance α and the thermal emittance ε was indeed possible. The transition in the reflectance must however be sharp and located at a wisely chosen cut-off wavelength (λc). This cut-off wavelength depends on the black-body temperature because of optimization considerations [6]. The ideal reflectance curve of a solar absorber is represented in Fig. 4 of Cao et al. [6]. It indicates a cut-off wavelength λc at around 2.5 μm, for a 373 K black-body temperature. With the addition of the underlying structure, the cut-off wavelength observed in Fig. 2 with our Al/NiCrOx/SnO2 configuration has shifted from 1.5 μm to 2.5 μm indeed. The shift of λc to longer wavelengths leads to a strong increase of the solar absorptance α. It also leads to a slight increase of the thermal emittance ε. Emittance values of the order of 5% are however tolerable as they do not spoil performances.

The comparison between the flat and waffle-shaped Al/NiCrOx/SnO2 configurations proves that the pattering of the Al substrate has a significant impact on the reflectance spectrum and therefore on the absorptance α and the emittance ε. Values of α = 84.9% and ε = 1.7% are indeed obtained with the flat Al/NiCrOx/SnO2 configuration (taking t1 = t2 = 50 nm), while values of α = 97.8% and ε = 4.8% are obtained with the waffle-shaped configuration. We checked that relative variations of 5% on optimal parameters lead to average relative deviations of Δα/α = 0.2% on α and Δε/ε = 4.0% on ε. This robustness is due to the fact that the transition in R(λ) from almost zero to one arises in a wavelength region where the BS(λ) and Ba(λ) spectra have small intensities.

The optimization of parameters was performed by assuming normal incidence of the sun light, according to the standard practice in the field. In domestic use, flat-plate solar thermal collectors are of course not all the time exposed at normal incidence and the performances will therefore be degraded. This point should be considered in practical applications. The solutions listed in Table 1 represent different alternatives for the realization of a high-performance solar thermal collector. The optimization significantly enhanced the solar absorptance α with a reasonably moderate increase of the thermal emittance ε, hence reaching the expected record performances. Making a choice between these different solutions will depend on the trade-off we want to have between α and ε and on other practical issues.

4. Conclusion

We applied a multi-objective genetic algorithm to the optimization of a solar thermal collector that consists of a waffle-shaped Al substrate with NiCrOx and SnO2 conformal coatings. This problem involved the determination of optimal geometrical parameters in order to (i) maximize the solar absorptance α and (ii) minimize the thermal emittance ε. By using a multi-objective genetic algorithm, we actually obtained a whole set of Pareto-optimal solutions. These solutions represent different alternatives for the realization of a collector, the choice of a particular solution depending on a trade-off between α and ε. The values of α = 97.8% and ε = 4.8% achieved in this work turn out to be competitive with record values found in the literature. Approaching this problem by a systematic scan on parameters would have been untractable considering the huge number of possibilities (48,763,605,000) and the time required for each evaluation of the fitness (up to 30 hours on a supercalculator). The genetic algorithm could however address this problem by evaluating in parallel only a reduced number of possibilities. This proves the interest of multi-objective genetic algorithms for addressing complex optimization problems in physics.

Appendix: Effective fitness based on a Pareto-classification of the population

We define in this Appendix the effective fitness feff that was used with the multi-objective genetic algorithm [26]. We refer as previously by npop to the size of the population, by n to the number of parameters xi and by m to the number of components fj of the objective function. Pareto-optimal solutions were defined as solutions that are not dominated. They receive a rank of 1. Solutions that are only dominated by solutions of rank 1 receive a rank of 2. Solutions of rank 3 are only dominated by solutions of rank 1 and 2. We can proceed in this way and attribute a rank to the whole population. The effective fitness feff must be higher for individuals of lower rank if we want the GA to search for Pareto-optimal solutions.

We proceed therefore in the following way to define the effective fitness: all individuals of rank 1 receive an effective fitness of npop. We then define a sharing function in order to reduce, amongst individuals of the same rank, the effective fitness of individuals that are too close from each other. This will indeed avoid early convergence of the GA to a given individual. For individuals of the same rank, we define a distance matrix whose components are defined by dk,l=l=1n(xi[k]xi[l])2/(ximaxximin)2, where xi[k] refers to the parameter xi of an individual k, ximax=maxk[1,npop]xi[k] and ximin=mink[1,npop]xi[k]. The sharing function between two individuals is then defined by Sk,l = 1 − (dk,lshare)2 if dk,lσshare and 0 otherwise. Following previous work [25, 26], we take σshare=0.5/10n. We then define the niche count of a given individual by mk = ∑l Sk,l, where the sum is restricted to individuals of the same rank. The effective fitness of each individual is finally divided by its niche count. The effective fitness of all individuals of rank 2 is then initialized with a value of 0.99 × feff,min[rank 1], where feff,min[rank 1] refers to the minimal value of the effective fitness for the individuals of rank 1. We proceed by computing the distance matrix dk,l, the sharing function Sk,l and the niche count mk for all individuals of rank 2. Their effective fitness is then divided by their niche count. We continue in this way until the whole population has been attributed an effective fitness.

Acknowledgments

A.M. is funded by the Fund for Scientific Research (F.R.S.-FNRS) of Belgium. L.G. is supported by FNRS-FRIA. D.N. and T.C. acknowledge the Belgian Network DYSCO (Dynamical Systems, Control, and Optimization), funded by the Interuniversity Attraction Poles Programme and initiated by the Belgian Science Policy Office. A.M, D.N. and T.C. are members of naXys, Namur Center for Complex Systems. This research used resources of the ”Plate-forme Technologique de Calcul Intensif (PTCI)” (http://www.ptci.unamur.be) located at the University of Namur, Belgium, which is supported by the F.R.S.-FNRS under the convention No. 2.4520.11. The PTCI is member of the ”Consortium des Equipements de Calcul Intensif (CECI)” (http://www.ceci-hpc.be). Erwin Volon is acknowledged for his Solid Works representations of the Al/NiCrOx/SnO2 structure.

References and links

1. E. Rephaeli and S. Fan, “Absorber and emitter for solar thermophotovoltaic systems to achieve efficiency exceeding the Shockley-Queisser limit,” Opt. Express 17(17), 15145–15159 (2009). [CrossRef]   [PubMed]  

2. N.P. Sergeant, O. Pincon, M. Agrawal, and P. Peumans, “Design of wide-angle solar-selective absorbers using aperiodic metal-dielectric stacks,” Opt. Express 17(25), 22800–22812 (2009). [CrossRef]  

3. H.L. Zhang, J. Baeyens, J. Degrève, and G. Cacères, “Concentrated solar power plants: Review and design methodology,” Renewable and Sustainable Energy Reviews 22, 466–481 (2013). [CrossRef]  

4. E. Wäckelgård, G.A. Niklasson, and C.G. Granqvist, “Selectively solar-absorbing coatings,” in Solar Energy: The State of the Art, J. Gordon, ed. (Science, 2001), chap. 3.

5. X.-F. Li, Y.-R. Chen, J. Miao, P. Zhou, Y.-X. Zheng, L.-Y. Chen, and Y.-P. Lee, “High solar absorption of a multilayered thin film structure,” Opt. Express 15(4), 1907–1912 (2007). [CrossRef]   [PubMed]  

6. F. Cao, K. McEnaney, G. Chen, and Z. Ren, “A review of cermet-based spectrally selective solar absorbers,” Energy Environ. Sci. 7, 1615–1627 (2014). [CrossRef]  

7. C.E. Kennedy, “Review of Mid- to High-Temperature Solar Selective Absorber Materials,” NREL/TP-520-31267, National Renewable Energy Laboratory, Colorado, July 2002.

8. R.A. Buhrman, “Physics of solar selective surfaces,” in Physics of Solar Selective Surfaces, K.W. Böer, ed. (Springer, 1986, vol. 3), chap. 4.

9. M. Langlais, J.-P. Hugonin, M. Besbes, and Ph. Ben-Abdallah, “Cooperative electromagnetic interactions between nanoparticles for solar energy harvesting,” Opt. Express 22(S3), A577–A588 (2014). [CrossRef]   [PubMed]  

10. T. Boström, E. Wäckelgård, and G. Westin, “Solution chemical route to nickel-alumina coatings for thermal solar absorbers,” Sol. Energy 74, 497–503 (2003). [CrossRef]  

11. V. Teixeira, E. Sousa, M.F. Costa, C. Nunes, L. Rosa, and M.J. Carvalho, “Spectrally selective composite coatings of Cr-Cr2O3 and Mo-Al2O3 for solar energy applications,” Thin Solid Films 392, 320–326 (2001). [CrossRef]  

12. S. Zhao and E. Wäckelgård, “The optical properties of sputtered composite of Al-AlN,” Sol. Energ. Mat. Sol. C. 90(13), 1861–1874 (2006). [CrossRef]  

13. S. Zhao and E. Wäckelgård, “Optimization of solar absorbing three-layer coatings,” Sol. Energ. Mat. Sol. C. 90(3), 243–261 (2006). [CrossRef]  

14. L. Gaouyat, F. Mirabella, and O. Deparis, “Critical tuning of magnetron sputtering process parameters for optimized solar selective absorption of NiCrOx cermet coatings on aluminium substrate,” Appl. Surf. Sci. 271, 113–117 (2013). [CrossRef]  

15. L. Gaouyat, Z. He, J.-F. Colomer, Ph. Lambin, F. Mirabella, D. Schryvers, and O. Deparis, “Revealing the innermost nanostructure of sputtered NiCrOx solar absorber cermets,” Sol. Energ. Mat. Sol. C. 122, 303–308 (2014). [CrossRef]  

16. D. Chester, P. Bermel, J.D. Joannopoulos, M. Soljacic, and I. Celanovic, “Design and global optimization of high-efficiency solar thermal systems with tungsten cermets,” Opt. Express 19(53), A245–A257 (2011). [CrossRef]   [PubMed]  

17. A. Lasagni, M. Nejati, R. Clasen, and F. Mücklich, “Periodic surface structuring of metals by laser interference metallurgy as a new fabrication method of textured solar selective absorbers,” Adv. Eng. Mater. 8(6), 580–584 (2006). [CrossRef]  

18. J.J. Cuomo, J.F. Ziegler, and J.M. Woodall, “A new concept for solar energy thermal conversion,” Appl. Phys. Lett. 26(10), 557–559 (1975). [CrossRef]  

19. M. Shimizu, K. Takeuchi, H. Sai, F. Iguchi, N. Sata, and H. Yugami, “High-temperature solar selective absorber material using surface microcavity structures,” Proc. ASME 5, 783–787 (2011).

20. J.H. Holland, Adaptation in Natural and Artificial Systems (University of Michigan, 1975).

21. K.A. De Jong, An analysis of the behaviors of genetic adaptative systems, PhD thesis (University of Michigan, 1975).

22. D.E. Goldberg, Genetic Algorithms in Search, Optimization and Machine Learning (Addison-Weley, 1989).

23. R. Judson, “Genetic Algorithms and their use in Chemistry,” in Reviews in Computational Chemistry, K.B. Lipkowitz and D.B. Boyd, eds. (VCH, 1997), vol. 10, chap. 1.

24. R.L. Haupt and D.H. Werner, Genetic Algorithms in Electromagnetics (Wiley and Sons, 2007). [CrossRef]  

25. K. Deb, “Multi-objective evolutionary algorithms: Introducing bias among Pareto-optimal solutions,” in Advances in Evolutionary Computing (Springer-Verlag, 2003), pp. 263–292. [CrossRef]  

26. D. Nicolay, Modélisation et apprentissage des réseaux de neurones artificiels, Master thesis (University of Namur, 2012).

27. J.-P. Vigneron, F. Forati, D. André, A. Castiaux, I. Derycke, and A. Dereux, “Theory of electromagnetic energy transfer in three-dimensional structures,” Ultramicroscopy 61, 21–27 (1995). [CrossRef]  

28. J.-P. Vigneron and V. Lousse, “Variation of a photonic crystal color with the miller indices of the exposed surface,” Proc. SPIE 6128, 61281G (2006). [CrossRef]  

29. O. Stenzel, The Physics of Thin Film Optical Spectra: An Introduction (Springer, 2005).

Cited By

Optica participates in Crossref's Cited-By Linking service. Citing articles from Optica Publishing Group journals and other participating publishers are listed here.

Alert me when this article is cited.


Figures (2)

Fig. 1
Fig. 1 Waffle-shaped Al structure with NiCrOx and SnO2 conformal coatings. This corrugated structure sits on a semi-infinite Al substrate. This structure is considered for the development of high-performance flat-plate solar thermal collectors.
Fig. 2
Fig. 2 Left: number of Pareto-optimal solutions when searching for P, H, f, r, t1 and t2 with the objective of optimizing the parameters α and ε of a solar thermal collector; Right: reflectance spectrum of the waffle-shaped Al/NiCrOx/SnO2 structure that provides α = 97.8% and ε = 4.8% (solid), a flat Al/NiCrOx/SnO2 structure with t1 = t2 = 50 nm (dashed) and a flat uncoated Al (dot-dashed). The figure includes the normalized solar irradiance spectrum BS(λ) and the normalized black-body spectrum Ba(λ) of the absorber at 373 K.

Tables (1)

Tables Icon

Table 1 Parameters relevant to the optimization of α and ε of a solar thermal collector. The first line corresponds to the solution that maximizes f1 + f2. The next three lines correspond to selected Pareto-optimal solutions.

Select as filters


Select Topics Cancel
© Copyright 2024 | Optica Publishing Group. All rights reserved, including rights for text and data mining and training of artificial technologies or similar technologies.