Skip to content

Latest commit

 

History

History

analytic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Analytic airfoil coefficients

This project contains implementations to fit analytic functions to airfoil data. The optimized parameters can be used to perform efficient aerodynamic coefficient computations of your airfoil. The airfoil data can not only depend on the angle of attack but also on the Mach number and on actuator states.

Motivation

Sometimes it is more efficient or desirable to use analytic functions to compute aerodynamic coefficients of an airfoil than to perform interpolations of (huge) maps.
Moreover, your data might not cover the whole range of the input variables. In this case interpolation and extrapolation might yield unreasonable results while the analytic functions in this implementation contain a priori knowledge about the shape of the curves.
Please refer to the documentation of each content for more information.

Installation

  • You must install LADAC
  • You need the MATLAB Optimization Toolbox.

Contents