Wing shape optimization

Wing shape optimization

Wing shape optimization is a software implementation of shape optimization primarily used for aircraft design. This allows for engineers to produce more efficient and cheaper aircraft designs.

History

Shape optimization, as a software process and tool, first appeared as an algorithm in 1995 and as commercial software for the automotive industry by 1998, as noted by F. Muyl. [ F. Muyl, L. Dumas, V. Herbert. [http://www.ann.jussieu.fr/~dumas/Lisbon02.pdf “Hybrid Method for Aerodynamic Shape Optimization in Automotive Industry.”] Universite Pierre et Marie Curie. 1998. ] Relative to the age of the automotive and aeronautical companies, this software is very new. The difficulty was not with the science behind the process, but rather the capabilities of computer hardware. In 1998, F. Muyl developed a compromise between exact accuracy and computational time to reduce drag of an automotive. GA phases are the standard genetic algorithm iterations and the BFGS phases are the approximated calculations designed to save time. However, he acknowledged that the computational time required on existing hardware, nearly two weeks for a moderate improvement on an oversimplified proof of concept model, made it unattractive for commercial purposes. He also recognized that improving the modeling implementation to use automatic partial derivatives might improve the computational time, particularly with specialized hardware.In 2000, after a couple years of computer hardware development, K. Maute [ Joaquim R. R. A. Martins and Juan J. Alonso. [http://aero-comlab.stanford.edu/Papers/ceas2001.pdf “AERO-STRUCTURAL WING DESIGN OPTIMIZATION USING HIGH-FIDELITY SENSITIVITY ANALYSIS.”] Confederation of European Aerospace Societies. 2001.] introduced a more accurate system that could optimize an aircraft wing quickly enough for commercial use.

Method

Wing shape optimization is by nature an iterative process. First, a baseline wing design is chosen to begin the process with; this is usually the wing created by aerospace engineers. This wing is assumed to be reasonably close to a best-fit design from the engineers. The next step is to model the wing shape and structure. Once those are mapped out, the software flies the model in a simulated air tunnel using well-developed computational fluid dynamics (CFD) equations. The results of the test give the various performance characteristics of that design. Once that completes, the software makes incremental changes to the structure and shape details, recreates the model, and flies the new model through a wind tunnel. If the changes result in a better performing wing, then the software commits the changes. If not, the changes are thrown out and different changes are made. The changes are then saved as the new working model and the cycle will loop. This entire process is run until the changes observed appear to converge on a design – such as when the changes are under 1 mm. [ Jameson, A., Leoviriyakit, K., and Shankaran, S., [http://www.stanford.edu/~kasidit/publications/jameson.aiaa.07-764.pdf "Multi-point Aero-Structural Optimization of Wings Including Planform Variations"] , 45th Aerospace Sciences Meeting and Exhibit, AIAA-2007-764, Reno, NV, 8-11 Jan 2007]

Unfortunately, the resulting wing design can only be as good as the computational model.

Examples

Traditional

An example of an optimization proof of concept was done in 2003 by Leoviriyakit using the Boeing 747-200. [ K. Leoviriyakit and A. Jameson. [http://www.stanford.edu/~kasidit/publications/leoviriyakit.aiaa.03-0210.pdf “Aerodynamic shape optimization of wings including planform variations.”] AIAA paper 2003-0210, 41 Aerospace Sciences Meeting & Exhibit, Reno, Nevada, January 2003.] Using the variable list above, he optimized for only a single point - a lift coefficient of 0.42 and a speed of mach 0.87, just above cruising. With just those few variables, he was able to realize a 12% decrease in drag and a 0.1% decrease in wing weight. The code that was run produced a longer span but less sweep-back than the original wing planform. While the reduction in sweep-back actually increases drag it also increases lift allowing a lower AoA and the extended wing span decreases the induced drag (wing tip vortex) resulting in a net reduction of drag. Unfortunately, his optimized design uses too simple of a model; he realized that had more variables, such as viscous effects, been taken into consideration, the resulting model would have been far different. The other major limitation of the single point approach is that it only optimizes the wing for one speed and lift condition. While the drag may have been reduced at cruising speed, it might have been drastically increased for take-off and landing, resulting in a net fuel loss for the airline.

Wing-Body

This process can also be extended to explore single wing-body aircraft designs. Wing-body styled aircraft can scale up their cargo much easier than the traditional ‘tube and plank’ design. Airbus utilized this approach to explore design choices in future large aircraft in 2002. [ M. Mialon, T. Fol, and C. Bonnand. [http://www.onera.fr/daap-en/flying-wings/aerodynamic-optimization-of-subsonic-flying-wing-configurations.pdf “AERODYNAMIC OPTIMIZATION OF SUBSONIC FLYING WING CONFIGURATIONS.”] AIAA paper 2002-2931.] Their objectives, however, were slightly more complex than the original design of the software: the aircraft needs a maximized lift to drag ratio, to be longitudinally neutral (not wanting to pitch up or down while without a tail), to have a maximum angle of attack, to have a minimum cabin volume and shape, and have a maximum thickness on the outboard wings. Using three different components, they expanded their computational model to incorporate as many constraints as possible, including viscous effects. This method involves significantly more computational power.Their initial findings saved a lot of money in building and testing – since it causes supersonic flow of air, a shockwave forms on the aft part of the wing, drastically increasing drag and reducing lift. After modifying their goals to only keep the lift to drag ratio high and even out the pressure, the simulation provided a better design – showing that this tool is very adaptable to the situation at hand. The end result of this study was that Airbus had a set of airfoil designs that are suited to a very large wing-body aircraft. This also proved that these methods are successful at adapting to any task that they would require.

Post-manufacturing changes

This method of optimization can also be used to develop a post-manufacture modification to an existing wing. In 2006, Antony Jameson modified the code to increase the speed of a race P-51 Mustang. [ A. Jameson. [http://www.stanford.edu/~kasidit/publications/jameson.aiaa.06-0048.pdf “Aerodynamic Shape Optimization for the World's Fastest P-51.”] 44th Aerospace Sciences Meeting and Exhibit, January 9-12, 2006, AIAA-0048, Reno, Nevada. ] This goal is different still – the Reno Air Race is a straight drag from one point to another at a relatively low altitude. The goal is to improve the top speed to reach a propeller-driven record. Since the change must be glued onto the wing, this severely limits the changes possible. The problem is similar to the previous example – shock wave buildup. To accomplish this, the software was restricted to find a solution that could only ‘bump’ the wing planform outwards, away from the control surfaces. Using a lift coefficient of 0.1 and a speed of Mach 0.78, the software produced a bump near the front of the top of the wing. The interruptions of air flow at that particular speed travel back the right distance to break up the shock, reducing the drag. While the aircraft’s drag was increased below Mach 0.73, that was thrown out as being less important than a top speed. If these modifications perform as expected, then this validates the use of the software tool to improve on an existing production wing without remanufacture.

Multi-point optimization

Still, all of these methods have a weakness – they are tuned for one particular set of conditions and speed. In 2007, Jameson introduced both an additional step and a new method of calculations. [ Jameson, A., Leoviriyakit, K., and Shankaran, S., [http://www.stanford.edu/~kasidit/publications/jameson.aiaa.07-764.pdf "Multi-point Aero-Structural Optimization of Wings Including Planform Variations"] , 45th Aerospace Sciences Meeting and Exhibit, AIAA-2007-764, Reno, NV, 8-11 Jan 2007 ] To account for additional conditions, such as take-off, landing, climbing, and cruising, the modeler calculates all of these simultaneously, rather than only one at a time. Each gradient calculation g is assigned a weight β. Higher priority items, such as cruising drag, are given more weight. The gradient to determine an overall ‘loss’ or a ‘gain’ for the design is created by summing all the gradients time each respective weight. What this allows for is if a change drastically improves takeoff performance but results in a slight hit on cruising performance, the cruising hit can override the takeoff gain due to weighting. Setting the simulation up in this manner can significantly improve the designs produced by the software. This version of the modeler, however, adds yet another complexity to the initial conditions, and a slight error on the designer’s behalf can have a significantly larger effect on the resulting design. The calculation efficiency improvement takes advantage of the multiple variables.This time, two different points were used for the Boeing 747-200 - Mach 0.85 and 0.87. Unfortunately, optimizing for the two points resulted in less than a 3% improvement over drag and almost no weight improvement on the base design. To check his work, he used the same simulation on another aircraft wing and received similar results. The problem observed is that changes that boosted one point of interest directly conflicted with the other, and the resulting compromise severely hampers the improvement gained. His current research involves a better way to resolve the differences and achieve an improvement similar to the single-point optimizations.

Future

The future of this technology lies in the accuracy of the models. Computer hardware has followed Moore’s Law in computational power still to this day, and so the current limitation is the attention to detail on behalf of the programmers and engineers. As more accurate models are produced, better aircraft wings can be produced.Much farther in the future, when more advanced hardware structures are developed, it will be possible to have dynamically adapting wings based on current flight conditions. As shown, the software portion of this problem is already solved: single-point calculations can be done on the fly for the particular speed and conditions, giving the possibility of achieving significant drag reduction throughout the entire flight.

References


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Shape optimization — is part of the field of optimal control theory. The typical problem is to find the shape which is optimal in that it minimizes a certain cost functional while satisfying given constraints. In many cases, the functional being solved depends on the …   Wikipedia

  • Multidisciplinary design optimization — Multi disciplinary design optimization (MDO) is a field of engineering that uses optimization methods to solve design problems incorporating a number of disciplines. As defined by Prof. Carlo Poloni, MDO is the art of finding the best compromise …   Wikipedia

  • Nexus (Process integration and optimization) — Nexus Screenshot of Nexus 1.1.05 Developer(s) iChrome …   Wikipedia

  • List of numerical analysis topics — This is a list of numerical analysis topics, by Wikipedia page. Contents 1 General 2 Error 3 Elementary and special functions 4 Numerical linear algebra …   Wikipedia

  • List of mathematics articles (W) — NOTOC Wad Wadge hierarchy Wagstaff prime Wald test Wald Wolfowitz runs test Wald s equation Waldhausen category Wall Sun Sun prime Wallenius noncentral hypergeometric distribution Wallis product Wallman compactification Wallpaper group Walrasian… …   Wikipedia

  • Discovery and development of non-nucleoside reverse-transcriptase inhibitors — Non nucleoside reverse transcriptase inhibitors (NNRTIs) are antiretroviral drugs used in the treatment of human immunodeficiency virus (HIV). NNRTIs inhibit reverse transcriptase (RT), an enzyme that controls the replication of the genetic… …   Wikipedia

  • Surrogate model — Most engineering design problems require experiments and/or simulations to evaluate design objective and constraint functions as function of design variables. For example, in order to find the optimal airfoil shape for an aircraft wing, an… …   Wikipedia

  • Physical Sciences — ▪ 2009 Introduction Scientists discovered a new family of superconducting materials and obtained unique images of individual hydrogen atoms and of a multiple exoplanet system. Europe completed the Large Hadron Collider, and China and India took… …   Universalium

  • Russia — /rush euh/, n. 1. Also called Russian Empire. Russian, Rossiya. a former empire in E Europe and N and W Asia: overthrown by the Russian Revolution 1917. Cap.: St. Petersburg (1703 1917). 2. See Union of Soviet Socialist Republics. 3. See Russian… …   Universalium

  • USAF Digital DATCOM — The United States Air Force Stability and Control Digital DATCOM is a computer program that implements the methods contained in the USAF Stability and Control DATCOM to calculate the static stability, control and dynamic derivative… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”