APPLICATION OF VARIABLE-FIDELITY MODELS TO AERODYNAMIC OPTIMIZATION

Size: px
Start display at page:

Download "APPLICATION OF VARIABLE-FIDELITY MODELS TO AERODYNAMIC OPTIMIZATION"

Transcription

1 Applied Mathematics and Mechanics (English Edition), 2006, 27(8): c Editorial Committee of Appl. Math. Mech., ISSN APPLICATION OF VARIABLE-FIDELITY MODELS TO AERODYNAMIC OPTIMIZATION XIA Lu (g ), GAO Zheng-hong (p»ù) (School of Aeronautics, Northwestern Polytechnical University, Xi an , P. R. China) (Communicated by DENG Xue-ying) Abstract: For aerodynamic shape optimization, the approximation management framework (AMF) method is used to organize and manage the variable-fidelity models. The method can take full advantage of the low-fidelity, cheaper models to concentrate the main workload on the low-fidelity models in optimization iterative procedure. Furthermore, it can take high-fidelity, more expensive models to monitor the procedure to make the method globally convergent to a solution of high-fidelity problem. Finally, zero order variable-fidelity aerodynamic optimization management framework and search algorithm are demonstrated on an airfoil optimization of UAV with a flying wing. Compared to the original shape, the aerodynamic performance of the optimal shape is improved. The results show the method has good feasibility and applicability. Key words: aerodynamic optimization; variable-fidelity; approximation management framework Chinese Library Classification: V221.3; O Mathematics Subject Classification: 76B07; 76B47; 76B75 Digital Object Identifier(DOI): /s z Introduction There are many kinds of aerodynamic analysis methods applied to aerodynamic numerical optimization, such as engineering methods, potential flow equations, Euler equations and N-S equations, etc. The Euler equations could well simulate the shock wave in the flow field and flow properties related to nonlinear effects. The N-S equations could provide information about viscous effects and flow separation. By using these two methods, accurate numerical solutions can be attained, but the compute expense is huge. Using engineering methods, potential flow equations, although the compute expense is relatively less, the credibility of the solutions is relatively lower. In this paper, those models, which can describe the physical phenomena more accurately, such as Euler equations and N-S equations, are called the high-fidelity models and those which describe the physical phenomena relatively less accurately, such as potential flow equations, are called the low-fidelity models. For the optimization problem, since there is an expensive iterative procedure, the analysis methods for different objectives should be efficient, fast, stable and accurate. Since the use of the high-fidelity models is usually expensive, they are hard to apply to optimization design especially 3D complex configuration design, while the optimal solutions by using the low-fidelity models are not so credible. If the high-fidelity models and the low-fidelity models could be well organized and managed during the optimization procedure, the expense relied exclusively on the high-fidelity models can be alleviated and the fidelity of optimal solution relied exclusively on the low-fidelity models can be increased. Received Jul.6, 2004; Revised Dec.26, 2005 Project supported by the National Natural Science Foundation of China (No ) Corresponding author XIA Lu, Doctor, xialu@nwpu.edu.cn

2 1090 XIA Lu and GAO Zheng-hong Approximation management framework (AMF) [1] is based on the trust region methodology. It can provide a measure of the low-fidelity models. According to the measure the design system can provide a response, whether the low-fidelity model gives good or bad prediction of high-fidelity model s actual behavior. Furthermore, the low-fidelity model can be re-calibrate occasionally. So, the workload of the computation during iterations of search procedure concentrates on the calculations of the low-fidelity models and the convergence to a solution of the high-fidelity problem can be guaranteed. 1 Trust Region Methodology The idea of trust region methodology is based on using linear function fitting and approaching nonlinear function. Using the concept of local linearization, in a neighbor region of a point, the properties of an arbitrary nonlinear function can be described by a linear function. That is to say, in a certain region, the linear function can fit the original function to an acceptable degree of fidelity. So, the neighbor region of the point is called trust region in which a linear function can fit the nonlinear function. Applying the concept of trust region to optimization problem, the principal idea is to build an approximation of original optimization problem in a neighborhood of an original design point, and the computation cost of the approximation is lower. In the neighborhood, which is also the trust region, optimization is carried out to obtain the local optimal point by using the approximation to get the object value. And then, after updating the trust region and the approximation according to some principle, the local optimal point replaces the original one to carry out the next round. That is to say, for a single objective with unconstrained optimization problem: min f(x), the general strategy of trust region methodology is as follow: Step 1: Give original value X 0 R n,δ 0 > 0, i =0. Step 2: Search a step which length satisfies s i Δ i by solving the approximation f a (X), where is some norm of R n. Step 3: If f(x) satisfies some decrease condition with the step s i,thenx i+1 = X i + s i ; otherwise, X i+1 = X i. Step 4: Give Δ i+1, i = i +1,gotoStep2. By convergence analysis [2 4], the sufficient condition for the global convergence of the trust region methodology is that s i must satisfy as follows: (i) There exists δ>0, independent of i, forwhichthesteps i satisfies s i δδ i ; (1) (ii) FCD condition (Fraction of Cauchy Decrease): there exist β>0andc>0, independent of i, forwhichthesteps i satisfies ( f(x i ) f ai (X i + s i ) β f(x i ) min Δ i, f(x ) i). (2) C Since the approximation of original objective function is used to get object value, the computational cost is reduced, the optimization efficiency is increased and the optimal point of original problem could be obtained. Obviously, the key to determine the optimization quality and efficiency is how to build the approximation and define the trust region. Usually, the approximation f a is obtained by evaluating f in a neighborhood of an original design point at selecting one or several design points and using the Taylor series expansion or interpolated fitted function. Using such method, the number and value of the design sites immediately affect the approximation degree of the approximation function and the size of trust space, and then affect the optimal result and efficiency. For a complex multi-variable problem or a highly nonlinear problem, since the approximation degree may be low or the

3 Application of Variable-Fidelity Models 1091 size of trust space is small, using such algebraic smoothing methods may lost the inherence advantage. On the other hand, for practical physical problem, usually, different physical or mathematical models could be built according to different requirements. That is to say, there are high-fidelity and low-fidelity models for physical problem itself. So, those variable-fidelity models of physical problem itself could be used to build corresponding AMF(Approximation Management Framework) based on trust region methodology. And then combining searching algorithms, an efficient and accurate aerodynamic optimization method will be built. 2 AMF N. M. Alexandrov et al. first introduced AMF [4] to structure optimization, which based on trust region methodology to manage and organize variable fidelity models. The conceptual distinction between AMF and conventional optimization is showed in Fig.1 and Fig.2. In conventional optimization, the optimizer and the analysis software exchange information as follows: the analysis supplies the optimizer with objective and derivative information f, f while the optimizer produces new values of the design variables X for re-analysis. If evaluation of the problem function and derivatives involves a simulation of high-fidelity, repeated consultations with analysis required by the optimizer are expensive. Now suppose one also has a low-fidelity model of the same phenomenon, denoted by f a, f a. In a conceptual AMF scheme, the optimizer receives the function and sensitivity information f a, f a from the lowerfidelity model. Expensive, high-fidelity computations proceed outside the optimization loop and serve to re-calibrate the lower fidelity model occasionally, based on a set of systematic criteria [1]. Fig.1 Conventional optimization Fig.2 AMF According to the conformation rule of approximate models, there are two main kinds of AMF: zero-order and first-order consistency [4, 5]. Zero-order consistency condition is that at local point X c, the approximation f a agrees with actual objective f: f a (X c )=f(x c ). (3) First-order consistency condition is that at local point X c, the approximation f a and its first derivatives f a agree with those of the actual objective f and its derivatives: f a (X c )=f(x c ), f a (X c )= f(x c ). (4) The condition could be achieved by a correction technique introduced by Chang et al [6].

4 1092 XIA Lu and GAO Zheng-hong 3 Application of AMF to Aerodynamic Optimization AMF was applied in structural optimization firstly, and so the systematic responses to the accurate degree of the approximations, are determined according to variable-fidelity models of structural optimization. For the aerodynamic optimization, since the objective function is hard to be defined as an explicit form of the design variables, the value is obtained usually by solving corresponding flow equations. So, the low-fidelity models of physical problem could be used as the approximations of high-fidelity models and the AMF of aerodynamic optimization could be built. In Fig.3, the flowchart of zero-order AMF used in this paper is illustrated. Firstly, the start design point X 0 and the original trust region radius Δ 0 could be determined according to experiences. Secondly, at the original point X 0, the values of high-fidelity and low-fidelity models should be calculated to build the zero-order approximation model f a of the high-fidelity model f by using Eq.(3). Then, in the original trust region, the low-fidelity model is used to search an optimal point X + while high fidelity-model serves to re-calibrate the lower-fidelity Fig.3 Zero-order AMF

5 Application of Variable-Fidelity Models 1093 model. If the low-fidelity model f a does a very good job of predicting the actual behavior of high-fidelity model f, the radius of trust region Δ i can be increased or a much lower-fidelity model can be used to increase the optimization efficiency at the next optimization iteration. Furthermore, the optimal solution X + can be accepted. If the low-fidelity model does a bad job of predicting the actual behavior, including f actually increased or f did decreased but not as much as predicted by f a, the radius of trust region Δ i should be decreased and the optimal solution X + should not be accepted at the next optimization iteration. If the low-fidelity model f a does an acceptable job of predicting the actual behavior, the radius of trust region Δ i can remain unchanged and the optimal solution X + can be accepted at the next optimization iteration. Since the whole optimization procedure should be controlled quantificationally, the quantificational expression to define the approximation degree of the low-fidelity model to the highfidelity model should be provided: R = f(xi) f(x+) f(x i) f a(x +). The value of R reflects the comparison of results from the approximation to the high-fidelity model. If R 1, it means the low-fidelity model f a does a very good job of predicting the actual behavior of high-fidelity model while if R 0evenR<0, it means the low-fidelity model does a bad job of predicting the actual behavior. So, the approximation degree could be distinguished and then the size of trust region could be adjusted by selecting 0 <η 1 <η 2 < 1. In the whole optimization procedure, the low-fidelity model does not remain unchanged but updates to reflect current design space. Along with every optimal search the more accurate objective value is obtained by high-fidelity model. Since that, when using AMF, even if the low-fidelity model can not capture a particular feature of the physical phenomenon to the same degree as the higher-fidelity model, it is enough that the low-fidelity model have satisfactory predictive properties of finding a good direction of improvement. That is to say, a low-fidelity model may not capture all the important feature of the higher-fidelity model, but it is enough that the low-fidelity model can predict a satisfying step of improvement of the objective. Since the bulk of the computational expense involves calculations based on low-fidelity models in iterations of optimization procedure, the expense relying exclusively on high-fidelity models can be alleviated and as long as the above convergence conditions can be satisfied, the improvement for high-fidelity design can be guaranteed. In this paper, the high-fidelity model is Euler equations and the low-fidelity model is Green s function method based on potential flow equations [7]. Analyzing the properties of the two models and according to practical computational experiences, the calculation results at low angle of attack obtained by low-fidelity model which is Green s function method are much more accurate, especially the lift coefficient. Since in this paper, the objective is lift-to-drag ratio L/D at low angle of attack, the criterion of R which means the quantificationally distinction of the approximation degree for low-fidelity models follows the principle that the tolerance of these two models difference is widen, which means the size of the region reflects where the low-fidelity model f a does a very good or acceptable job of predicting the actual behavior of high-fidelity model could be defined much bigger. So, in this paper, η 1 and η 2 are selected relatively smaller as η 1 =0.10 and η 2 =0.60 while the size of the original trust region which is the original design space is defined relatively bigger [7]. 4 Results and Discussion To validate the feasibility of above method, computational analysis of an example for the design of UAV with a flying wing is carried out to obtain high aerodynamic efficiency. The design variables are parameters describing the airfoils at wing root and wing tip and the analytic function linear combination method [8] is used to describe the parameters of the airfoils. The objective functions are maximizing the lift-to-drag ratio L/D. According to structure, intensity, the feature of the objective functions and the engineering limits, the constrains are

6 1094 XIA Lu and GAO Zheng-hong decided: the low and up bounds of the design variables; the area and the maximum thickness of the airfoil remain unchanged; pitching moment coefficient can not decrease; pitching moment derivative can not increase; the lift coefficient can not decrease. Search algorithm is the genetic algorithm. The population size is 80 and the number of maximum generation is 20 at every optimization iteration. The low-fidelity model is used to carry out 3 optimization iterations, the high-fidelity model is used to carry out 4 times of re-calibration calculation including original shape, the actual CPU times are approximately 82.6 hours on a Pentium IV PC, and then the convergence requirement is satisfied. Figure 4 shows the comparison of airfoil shape before and after optimization. Table 1 is the comparison of aerodynamic performance. Figure 4 and Table 1 show that the optimal shape has better aerodynamic performance and the optimization goal is achieved. If the conventional optimization exclusively with the high-fidelity to get objective values and the same genetic algorithm with the same control parameters are used during the optimization search, the CPU times will be approximately 1060 hours. It shows that the optimization efficiency is increased using AMF. Fig.4 Comparison of airfoil shape Table 1 Comparison of aerodynamic performance Aerodynamic Original performance shape Optimal result First iteration Second iteration Third iteration Low-fidelity High-fidelity Low-fidelity High-fidelity Low-fidelity High-fidelity Lift coefficient C L Drag coefficient C D Pitching moment coefficient C m Pitching moment derivative Cm α Lift-to-drag ratio L/D Conclusions Many physical phenomena in engineering design can be described by high-fidelity models. Whereas, the use of high-fidelity models, such as the N-S equations or those based on fine

7 Application of Variable-Fidelity Models 1095 computational meshes, in iterative procedure can be considerably expensive. On the other hand, the use of corresponding lower-fidelity models alone does not guarantee improvement for higher-fidelity design. AMF based on the trust region methodology by constructing framework of variable fidelity models, can alleviate the expense relying exclusively on high-fidelity models. In aerodynamic optimization, variable-fidelity models can be managed by using AMF and be taken full advantage. In this paper, how to build aerodynamic optimization method by using AMF was studied elementarily and the conclusion could be drawn: (i) The value of R reflects the approximation degree for low-fidelity models to high-fidelity models. The selection of parameters η 1 and η 2 which are distinguish the different range of R mainly follows the tolerance of variable-fidelity models difference in design and practical computational experiences. (ii) For different aerodynamic optimization problem, since the bulk of the computational expense involves calculations based on low-fidelity models in iterations of optimization procedure, the low-fidelity model should be chosen according to the complexity of the problem and the cost that can be afforded while the high-fidelity model is chosen usually according to the precision of the design requirement. Furthermore, the change of R may be used to test whether the variable-fidelity models are properly chosen. If the value of R is always on the low side, the fidelity of the low-fidelity model should be increased while if the value of R is always on the high side, a much lower-fidelity model could be used as approximation. Generally, the high-fidelity model keeps unchanged to guarantee the accuracy of the optimal solution. (iii) There are still many problems to be solved to improve the optimization design methods, such as how to build AMF of multi-level variable-fidelity models, how to improve the searching iterations with the low-fidelity model and adjust the re-calibration with the high-fidelity model to increase the optimization efficiency, etc. References [1] Alexandrov N M, Lewis R M, Gumbert C R, Green L L, Newman P A. Optimization with variable-fidelity models applied to wing design[c]. AIAA Paper th AerospaceSciences Meeting and Exhibit, Reno, NV, [2] Shi Guangyan, Dong Jiali. Optimization Method[M]. Higher Education Press, Beijing, 2000 (in Chinese). [3] Yuan Yaxiang, Sun Wenyu. Optimization Theory and Method[M]. Science Press, Beijing, 1999 (in Chinese). [4] Alexandrov N M, Dennis J E Jr, Lewis R M, et al. A Trust-region framework for managing the use of approximation models in optimization[j]. Structural Optimization, 1998, 15(1): [5] Booker A J, Dennis J E Jr, Frank P D, et al. A rigorous framework for optimization of expensive functions by surrogates[j]. Structural Optimization, 1999, 17(1):1 13. [6] Chang K J, Haftka R T, Giles G L, et al. Sensitivity-based scaling for approximating structural response[j]. Journal of Aircraft, 1993, 30(2): [7] Xia Lu. Aerodynamic and Stealth Synthesis Optimization Design for Aircraft Configuration[D]. Ph D Dissertation, Northwest Polytechnical University, Xi an, 2004 (in Chinese). [8] Hicks R, Henne P. Wing design by numerical optimization[j]. Journal of Aircraft, 1978, 15(7):

AERODYNAMIC DESIGN OF FLYING WING WITH EMPHASIS ON HIGH WING LOADING

AERODYNAMIC DESIGN OF FLYING WING WITH EMPHASIS ON HIGH WING LOADING AERODYNAMIC DESIGN OF FLYING WING WITH EMPHASIS ON HIGH WING LOADING M. Figat Warsaw University of Technology Keywords: Aerodynamic design, CFD Abstract This paper presents an aerodynamic design process

More information

Exploiting a database to predict the in-flight stability of the F-16

Exploiting a database to predict the in-flight stability of the F-16 Exploiting a database to predict the in-flight stability of the F-16 David Amsallem and Julien Cortial December 12, 2008 1 Introduction Among the critical phenomena that have to be taken into account when

More information

AERODYNAMIC DESIGN FOR WING-BODY BLENDED AND INLET

AERODYNAMIC DESIGN FOR WING-BODY BLENDED AND INLET 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES AERODYNAMIC DESIGN FOR WING-BODY BLENDED AND INLET Qingzhen YANG*,Yong ZHENG* & Thomas Streit** *Northwestern Polytechincal University, 772,Xi

More information

A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives

A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives A Provably Convergent Multifidelity Optimization Algorithm not Requiring High-Fidelity Derivatives Multidisciplinary Design Optimization Specialist Conference April 4, 00 Andrew March & Karen Willcox Motivation

More information

8th AIAA/USAF/NASA/ISSMO Symposium on Multidisciplinary Analysis & Optimization 6-8 September 2000 / Long Beach, CA

8th AIAA/USAF/NASA/ISSMO Symposium on Multidisciplinary Analysis & Optimization 6-8 September 2000 / Long Beach, CA AIAA -4886 First-Order Model Management with Variable-Fidelity Physics Applied to Multi-Element Airfoil Optimization N. M. Alexandrov, E. J. Nielsen, R. M. Lewis, and W. K. Anderson NASA Langley Research

More information

Available online at ScienceDirect. Procedia Engineering 99 (2015 )

Available online at   ScienceDirect. Procedia Engineering 99 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 99 (2015 ) 575 580 APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology, APISAT2014 A 3D Anisotropic

More information

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS

AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS AIRFOIL SHAPE OPTIMIZATION USING EVOLUTIONARY ALGORITHMS Emre Alpman Graduate Research Assistant Aerospace Engineering Department Pennstate University University Park, PA, 6802 Abstract A new methodology

More information

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation

Module 1 Lecture Notes 2. Optimization Problem and Model Formulation Optimization Methods: Introduction and Basic concepts 1 Module 1 Lecture Notes 2 Optimization Problem and Model Formulation Introduction In the previous lecture we studied the evolution of optimization

More information

An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm

An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm P.A. Sherar, C.P. Thompson, B. Xu, B. Zhong Abstract A new method is presented to deal with shape optimization problems.

More information

The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1 and Hou-An DING 1

The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1 and Hou-An DING 1 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 The Parameters Optimization of Fusion Winglet Based on Orthogonal Experiment Yue LUO 1, *, Qi WANG 1, Qi DU 1

More information

Lift Superposition and Aerodynamic Twist Optimization for Achieving Desired Lift Distributions

Lift Superposition and Aerodynamic Twist Optimization for Achieving Desired Lift Distributions 48th AIAA Aerospace Sciences Meeting Including the New Horizons Forum and Aerospace Exposition 4-7 January 2010, Orlando, Florida AIAA 2010-1227 Lift Superposition and Aerodynamic Twist Optimization for

More information

A penalty based filters method in direct search optimization

A penalty based filters method in direct search optimization A penalty based filters method in direct search optimization ALDINA CORREIA CIICESI/ESTG P.PORTO Felgueiras PORTUGAL aic@estg.ipp.pt JOÃO MATIAS CM-UTAD Vila Real PORTUGAL j matias@utad.pt PEDRO MESTRE

More information

Geometric Analysis of Wing Sections

Geometric Analysis of Wing Sections NASA Technical Memorandum 110346 Geometric Analysis of Wing Sections I-Chung Chang, Francisco J. Torres, and Chee Tung April 1995 National Aeronautics and Space Administration Ames Research Center Moffett

More information

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 4, December 2016, Page 30

Computer Aided Drafting, Design and Manufacturing Volume 26, Number 4, December 2016, Page 30 Computer Aided Drafting, Design and Manufacturing Volume 26, Number 4, December 2016, Page 30 CADDM Aircraft wing box rapid modeling based on skeleton model Zhang Chao, Xi Ping School of Mechanical Engineering

More information

Constrained Aero-elastic Multi-Point Optimization Using the Coupled Adjoint Approach

Constrained Aero-elastic Multi-Point Optimization Using the Coupled Adjoint Approach www.dlr.de Chart 1 Aero-elastic Multi-point Optimization, M.Abu-Zurayk, MUSAF II, 20.09.2013 Constrained Aero-elastic Multi-Point Optimization Using the Coupled Adjoint Approach M. Abu-Zurayk MUSAF II

More information

A penalty based filters method in direct search optimization

A penalty based filters method in direct search optimization A penalty based filters method in direct search optimization Aldina Correia CIICESI / ESTG P.PORTO Felgueiras, Portugal aic@estg.ipp.pt João Matias CM-UTAD UTAD Vila Real, Portugal j matias@utad.pt Pedro

More information

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li

Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm. Yinling Wang, Huacong Li International Conference on Applied Science and Engineering Innovation (ASEI 215) Aero-engine PID parameters Optimization based on Adaptive Genetic Algorithm Yinling Wang, Huacong Li School of Power and

More information

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT

AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN ABSTRACT AIR LOAD CALCULATION FOR ISTANBUL TECHNICAL UNIVERSITY (ITU), LIGHT COMMERCIAL HELICOPTER (LCH) DESIGN Adeel Khalid *, Daniel P. Schrage + School of Aerospace Engineering, Georgia Institute of Technology

More information

GAs for aerodynamic shape design II: multiobjective optimization and multi-criteria design

GAs for aerodynamic shape design II: multiobjective optimization and multi-criteria design GAs for aerodynamic shape design II: multiobjective optimization and multi-criteria design D. Quagliarella, A. Vicini C.I.R.A., Centro Italiano Ricerche Aerospaziali Via Maiorise 8143 Capua (Italy) Abstract

More information

39th AIAA Aerospace Sciences Meeting and Exhibit January 8 11, 2001/Reno, NV

39th AIAA Aerospace Sciences Meeting and Exhibit January 8 11, 2001/Reno, NV AIAA 1 717 Static Aero-elastic Computation with a Coupled CFD and CSD Method J. Cai, F. Liu Department of Mechanical and Aerospace Engineering University of California, Irvine, CA 92697-3975 H.M. Tsai,

More information

Post Stall Behavior of a Lifting Line Algorithm

Post Stall Behavior of a Lifting Line Algorithm Post Stall Behavior of a Lifting Line Algorithm Douglas Hunsaker Brigham Young University Abstract A modified lifting line algorithm is considered as a low-cost approach for calculating lift characteristics

More information

Multi-Element High-Lift Configuration Design Optimization Using Viscous Continuous Adjoint Method

Multi-Element High-Lift Configuration Design Optimization Using Viscous Continuous Adjoint Method JOURNAL OF AIRCRAFT Vol. 41, No. 5, September October 2004 Multi-Element High-Lift Configuration Design Optimization Using Viscous Continuous Adjoint Method Sangho Kim, Juan J. Alonso, and Antony Jameson

More information

Conceptual Design and CFD

Conceptual Design and CFD Conceptual Design and CFD W.H. Mason Department of and the Multidisciplinary Analysis and Design (MAD) Center for Advanced Vehicles Virginia Tech Blacksburg, VA Update from AIAA 98-2513 1 Things to think

More information

Single and multi-point aerodynamic optimizations of a supersonic transport aircraft using strategies involving adjoint equations and genetic algorithm

Single and multi-point aerodynamic optimizations of a supersonic transport aircraft using strategies involving adjoint equations and genetic algorithm Single and multi-point aerodynamic optimizations of a supersonic transport aircraft using strategies involving adjoint equations and genetic algorithm Prepared by : G. Carrier (ONERA, Applied Aerodynamics/Civil

More information

MATH 573 Advanced Scientific Computing

MATH 573 Advanced Scientific Computing MATH 573 Advanced Scientific Computing Analysis of an Airfoil using Cubic Splines Ashley Wood Brian Song Ravindra Asitha What is Airfoil? - The cross-section of the wing, blade, or sail. 1. Thrust 2. Weight

More information

OPTIMIZATION OF COMPOSITE WING USING GENETIC ALGORITHM

OPTIMIZATION OF COMPOSITE WING USING GENETIC ALGORITHM 21 st International Conference on Composite Materials Xi an, 20-25 th August 2017 OPTIMIZATION OF COMPOSITE WING USING GENETIC ALGORITHM Haigang Zhang, Xitao Zheng, Zhendong Liu School of Aeronautics,

More information

NUMERICAL SIMULATION OF 3D FLAPPING WING BASED ON CHIMERA METHOD

NUMERICAL SIMULATION OF 3D FLAPPING WING BASED ON CHIMERA METHOD 26 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES NUMERICAL SIMULATION OF 3D FLAPPING WING Wenqing Yang, Bifeng Song, Wenping Song School of Aeronautics, Northwestern Polytechnical University,

More information

Aerospace Applications of Optimization under Uncertainty

Aerospace Applications of Optimization under Uncertainty Aerospace Applications of Optimization under Uncertainty Sharon Padula, Clyde Gumbert, and Wu Li NASA Langley Research Center Abstract The Multidisciplinary Optimization (MDO) Branch at NASA Langley Research

More information

MOTION STEREO DOUBLE MATCHING RESTRICTION IN 3D MOVEMENT ANALYSIS

MOTION STEREO DOUBLE MATCHING RESTRICTION IN 3D MOVEMENT ANALYSIS MOTION STEREO DOUBLE MATCHING RESTRICTION IN 3D MOVEMENT ANALYSIS ZHANG Chun-sen Dept of Survey, Xi an University of Science and Technology, No.58 Yantazhonglu, Xi an 710054,China -zhchunsen@yahoo.com.cn

More information

Modeling three-dimensional dynamic stall

Modeling three-dimensional dynamic stall Appl. Math. Mech. -Engl. Ed., 32(4), 393 400 (2011) DOI 10.1007/s10483-011-1424-6 c Shanghai University and Springer-Verlag Berlin Heidelberg 2011 Applied Mathematics and Mechanics (English Edition) Modeling

More information

An efficient method for predicting zero-lift or boundary-layer drag including aeroelastic effects for the design environment

An efficient method for predicting zero-lift or boundary-layer drag including aeroelastic effects for the design environment The Aeronautical Journal November 2015 Volume 119 No 1221 1451 An efficient method for predicting zero-lift or boundary-layer drag including aeroelastic effects for the design environment J. A. Camberos

More information

A DRAG PREDICTION VALIDATION STUDY FOR AIRCRAFT AERODYNAMIC ANALYSIS

A DRAG PREDICTION VALIDATION STUDY FOR AIRCRAFT AERODYNAMIC ANALYSIS A DRAG PREDICTION VALIDATION STUDY FOR AIRCRAFT AERODYNAMIC ANALYSIS Akio OCHI, Eiji SHIMA Kawasaki Heavy Industries, ltd Keywords: CFD, Drag prediction, Validation Abstract A CFD drag prediction validation

More information

Solution of 2D Euler Equations and Application to Airfoil Design

Solution of 2D Euler Equations and Application to Airfoil Design WDS'6 Proceedings of Contributed Papers, Part I, 47 52, 26. ISBN 8-86732-84-3 MATFYZPRESS Solution of 2D Euler Equations and Application to Airfoil Design J. Šimák Charles University, Faculty of Mathematics

More information

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING

NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Review of the Air Force Academy No.3 (35)/2017 NUMERICAL 3D TRANSONIC FLOW SIMULATION OVER A WING Cvetelina VELKOVA Department of Technical Mechanics, Naval Academy Nikola Vaptsarov,Varna, Bulgaria (cvetelina.velkova1985@gmail.com)

More information

Optimization with Gradient and Hessian Information Calculated Using Hyper-Dual Numbers

Optimization with Gradient and Hessian Information Calculated Using Hyper-Dual Numbers Optimization with Gradient and Hessian Information Calculated Using Hyper-Dual Numbers Jeffrey A. Fike and Juan J. Alonso Department of Aeronautics and Astronautics, Stanford University, Stanford, CA 94305,

More information

Uncertainty Analysis Utilizing Gradient and Hessian Information

Uncertainty Analysis Utilizing Gradient and Hessian Information Uncertainty Analysis Utilizing Gradient and Hessian Information Markus P. Rumpfkeil, Wataru Yamazaki and Dimitri. Mavriplis Abstract In this paper gradient and Hessian information computed using automatic

More information

Shock Wave Reduction via Wing-Strut Geometry Design

Shock Wave Reduction via Wing-Strut Geometry Design Shock Wave Reduction via Wing-Strut Geometry Design Runze LI, Wei NIU, Haixin CHEN School of Aerospace Engineering Beijing 84, China PADRI, Barcelona (Spain) 27..29 SHORT VERSION Shock Wave Reduction via

More information

SUBSTITUTING GOMORY CUTTING PLANE METHOD TOWARDS BALAS ALGORITHM FOR SOLVING BINARY LINEAR PROGRAMMING

SUBSTITUTING GOMORY CUTTING PLANE METHOD TOWARDS BALAS ALGORITHM FOR SOLVING BINARY LINEAR PROGRAMMING Bulletin of Mathematics Vol. 06, No. 0 (20), pp.. SUBSTITUTING GOMORY CUTTING PLANE METHOD TOWARDS BALAS ALGORITHM FOR SOLVING BINARY LINEAR PROGRAMMING Eddy Roflin, Sisca Octarina, Putra B. J Bangun,

More information

The Mesh Adaptive Direct Search Algorithm for Discrete Blackbox Optimization

The Mesh Adaptive Direct Search Algorithm for Discrete Blackbox Optimization The Mesh Adaptive Direct Search Algorithm for Discrete Blackbox Optimization Sébastien Le Digabel Charles Audet Christophe Tribes GERAD and École Polytechnique de Montréal ICCOPT, Tokyo 2016 08 08 BBO:

More information

Adaptive osculatory rational interpolation for image processing

Adaptive osculatory rational interpolation for image processing Journal of Computational and Applied Mathematics 195 (2006) 46 53 www.elsevier.com/locate/cam Adaptive osculatory rational interpolation for image processing Min Hu a, Jieqing Tan b, a College of Computer

More information

Analysis of the Adjoint Euler Equations as used for Gradient-based Aerodynamic Shape Optimization

Analysis of the Adjoint Euler Equations as used for Gradient-based Aerodynamic Shape Optimization Analysis of the Adjoint Euler Equations as used for Gradient-based Aerodynamic Shape Optimization Final Presentation Dylan Jude Graduate Research Assistant University of Maryland AMSC 663/664 May 4, 2017

More information

(c)2002 American Institute of Aeronautics & Astronautics or Published with Permission of Author(s) and/or Author(s)' Sponsoring Organization.

(c)2002 American Institute of Aeronautics & Astronautics or Published with Permission of Author(s) and/or Author(s)' Sponsoring Organization. VIIA Adaptive Aerodynamic Optimization of Regional Introduction The starting point of any detailed aircraft design is (c)2002 American Institute For example, some variations of the wing planform may become

More information

Fatigue Crack Growth Simulation using S-version FEM

Fatigue Crack Growth Simulation using S-version FEM Copyright c 2008 ICCES ICCES, vol.8, no.2, pp.67-72 Fatigue Crack Growth Simulation using S-version FEM M. Kikuchi 1,Y.Wada 2, A. Utsunomiya 3 and Y. Li 4 Summary Fatigue crack growth under mixed mode

More information

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class Subsonic Airfoils W.H. Mason Configuration Aerodynamics Class Typical Subsonic Methods: Panel Methods For subsonic inviscid flow, the flowfield can be found by solving an integral equation for the potential

More information

PRIMAL-DUAL INTERIOR POINT METHOD FOR LINEAR PROGRAMMING. 1. Introduction

PRIMAL-DUAL INTERIOR POINT METHOD FOR LINEAR PROGRAMMING. 1. Introduction PRIMAL-DUAL INTERIOR POINT METHOD FOR LINEAR PROGRAMMING KELLER VANDEBOGERT AND CHARLES LANNING 1. Introduction Interior point methods are, put simply, a technique of optimization where, given a problem

More information

김태희, 권형일 1, 최성임 2* T.H. Kim, H.I. Kwon, and S.I. Choi

김태희, 권형일 1, 최성임 2* T.H. Kim, H.I. Kwon, and S.I. Choi 김태희, 권형일 1, 최성임 2* A STUDY ON INVERSE DESIGN OF AIRFOIL USING e-science BASED AERODYNAMICS DESIGN OPTIMIZATION FRAMEWORK T.H. Kim, H.I. Kwon, and S.I. Choi Recently, with advanced computational performance,

More information

SYSTEMS OF NONLINEAR EQUATIONS

SYSTEMS OF NONLINEAR EQUATIONS SYSTEMS OF NONLINEAR EQUATIONS Widely used in the mathematical modeling of real world phenomena. We introduce some numerical methods for their solution. For better intuition, we examine systems of two

More information

OPTIMIZATIONS OF AIRFOIL AND WING USING GENETIC ALGORITHM

OPTIMIZATIONS OF AIRFOIL AND WING USING GENETIC ALGORITHM ICAS22 CONGRESS OPTIMIZATIONS OF AIRFOIL AND WING USING GENETIC ALGORITHM F. Zhang, S. Chen and M. Khalid Institute for Aerospace Research (IAR) National Research Council (NRC) Ottawa, K1A R6, Ontario,

More information

4th Annual International Conference on Material Science and Engineering (ICMSE 2016)

4th Annual International Conference on Material Science and Engineering (ICMSE 2016) A Bidirectional Walk Method of Random Polygon for Two-dimensional Concrete Model Zheng CHEN 1,2,a,*, Yu-Liu WEI 1,b, Wei-Ying LIANG 1,c and Wo-Cheng HUANG 1,d 1 Key Laboratory of Disaster Prevention and

More information

Introduction to ANSYS CFX

Introduction to ANSYS CFX Workshop 03 Fluid flow around the NACA0012 Airfoil 16.0 Release Introduction to ANSYS CFX 2015 ANSYS, Inc. March 13, 2015 1 Release 16.0 Workshop Description: The flow simulated is an external aerodynamics

More information

A BTC-COMPRESSED DOMAIN INFORMATION HIDING METHOD BASED ON HISTOGRAM MODIFICATION AND VISUAL CRYPTOGRAPHY. Hang-Yu Fan and Zhe-Ming Lu

A BTC-COMPRESSED DOMAIN INFORMATION HIDING METHOD BASED ON HISTOGRAM MODIFICATION AND VISUAL CRYPTOGRAPHY. Hang-Yu Fan and Zhe-Ming Lu International Journal of Innovative Computing, Information and Control ICIC International c 2016 ISSN 1349-4198 Volume 12, Number 2, April 2016 pp. 395 405 A BTC-COMPRESSED DOMAIN INFORMATION HIDING METHOD

More information

SUBSTITUTING GOMORY CUTTING PLANE METHOD TOWARDS BALAS ALGORITHM FOR SOLVING BINARY LINEAR PROGRAMMING

SUBSTITUTING GOMORY CUTTING PLANE METHOD TOWARDS BALAS ALGORITHM FOR SOLVING BINARY LINEAR PROGRAMMING ASIAN JOURNAL OF MATHEMATICS AND APPLICATIONS Volume 2014, Article ID ama0156, 11 pages ISSN 2307-7743 http://scienceasia.asia SUBSTITUTING GOMORY CUTTING PLANE METHOD TOWARDS BALAS ALGORITHM FOR SOLVING

More information

MATH3016: OPTIMIZATION

MATH3016: OPTIMIZATION MATH3016: OPTIMIZATION Lecturer: Dr Huifu Xu School of Mathematics University of Southampton Highfield SO17 1BJ Southampton Email: h.xu@soton.ac.uk 1 Introduction What is optimization? Optimization is

More information

NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF TEST MODELS AERODYNAMICS

NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF TEST MODELS AERODYNAMICS NUMERICAL AND EXPERIMENTAL INVESTIGATIONS OF TEST MODELS AERODYNAMICS A.V. Vaganov, S.M. Drozdov, S.M. Zadonsky, V.I. Plyashechnic, M.A. Starodubtsev, S.V. Chernov, V.L. Yumashev TsAGI, 140180 Zhukovsky,

More information

4.12 Generalization. In back-propagation learning, as many training examples as possible are typically used.

4.12 Generalization. In back-propagation learning, as many training examples as possible are typically used. 1 4.12 Generalization In back-propagation learning, as many training examples as possible are typically used. It is hoped that the network so designed generalizes well. A network generalizes well when

More information

STRUCTURAL CONSTRAINTS INVESTIGATION IN WING AERODYNAMIC/STRUCTURAL OPTIMIZATION

STRUCTURAL CONSTRAINTS INVESTIGATION IN WING AERODYNAMIC/STRUCTURAL OPTIMIZATION STRUCTURAL CONSTRAINTS INVESTIGATION IN WI AERODYNAMIC/STRUCTURAL OPTIMIZATION Ke-Shi ZHA*, Han ZHA*, Zhong-Hua HAN* * School of Aeronautics, Northwestern Polytechnical University, Xi an, 7007, P.R.China

More information

Automatic design procedures that use Computational Fluid Dynamics(CFD) combined with gradientbased

Automatic design procedures that use Computational Fluid Dynamics(CFD) combined with gradientbased 43rd AIAA Aerospace Sciences Meeting and Exhibit, January 10-13, 2005, Reno, NV Enhancement of Adjoint Design Methods via Optimization of Adjoint Parameters Sangho Kim Kaveh Hosseini Kasidit Leoviriyakit

More information

Commutative filters for LES on unstructured meshes

Commutative filters for LES on unstructured meshes Center for Turbulence Research Annual Research Briefs 1999 389 Commutative filters for LES on unstructured meshes By Alison L. Marsden AND Oleg V. Vasilyev 1 Motivation and objectives Application of large

More information

The Application Research of Neural Network in Embedded Intelligent Detection

The Application Research of Neural Network in Embedded Intelligent Detection The Application Research of Neural Network in Embedded Intelligent Detection Xiaodong Liu 1, Dongzhou Ning 1, Hubin Deng 2, and Jinhua Wang 1 1 Compute Center of Nanchang University, 330039, Nanchang,

More information

Introduction to Aerodynamic Shape Optimization

Introduction to Aerodynamic Shape Optimization Introduction to Aerodynamic Shape Optimization 1. Aircraft Process 2. Aircraft Methods a. Inverse Surface Methods b. Inverse Field Methods c. Numerical Optimization Methods Aircraft Process Conceptual

More information

Multifidelity and Adaptive Optimization Methods

Multifidelity and Adaptive Optimization Methods Multifidelity and Adaptive Optimization Methods Karen Willcox Collaborative work with Subodh Chaudhari, Jason Daniel, Andy Ko, Leo Ng Phoenix Integration User Conference April 15, 2015 Outline Learning

More information

Multidisciplinary System Design Optimization (MSDO)

Multidisciplinary System Design Optimization (MSDO) Multidisciplinary System Design Optimization (MSDO) Approximation Methods Karen Willcox Slides from: Theresa Robinson, Andrew March 1 Massachusetts Institute of Technology - Prof. de Wec and Prof. Willcox

More information

COMPARISON OF INFILL SAMPLING CRITERIA IN KRIGING-BASED AERODYNAMIC OPTIMIZATION

COMPARISON OF INFILL SAMPLING CRITERIA IN KRIGING-BASED AERODYNAMIC OPTIMIZATION 8 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES COMPARISON OF INFILL SAMPLING CRITERIA IN KRIGING-BASED AERODYNAMIC OPTIMIZATION Jun LIU, Zhonghua HAN, Wenping SONG National Key Laboratory of

More information

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES

CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES CHAPTER 6 HYBRID AI BASED IMAGE CLASSIFICATION TECHNIQUES 6.1 INTRODUCTION The exploration of applications of ANN for image classification has yielded satisfactory results. But, the scope for improving

More information

Optimization of Laminar Wings for Pro-Green Aircrafts

Optimization of Laminar Wings for Pro-Green Aircrafts Optimization of Laminar Wings for Pro-Green Aircrafts André Rafael Ferreira Matos Abstract This work falls within the scope of aerodynamic design of pro-green aircraft, where the use of wings with higher

More information

GRID PATTERN EFFECTS ON AERODYNAMIC CHARACTERISTICS OF GRID FINS

GRID PATTERN EFFECTS ON AERODYNAMIC CHARACTERISTICS OF GRID FINS 24 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES GRID PATTERN EFFECTS ON AERODYNAMIC CHARACTERISTICS OF GRID FINS Fumiya Hiroshima, Kaoru Tatsumi* *Mitsubishi Electric Corporation, Kamakura Works,

More information

CAD / , / CAD. Pareto, ;Lee , : (1) CAD China Academic Journal Electronic Publishing House. All rights reserved.

CAD / , / CAD. Pareto, ;Lee , : (1) CAD China Academic Journal Electronic Publishing House. All rights reserved. 30 1 2009 1 Journal of Astronautics Vol. 30 January No. 1 2009 CAD /, (, 210016) : CAD / : (1) ; (2) CATIA, CAD ; (3) ; (4) / /, : (1) CAD ; (2) (RCS) ; (3) CAD ; (4) CAD : ; CAD ; ; ; : V1 : A : 100021328

More information

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm

Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Acta Technica 61, No. 4A/2016, 189 200 c 2017 Institute of Thermomechanics CAS, v.v.i. Research on time optimal trajectory planning of 7-DOF manipulator based on genetic algorithm Jianrong Bu 1, Junyan

More information

Aerodynamic Analysis of Forward Swept Wing Using Prandtl-D Wing Concept

Aerodynamic Analysis of Forward Swept Wing Using Prandtl-D Wing Concept Aerodynamic Analysis of Forward Swept Wing Using Prandtl-D Wing Concept Srinath R 1, Sahana D S 2 1 Assistant Professor, Mangalore Institute of Technology and Engineering, Moodabidri-574225, India 2 Assistant

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

State of the art at DLR in solving aerodynamic shape optimization problems using the discrete viscous adjoint method

State of the art at DLR in solving aerodynamic shape optimization problems using the discrete viscous adjoint method DLR - German Aerospace Center State of the art at DLR in solving aerodynamic shape optimization problems using the discrete viscous adjoint method J. Brezillon, C. Ilic, M. Abu-Zurayk, F. Ma, M. Widhalm

More information

D DAVID PUBLISHING. Uncertainty Analysis in CFD for Resistance. 1. Introduction

D DAVID PUBLISHING. Uncertainty Analysis in CFD for Resistance. 1. Introduction Journal of Shipping and Ocean Engineering 7 (2017) 192-202 doi 10.17265/2159-5879/2017.05.003 D DAVID PUBLISHING WANG Zhongcheng 1, LIU Xiaoyu 1, ZHANG Shenglong 1, XU Leping 1 and ZHOU Peilin 2 1. MMC

More information

EVOLVE : A Visualization Tool for Multi-Objective Optimization Featuring Linked View of Explanatory Variables and Objective Functions

EVOLVE : A Visualization Tool for Multi-Objective Optimization Featuring Linked View of Explanatory Variables and Objective Functions 2014 18th International Conference on Information Visualisation EVOLVE : A Visualization Tool for Multi-Objective Optimization Featuring Linked View of Explanatory Variables and Objective Functions Maki

More information

Truss structural configuration optimization using the linear extended interior penalty function method

Truss structural configuration optimization using the linear extended interior penalty function method ANZIAM J. 46 (E) pp.c1311 C1326, 2006 C1311 Truss structural configuration optimization using the linear extended interior penalty function method Wahyu Kuntjoro Jamaluddin Mahmud (Received 25 October

More information

Designing flapping wings as oscillating structures

Designing flapping wings as oscillating structures th World Congress on Structural and Multidisciplinary Optimization May 9-4,, Orlando, Florida, USA Designing flapping wings as oscillating structures Zhiyuan Zhang, Ashok V. Kumar, Raphael T. Haftka University

More information

Trajectory Planning for Reentry Maneuverable Ballistic Missiles

Trajectory Planning for Reentry Maneuverable Ballistic Missiles International Conference on Manufacturing Science and Engineering (ICMSE 215) rajectory Planning for Reentry Maneuverable Ballistic Missiles XIE Yu1, a *, PAN Liang1,b and YUAN ianbao2,c 1 College of mechatronic

More information

A new Electromagnetism-like Algorithm with a Population Shrinking Strategy

A new Electromagnetism-like Algorithm with a Population Shrinking Strategy Proc. of the 9th WSEAS Int. Conf. on Mathematical and Computational Methods in Science and Engineering, Trinidad and Tobago, November -7, 7 A new Electromagnetism-like Algorithm with a Population Shrinking

More information

Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight

Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight Mahadesh Kumar A 1 and Ravishankar Mariayyah 2 1 Aeronautical Development Agency and 2 Dassault Systemes India

More information

Airfoil shape optimization using adjoint method and automatic differentiation. Praveen. C

Airfoil shape optimization using adjoint method and automatic differentiation. Praveen. C 'th Annual AeSI CFD Symposium, -2 August 2009, Bangalore Airfoil shape optimization using adjoint method and automatic differentiation Praveen. C TIFR Center for Applicable Mathematics Post Bag No. 6503,

More information

x n x n stepnumber k order r error constant C r+1 1/2 5/12 3/8 251/720 abs. stab. interval (α,0) /11-3/10

x n x n stepnumber k order r error constant C r+1 1/2 5/12 3/8 251/720 abs. stab. interval (α,0) /11-3/10 MATH 573 LECTURE NOTES 77 13.8. Predictor-corrector methods. We consider the Adams methods, obtained from the formula xn+1 xn+1 y(x n+1 y(x n ) = y (x)dx = f(x,y(x))dx x n x n by replacing f by an interpolating

More information

Semi-automatic transition from simulation to one-shot optimization with equality constraints

Semi-automatic transition from simulation to one-shot optimization with equality constraints Semi-automatic transition from simulation to one-shot optimization with equality constraints Lisa Kusch, Tim Albring, Andrea Walther, Nicolas Gauger Chair for Scientific Computing, TU Kaiserslautern, www.scicomp.uni-kl.de

More information

The Numerical Simulation of Civil Transportation High-lift Configuration

The Numerical Simulation of Civil Transportation High-lift Configuration Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 00 (2014) 000 000 www.elsevier.com/locate/procedia APISAT2014, 2014 Asia-Pacific International Symposium on Aerospace Technology,

More information

A Data-based Approach for Fast Airfoil Analysis and Optimization

A Data-based Approach for Fast Airfoil Analysis and Optimization A Data-based Approach for Fast Airfoil Analysis and Optimization Jichao Li *, Mohamed Amine Bouhlel, and Joaquim R. R. A. Martins University of Michigan, Ann Arbor, MI, 48109, USA Airfoils are of great

More information

Shape Optimization Design of Gravity Buttress of Arch Dam Based on Asynchronous Particle Swarm Optimization Method. Lei Xu

Shape Optimization Design of Gravity Buttress of Arch Dam Based on Asynchronous Particle Swarm Optimization Method. Lei Xu Applied Mechanics and Materials Submitted: 2014-08-26 ISSN: 1662-7482, Vol. 662, pp 160-163 Accepted: 2014-08-31 doi:10.4028/www.scientific.net/amm.662.160 Online: 2014-10-01 2014 Trans Tech Publications,

More information

Model Reduction for Variable-Fidelity Optimization Frameworks

Model Reduction for Variable-Fidelity Optimization Frameworks Model Reduction for Variable-Fidelity Optimization Frameworks Karen Willcox Aerospace Computational Design Laboratory Department of Aeronautics and Astronautics Massachusetts Institute of Technology Workshop

More information

DESIGN OPTIMIZATION OF HELICOPTER BLADE USING CLASS SHAPE FUNCTION BASED GEOMETRY REPRESENTATION

DESIGN OPTIMIZATION OF HELICOPTER BLADE USING CLASS SHAPE FUNCTION BASED GEOMETRY REPRESENTATION DESIGN OPIMIZAION OF HELICOPER BLADE USING CLASS SHAPE FUNCION BASED GEOMERY REPRESENAION Atthaphon Ariyarit*, Masahiko Sugiura**, Yasutada anabe**, and Masahiro Kanazaki* *Department of Aerospace Engineering,

More information

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS

THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS March 18-20, 2013 THE EFFECTS OF THE PLANFORM SHAPE ON DRAG POLAR CURVES OF WINGS: FLUID-STRUCTURE INTERACTION ANALYSES RESULTS Authors: M.R. Chiarelli, M. Ciabattari, M. Cagnoni, G. Lombardi Speaker:

More information

Calculation and Analysis on Stealth and Aerodynamics Characteristics of a Medium Altitude Long Endurance UAV

Calculation and Analysis on Stealth and Aerodynamics Characteristics of a Medium Altitude Long Endurance UAV Available online at www.sciencedirect.com ScienceDirect Procedia Engineering (214) www.elsevier.com/locate/procedia APISAT214, 214 Asia-Pacific International Symposium on Aerospace Technology, APISAT214

More information

Keywords: CFD, aerofoil, URANS modeling, flapping, reciprocating movement

Keywords: CFD, aerofoil, URANS modeling, flapping, reciprocating movement L.I. Garipova *, A.N. Kusyumov *, G. Barakos ** * Kazan National Research Technical University n.a. A.N.Tupolev, ** School of Engineering - The University of Liverpool Keywords: CFD, aerofoil, URANS modeling,

More information

Reflector profile optimisation using Radiance

Reflector profile optimisation using Radiance Reflector profile optimisation using Radiance 1,4 1,2 1, 8 6 4 2 3. 2.5 2. 1.5 1..5 I csf(1) csf(2). 1 2 3 4 5 6 Giulio ANTONUTTO Krzysztof WANDACHOWICZ page 1 The idea Krzysztof WANDACHOWICZ Giulio ANTONUTTO

More information

DELAY-CONSTRAINED MULTICAST ROUTING ALGORITHM BASED ON AVERAGE DISTANCE HEURISTIC

DELAY-CONSTRAINED MULTICAST ROUTING ALGORITHM BASED ON AVERAGE DISTANCE HEURISTIC DELAY-CONSTRAINED MULTICAST ROUTING ALGORITHM BASED ON AVERAGE DISTANCE HEURISTIC Zhou Ling 1, 2, Ding Wei-xiong 2 and Zhu Yu-xi 2 1 Department of Information Science and Engineer, Central South University,

More information

A new Electromagnetism-like Algorithm with a Population Shrinking Strategy

A new Electromagnetism-like Algorithm with a Population Shrinking Strategy 6th WSEAS International Conference on SYSTEM SCIENCE and SIMULATION in ENGINEERING, Venice, Italy, November, 7 7 A new Electromagnetism-like Algorithm with a Population Shrinking Strategy ANA MARIA A.

More information

Structure Ply Optimization of Composite Wind Turbine Blade

Structure Ply Optimization of Composite Wind Turbine Blade Structure Ply Optimization of Composite Wind Turbine Blade Pengwen Sun 1,*, Ke Ma 1, Caibin Yue 1,, Jiandong Li 3 1School of Mechanical Engineering Inner Mongolia University of Technology Hohhot City010051,

More information

Numerical Experiments with a Population Shrinking Strategy within a Electromagnetism-like Algorithm

Numerical Experiments with a Population Shrinking Strategy within a Electromagnetism-like Algorithm Numerical Experiments with a Population Shrinking Strategy within a Electromagnetism-like Algorithm Ana Maria A. C. Rocha and Edite M. G. P. Fernandes Abstract This paper extends our previous work done

More information

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition

Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition Airfoil Design Optimization Using Reduced Order Models Based on Proper Orthogonal Decomposition.5.5.5.5.5.5.5..5.95.9.85.8.75.7 Patrick A. LeGresley and Juan J. Alonso Dept. of Aeronautics & Astronautics

More information

Virtual Interaction System Based on Optical Capture

Virtual Interaction System Based on Optical Capture Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Virtual Interaction System Based on Optical Capture Peng CHEN, 2 Xiaoyang ZHOU, 3 Jianguang LI, Peijun WANG School of Mechanical Engineering,

More information

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class

Subsonic Airfoils. W.H. Mason Configuration Aerodynamics Class Subsonic Airfoils W.H. Mason Configuration Aerodynamics Class Most people don t realize that mankind can be divided into two great classes: those who take airfoil selection seriously, and those who don

More information

Test Data Generation with A Hybrid Genetic Tabu Search Algorithm for Decision Coverage Criteria

Test Data Generation with A Hybrid Genetic Tabu Search Algorithm for Decision Coverage Criteria Test Data Generation with A Hybrid Genetic Tabu Search Algorithm for Decision Coverage Criteria 1, FengYu Yang, Wei Zheng, QiJun Liang School of Software Nanchang Hangkong University Nanchang, China 330063

More information

Improved Attack on Full-round Grain-128

Improved Attack on Full-round Grain-128 Improved Attack on Full-round Grain-128 Ximing Fu 1, and Xiaoyun Wang 1,2,3,4, and Jiazhe Chen 5, and Marc Stevens 6, and Xiaoyang Dong 2 1 Department of Computer Science and Technology, Tsinghua University,

More information

Computational Fluid Dynamics for Engineers

Computational Fluid Dynamics for Engineers Tuncer Cebeci Jian P. Shao Fassi Kafyeke Eric Laurendeau Computational Fluid Dynamics for Engineers From Panel to Navier-Stokes Methods with Computer Programs With 152 Figures, 19 Tables, 84 Problems and

More information