1. Research Background
The increase in Reynolds number leads to the forward movement of the transition point on airfoils. According to experience formula, the friction drag coefficient of turbulent flow is 3.5 times than that of laminar flow at the Reynolds number . Hence, the friction drag is reduced by delaying the laminar flow transition. The National Advisory Committee for Aeronautics (NACA) first proposed the concept of laminar flow airfoils, and developed the NACA-6 series airfoils, then began the development of NLF airfoils in the 1970s. After that, there were many studies on the design and optimization of NLF airfoils. For example, Yongbin Chen et al. [1] used multi-island, parallel, multi-objective evolutionary algorithms combined with the transition prediction method to optimize the NLF airfoil shape. Yayun Shi et al. [2] developed a discrete, adjoint-based optimization framework, and successfully minimized lift-constrained drag of NLF airfoils for a single-point design and a multi-point design. In addition, Zhong-Hua Han et al. [3] proposed an efficient global optimization method for NLF wings based on surrogate models, which used dual N factors for Tollmien–Schlichting and crossflow instabilities prediction. However, various uncertainties in the use of NLF airfoils directly affects the laminar flow transition on its surface, so it is difficult to achieve the expected performance in the actual use of NLF airfoils designed according to only a certain working condition. None of the above studies take the uncertainties into account. To solve the problem, robust optimization must be introduced.
Robust optimization is an optimization method considering the impact of uncertainty compared with the traditional optimization method. It mainly includes sample extraction method, sensitivity-based method, analytical method, and agent-model-based method, among which the sample extraction method has the best optimization effect, but is also computationally intensive in dealing with complex problems. There are many works in the field of robust aerodynamic optimization. Jun Tao et al. [4] introduced the principal component analysis (PCA) deep belief net-work (DBN) based surrogate model for the robust optimization of the whole aircraft, Xufang Zhang et al. [5] used the genetic algorithm (GA) algorithm to optimize DU93-W-210 airfoil with the assumption of Reynolds number and Mach number following normal distribution. Haoran LI et al. [6] used the polynomial chaos method to improve both the ice tolerance and the cruise performance of an airfoil, in recognition of the icing parameters’ uncertainty. Most of the robust optimizations for NLF airfoils only consider the uncertainty of the flight Mach number. For low-speed aircrafts whose Mach number is less than 0.3 and whose sensitivity to Mach number changes is not high, so optimizations only based on Mach number cannot play an important role. Instead, the roughness of the airfoil surface becomes an important factor in laminar flow transition. However, all the above studies do not take random surface contamination into consideration.
Surface contamination is usually referred to as the destruction of the laminar flow characteristics due to the lack of smoothness of airfoils. As shown in Figure 1, the surface characteristics of the unmanned aerial vehicle (UAV) wing demonstrate the obvious scratches and pits, which usually shift the laminar flow transition point forward and affect the aerodynamic efficiency of airfoils. There are several studies on this, for example, Mariana Kok [7] experimentally studied the effect of different types of leading edge roughness on a NACA-633-418 airfoil, Andrei Buzica [8] studied the effect of leading edge roughness on the aerodynamic characteristics of diamond-type wings, while Christian Bak [9] investigated the effects of roughness bands with different heights.
This paper tries to solve the problem of NLF airfoils optimization under surface contamination, and hopes to obtain an NLF airfoil that works better considering random contamination affects. The former part is the introduction of basic robust optimization technology including Xfoil with transition, and an optimization method, as well as the Monte Carlo method. The latter part compares the results of the normal optimization and robust optimizations.
2. Technical Implementation
2.1. Technical Idea
In this paper, NLF-1015 was selected as the initial airfoil. Then, the statistically aerodynamic characteristics of the airfoil under specific operating conditions were analyzed by the combination of an aerodynamic calculation module and uncertainty analysis module. After this, the optimization algorithm provided the new parameters and the airfoil was updated using the Class/Shape Transformation (CST) parameterization method. The analysis was then carried out by the aerodynamic module and uncertainty analysis module. Finally, the above processes were repeated until the ending condition was achieved. Figure 2 shows the optimization flow chart.
2.2. Case Validation
In this paper, Xfoil was used to perform aerodynamic calculations on the airfoils [10]. transition prediction method, which is a semi-empirical method based on the small disturbance theory to solve the O-S stability equation was used to calculate the transition point. It uses the momentum thickness Reynolds number to determine the amplification factor , whose expression is given in Equation (1), where is the critical Reynolds number when the boundary layer is first unstable.
(1)
When the critical value is reached, the laminar transition is considered to happen, the value of this paper is taken as 9 which is generally considered to be close to the wind tunnel test results [11]. The free transition calculation of Aeropatiale-A airfoil at an angle of 13.3° is shown in Figure 3, the Reynolds number is .The experimental data is from the ONERA center F2 wind tunnel [12]. Since Xfoil has a fast computational speed in aerodynamic calculation using the penal method, this paper chooses to use it combined with Monte Carlo analysis directly for robust optimization which could achieve high aerodynamic accuracy, as well as keep the computational cost within an affordable range.
2.3. Optimization Method
The NSGA-II algorithm used in this paper is an improvement of the NSGA evolutionary algorithm proposed by K. Deb and S. Agrawal [13], which is an efficient multi-objective optimization algorithm used in aerodynamic optimization [14,15]. The optimization processes are as follows: (1) generate an initial population containing N individuals randomly, (2) calculate the crowding distance among the initial population individuals and perform a non-dominated sorting, (3) select, crossover, mutate and establish a subpopulation of size N, (4) merge parent and offspring populations, calculate the crowding distance for non-dominated sorting to select the best N individuals, and generate a new population, (5) judge whether the setting number of generations is reached, if not continue the process, otherwise the algorithm ends and outputs the pareto optimal solution. The parameters used in the NSGA-II algorithm of this paper are shown in Table 1.
2.4. Parameterization Method
CST parameterization method is a frequently used airfoil parameterization method [16,17,18] firstly proposed by Kufman [19] in 2008. Its core idea is to modify the class functions by shape functions which is constructed by Bezier polynomials to describe the airfoil geometric shape, as shown in Equation (2).
(2)
where and are the vertical coordinates of the upper and lower surface of airfoil respectively, the class function C(x) is: , for normal airfoils N1 and N2 are taken as 0.5 and 1. The shape function is defined as shown in (3), and are the coefficients to be determined, are Bernstein polynomials as shown in Equation (3).(3)
It distinguishes the orders according to the different orders of Bernstein polynomials. The eighth-order method is used in this paper, and its’ fitting results to NLF-0215 airfoil and fitting accuracy are shown in Figure 4 and Figure 5, respectively. It can be seen that the differences between the fitting airfoil and the original airfoil are less than times the chord length, which is an acceptable range.
2.5. Monte Carlo Method
The Monte Carlo method uses repeated statistical tests to solve physical and mathematical problems. It describes random variables by probability distribution. During a Monte Carlo simulation, samples are first randomly selected according to the setting probability distribution, then the statistical properties, such as the mean as well as the variance of the samples, are analyzed. It has two sample picking methods: simple random sampling and descriptive sampling. Simple random sampling randomly distributes the points according to the probability density within the set range, as shown in the left of Figure 6; x1 and x2 are the two independent variables. The descriptive sampling method divides the random variables in space according to setting probability firstly, and then distributes points in divided space according to uniform distribution. The descriptive sampling method can greatly reduce the number of points and improve efficiency compared with simple random sampling, as shown in the right of Figure 6.
3. Surface Contamination Simulation
We performed the related aerodynamic analysis to obtain further understanding about the effect of surface contamination. Figure 7 shows the NLF-1015 airfoil, which is a high-performance natural laminar flow airfoil designed for Reynolds number range ~ [20]. To verify the effects of surface contamination on its aerodynamic performance, three sets of roughness bands are laid on the upper and lower surface at 0.2, 0.4, and 0.6 times the chord length position. At the same time, we assume that laminar transition happens once the flow passes through the roughness bands.
Figure 8 shows the aerodynamic calculation results of the airfoil at Reynolds number . It can be seen that the minimum drag coefficient of the airfoil becomes significantly larger with the forward movement of the roughness bands position, the aerodynamic efficiency becomes worse too. It directly proves directly that optimizing a NLF airfoil that can maintain high-performance under the influence of random surface contamination is an important issue.
4. Normal Optimization
4.1. Optimization Settings
In order to compare the differences between the results of robust optimization and traditional airfoil optimization, normal optimization is taken at first. A total of 30% of the absolute value is taken as the fluctuation range; the parameter ranges are shown in Table 2, where is the parameters of the upper surface and is the parameters of the lower surface.
The drag coefficient under the lift coefficient of 1.0 is set as the optimization target, and the maximum camber is constrained to less than 0.05 times the chord length and the maximum thickness more than 0.15 times the chord length, in order to ensure the structural strength of the 3D wing, as well as to ensure the pitching moment is not too small. The optimization problem is formulated as follows: finding a suitable set of parameters x so that,
(4)
4.2. Optimization Results
Figure 9 shows the convergence process of the normal optimization. It can be also seen that the aerodynamic performance of this optimization basically converges after 500 steps.
The shape changes before and after normal optimization are compared, as shown in Figure 10. It is found that the maximum camber and maximum thickness of the airfoil are basically unchanged, the position of maximum camber is shifted forward by 11%, and the position of maximum thickness is unchanged. The little there is change indicates that the original airfoil already has a good performance in a clean configuration.
Table 3 shows the comparison of the aerodynamic performance before and after normal optimization. is reduced by 8% and the pitching moment remains the same.
Further analysis of the airfoil characteristics before and after optimization is shown in Figure 11. It shows that the drag coefficient of the optimized airfoil is significantly reduced in the range of 0.5 to 1.1 in the clean configuration. As a comparison, it is found that the drag coefficient of the optimized airfoil increases compared with the original airfoil when the roughness bands is arranged at 0.4 times the chord length, which indicates that normal optimization is likely to make the aerodynamic performance worse under the same surface contamination.
5. Robust Optimization
5.1. Uncertainty Modeling
Uncertainty modeling is the first step of robust optimization, which includes identifying the uncertainty source and selecting the appropriate description. For the problem studied in this paper, the source of contamination on the airfoil surface is set as the roughness bands, the position of the roughness bands is set as the uncertainty variable of the problem, and the transition occurs once the roughness bands are passed. The probability distribution range of the roughness bands is set between 0~0.7 times the chord length, considering the fact the transition positions of laminar flow airfoil are mostly within 0.7 times the chord length. Case 1 assumes that the uncertainty variable follows a triangular distribution considering the linear superposition of perturbation which is caused by uniform surface contamination effects, while case 2 takes a uniform distribution in order to increase the diversity of the assumptions and the persuasiveness of the final results, as shown in Figure 12.
Figure 13 shows the results of 200 sets of roughness bands on the upper and lower airfoil surface sampled by Monte Carlo descriptive sampling method according to the triangular distribution, and the corresponding aerodynamic calculation results. It can be seen that the distribution of sample points is consistent with the assumed probability distribution. It is also found that the drag coefficient characteristics are strongly associated with the location of the transition point on the upper surface, which shows an obviously linear relationship.
5.2. Optimization Settings
The robust optimization parameter range and optimization algorithm setting are the same as normal optimization. The main differences are the uncertainties and the number of optimization targets. Robust optimization needs to optimize the mean and variance of the drag coefficient when the lift coefficient is 1.0, the maximum camber is set to less than 5% times the chord length, and the maximum thickness is not less than 15% times chord length, as well as ensure that the friction band distribution satisfies the setting probability distribution. The robust optimization can be expressed as follows: finding a suitable set of parameters x so that
(5)
where are the position of upper and lower friction band, respectively. are mean and standard deviation of . is the probability distribution of the upper airfoil friction band position , which takes the triangular distribution and the uniform distribution in case 1 and case 2, respectively, and is the same.5.3. Triangular Distribution
The upper and lower airfoil roughness bands are triangularly distributed between 0~0.7 of the chord length on the airfoil in case 1. Figure 14 shows the optimization pareto front marked by the red dots. After trade-offs between the mean and variance of , the green point is selected as the final optimization results, owing to its’ smallest sum.
The change in airfoil shape before and after robust optimization can be seen in Figure 15. The thickness remains the same, the thickness position is shifted forward by 21%, the maximum camber is reduced by 13%, the camber position is shifted forward by 61%, and the leading edge radius is slightly increased.
The results of the uncertainty analysis for the original airfoil, the normal optimized airfoil, and the robust optimized airfoil are compared, as shown in Table 4. It can be seen that the mean value of robust optimized airfoil’s is slightly decreased compared to the original airfoil and the standard deviation is reduced by 47%, while the normal optimization airfoil only reduces the minimum value of , while the mean and standard deviation are worse. This indicates that the robust optimized airfoil is less sensitive to the random effects of surface contamination.
Further aerodynamic analysis of the airfoil is shown in Figure 16, which shows that the aerodynamic performance of the robust optimized airfoil is inferior to that of original airfoil in a clean configuration, but after setting the friction band located at 0.4 times the chord length, the results shows that the robust optimized airfoil is better than the original airfoil in terms of both the range of the low drag region and the magnitude of the drag coefficient. This is because the trend of robust optimization considering the surface contamination is to increase the aerodynamic efficiency at the more forward transition point. Actually, the upper and lower airfoil transition after robust optimization is at 0.45 and 0.6 times the chord length, respectively, at a lift coefficient of 1.0, which is closer to the leading edge than the original airfoil.
5.4. Uniform Distribution
The upper and lower airfoil roughness bands are set to a uniform distribution between 0~0.7 of the chord length on the airfoil. Figure 17 shows the optimization results with pareto front marked by the red dots. After trade-offs between the mean and variance of , the green point is finally selected as the optimization result, owing to its’ smallest sum.
Comparing the change in airfoil shape before and after robust optimization as shown in Figure 18, the thickness remains the same, thickness position is shifted forward by 12%, the maximum camber is reduced by 20%, and the maximum camber position is shifted forward by 12%.
The results of the uncertainty analysis for the original airfoil, the normal optimized airfoil, and the robust optimized airfoil are compared, as shown in Table 5. It can be seen that the mean value of the robust optimization result is reduced by 7% compared to the original airfoil and the standard deviation is reduced by 28%, while the normal optimization’s mean and standard deviation become worse.
Further aerodynamic analysis of the robust optimization airfoil is shown in Figure 19 which shows that the aerodynamic performance of the robust optimized airfoil is slightly worse than that of the original airfoil in a clean configuration. After setting the friction band at 0.4 times the chord length, the robustly optimized airfoil performs better than the original airfoil in both the range of low drag region and the drag coefficient.
6. Conclusions
This paper firstly proposes a NLF airfoil robust optimization method under random surface contamination and obtains several new findings, as listed below:
(1). The normal optimization can reduce the minimum value of the drag coefficient under the set working condition considering the surface contamination, but its mean and standard deviation deteriorate;
(2). Under the assumption that the surface contamination is triangularly distributed, the mean value of drag reduces slightly, and standard deviation is reduced by 47% after robust optimization;
(3). Under the assumption of a uniform distribution of surface contamination, the mean value of the drag coefficient is reduced by 7%, and the standard deviation is reduced by 28% after robust optimization.
In general, the airfoil after robust optimization adapts to the random surface contamination better than the original airfoil and normally optimized airfoil, which basically achieves the objective of this paper. At the same time, it should be noted that the paper does not quantify the roughness of the friction band and, instead, assumes that laminar transition happens once the flow passes through the friction band. Considering that the surface roughness is different for wings made by different materials and techniques, this assumption does not fully reflect the reality; this will be the direction of future research.
Conceptualization, S.W. and Z.G.; Data curation, S.W.; Formal analysis, S.W. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Not applicable.
Not applicable.
The authors declare no conflict of interest.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Figure 1. Wing surface defects. (a) wing of conventional configuration UAV; (b) wing of flying wing UAV.
Figure 3. Verification of pressure and surface friction distribution. (a) Pressure distribution; (b) Friction coefficient distribution.
Figure 6. Comparison of sampling methods of Monte Carlo analysis. (a) Simple random sampling; (b) Descriptive sampling.
Figure 13. Monte Carlo sample points and aerodynamic results. (a) Monte Carlo sample points’ distribution; (b) Distribution of drag coefficient.
Figure 14. Robust optimization pareto front based on triangular probability distribution.
Figure 15. Comparison of airfoils before and after robust optimization based on triangular probability distribution.
Figure 16. Comparison of aerodynamic performance after robust optimization based on triangular probability distribution.
Figure 17. Robust optimization pareto front based on uniform probability distribution.
Figure 18. Comparison of airfoils before and after robust optimization after robust optimization based on uniform probability distribution.
Figure 19. Comparison of aerodynamic performance after robust optimization based on uniform probability distribution.
Parameter settings of algorithm.
| Parameter | Value |
|---|---|
| Population size | 12 |
| Crossover rate | 0.9 |
| Number of population generations | 200 |
| Probability of variation | 0.01 |
Optimized parameter settings.
| Parameter | Initial Value | Range | Parameter | Initial Value | Range |
|---|---|---|---|---|---|
|
|
0.16 | 0.11~0.21 |
|
−0.12 | −0.16~−0.08 |
|
|
0.35 | 0.25~0.45 |
|
−0.06 | −0.08~−0.03 |
|
|
0.09 | 0.06~0.12 |
|
−0.16 | −0.20~−0.12 |
|
|
0.62 | 0.42~0.82 |
|
0.00 | −0.05~0.05 |
|
|
−0.11 | −0.14~−0.08 |
|
−0.13 | −0.20~0.00 |
|
|
0.84 | 0.60~1.00 |
|
−0.15 | −0.20~−0.10 |
|
|
0.06 | 0.04~0.08 |
|
0.11 | 0.07~0.15 |
|
|
0.49 | 0.34~0.65 |
|
−0.06 | −0.08~−0.04 |
|
|
0.42 | 0.29~0.55 |
|
0.30 | 0.20~0.40 |
Optimized results.
| Airfoils |
|
|
|---|---|---|
| Optimized airfoil | 0.00585 | −0.20 |
| Original airfoil | 0.00635 | −0.20 |
Comparison of optimization results.
| Airfoils | Mean | Standard Deviation | Maximum Value | Minimum Value |
|---|---|---|---|---|
| Original | 0.0086 | 0.0019 | 0.0136 | 0.0064 |
| Normal optimization | 0.0090 | 0.0022 | 0.0155 | 0.0055 |
| Robust optimization | 0.0085 | 0.0010 | 0.0125 | 0.0078 |
Comparison of optimization results.
| Airfoils | Mean | Standard Deviation | Maximum Value | Minimum Value |
|---|---|---|---|---|
| Original | 0.0102 | 0.0025 | 0.0151 | 0.0063 |
| Normal optimization | 0.0108 | 0.0027 | 0.0159 | 0.0066 |
| Robust optimization | 0.0095 | 0.0018 | 0.0013 | 0.0069 |
References
1. Chen, Y.; Tang, Z. Natural laminar flow airfoil shape design at transonic regimes with multi-objective evolutionary algorithms. Proc. Inst. Mech. Eng. Part G J. Aerosp. Eng.; 2017; 233, pp. 991-999. [DOI: https://dx.doi.org/10.1177/0954410017746199]
2. Shi, Y.; Mader, C.A.; He, S.; Halila, G.L.O.; Martins, J.R.R.A. Natural Laminar-Flow Airfoil Optimization Design Using a Discrete Adjoint Approach. AIAA J.; 2020; 58, pp. 4702-4722. [DOI: https://dx.doi.org/10.2514/1.J058944]
3. Zhong-Hua, H.; Jing, C.; Ke-Shi, Z.; Xu, Z.-M.; Zhu, Z.; Song, W.P. Aerodynamic Shape Optimization of Natural-Laminar-Flow Wing Using Surrogate-Based Approach. AIAA J.; 2018; 56, pp. 2579-2593.
4. Tao, J.; Sun, G.; Guo, L.; Wang, X. Application of a PCA-DBN-based surrogate model to robust aerodynamic design optimization. Chin. J. Aeronaut.; 2020; 33, pp. 1573-1588. [DOI: https://dx.doi.org/10.1016/j.cja.2020.01.015]
5. Zhang, X.; Wu, Z.; He, W. An effective approach for robust design optimization of wind turbine airfoils with random aerodynamic variables. Adv. Mech. Eng.; 2019; 11, pp. 1687-8132. [DOI: https://dx.doi.org/10.1177/1687814019879263]
6. Li, H.; Zhang, Y.; Chen, H. Optimization design of airfoils under atmospheric icing conditions for UAV. Chin. J. Aeronaut.; 2022; 35, pp. 118-133. [DOI: https://dx.doi.org/10.1016/j.cja.2021.04.031]
7. Kok, M.; Mertens, T.; Raps, D.; Young, T.M. Influence of surface characteristics on insect residue adhesion to aircraft leading edge surfaces. Prog. Org. Coat.; 2013; 76, pp. 1567-1575. [DOI: https://dx.doi.org/10.1016/j.porgcoat.2013.06.013]
8. Buzica, A.; Knoth, F.; Breitsamter, C.; Knoth, F.; Breitsamter, C. Leading-Edge Roughness Affecting Diamond-Wing Aerodynamic Characteristics. Aerospace; 2018; 5, 98. [DOI: https://dx.doi.org/10.3390/aerospace5030098]
9. Bak, C.; Gaunaa, M.; Olsen, A.S.; Kruse, E.K. What is the critical height of leading-edge roughness for aerodynamics. J. Phys. Conf. Ser.; 2016; 753, 022023. [DOI: https://dx.doi.org/10.1088/1742-6596/753/2/022023]
10. Drela, M. XFOIL: An Analysis and Design System for Low Reynolds Number Airfoils. Proceedings of the Conference on Low Reynolds Number Airfoil Aerodynamics, University of Notre Dame; Notre Dame, IN, USA, 5–7 June 1989.
11. Drela, M.; Giles, M.B. Viscous-inviscid analysis of transonic and low Reynolds number airfoils. Am. Inst. Aeronaut. Astronaut.; 1987; 25, pp. 1347-1355. [DOI: https://dx.doi.org/10.2514/3.9789]
12. Langtry, R.B. A correlation-Based Transition Model Using Local Variables for Unstructured Parallelized CFD Codes; Stuttgart University Report Stuttgart University: Stuttgart, Germany, 2006.
13. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evolut. Comput.; 2002; 6, pp. 182-197. [DOI: https://dx.doi.org/10.1109/4235.996017]
14. Huan, Z.; Zhenghong, G.; Fang, X.; Yidian, Z. Review of Robust Aerodynamic Design Optimization for Air Vehicles. Arch. Comput. Methods Eng.; 2018; 26, pp. 685-732. [DOI: https://dx.doi.org/10.1007/s11831-018-9259-2]
15. Bakar, A.; Li, K.; Liu, H.; Xu, Z.; Alessandrini, M.; Wen, D. Multi-Objective Optimization of Low Reynolds Number Airfoil Using Convolutional Neural Network and Non-Dominated Sorting Genetic Algorithm. Aerospace; 2022; 19, 35. [DOI: https://dx.doi.org/10.3390/aerospace9010035]
16. Wang, Y.; Deng, L.; Wan, Y.; Yang, Z.; Yang, W.; Chen, C.; Zhao, D.; Wang, F.; Guo, Y. An Intelligent Method for Predicting the Pressure Coefficient Curve of Airfoil-Based Conditional Generative Adversarial Networks. IEEE Trans. Neural Netw. Learn. Syst.; 2021; pp. 1-15. [DOI: https://dx.doi.org/10.1109/TNNLS.2021.3111911] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34554920]
17. Xiaojing, W.; Zhang, W.; Peng, X.; Wang, Z. Benchmark aerodynamic shape optimization with the POD-based CST airfoil parametric method. Aerosp. Sci. Technol.; 2019; 9, pp. 632-640.
18. Akram, T.; Kim, M.-H. Aerodynamic Shape Optimization of NREL S809 Airfoil for Wind Turbine Blades Using Reynolds-Averaged Navier Stokes Model—Part II. Appl. Sci.; 2021; 11, 2211. [DOI: https://dx.doi.org/10.3390/app11052211]
19. Kulfan, B.M. A Universal Parametric Geometry Representation Method “CST”. Journey Aircr.; 2008; 45, pp. 142-158. [DOI: https://dx.doi.org/10.2514/1.29958]
20. Mauchmer, M.D.; Somers, D.M. Design and experimental results for a high-altitude, long-endurance airfoil. J. Aircraft; 1989; 26, pp. 148-153. [DOI: https://dx.doi.org/10.2514/3.45736]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Natural laminar-flow (NLF) airfoils are one of the most promising technologies for extending the range and endurance of aircrafts. However, there is a lack of methods for the optimization of airfoils based on the surface contamination that destroys the laminar flow. In order to solve this problem, a robust optimization process is proposed using the Non-dominated Sorting genetic algorithm- II (NSGA-II) evolutionary algorithm, and Monte Carlo simulation combined with an aerodynamic calculation software Xfoil. Firstly, the airfoil is optimized normally and the aerodynamic performance of optimized airfoil under surface contamination is analyzed. Then, the original airfoil is robustly optimized under random surface contamination based on the assumption that its locations follow triangular and uniform probability distributions. Finally, all the optimized results and original airfoil are compared. It is found that robust optimization reduces the sensitivity of the airfoil to random surface contamination, hence, improving the robustness of the airfoil. The proposed methods make it possible to improve the aerodynamic performance of NLF airfoils considering surface contamination.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer





