Julia wrapper for the 2D airfoil panel code XFOIL
Author: Taylor McDonnell
Xfoil.jl is a Julia wrapper for a Mark Drela's 2D airfoil panel code, XFOIL, with the GUI features removed.
This package was originally a fork of pyXLIGHT (which has since been renamed to CMPLXFOIL), but has since undergone some development to introduce new features. The version of XFOIL that this package wraps is that of the xfoil_light project.
This code actually wraps two versions of Mark Drela's XFOIL code, one of which may be used to compute sensitivities using the complex step method. The complex step enabled version of XFOIL may be called by appending _cs
to the end of each functions name. Note that there is no interaction between the two versions of XFOIL wrapped by this package, so if you wish to use the complex step version of the code you must use the functions that end with _cs
.
Enter the Julia package manager by typing ]
and then run the following:
pkg> add Xfoil
See the guide.
Pull requests for this package or its companion package xfoil_light are always welcome.