A Python module for preprocessing and evaluating aerodynamic airfoil data---primarily for wind turbine applications.
Author: S. Andrew Ning
For detailed documentation see http://wisdem.github.io/AirfoilPreppy/
NumPy
If you only intend to use AirfoilPrep.py from the command line then no installation is necessary. Just place the module located at src/airfoilprep.py
anywhere in your system path. Alternatively, if you intend to use AirfoilPrep.py from within other Python modules then install it with the following command.
$ python setup.py install
To check for successful installation, run the unit tests
$ python test/test_airfoilprep.py
For software issues please use https://github.com/WISDEM/AirfoilPreppy/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.