2. Installation

Prerequisites

Fortran compiler, NumPy, SciPy, zope.interface

Download either CCBlade.py-1.1.0.tar.gz or CCBlade.py-1.1.0.zip and uncompress/unpack it.

Install CCBlade with the following command.

$ python setup.py install

To check if installation was successful run the unit tests for the NREL 5-MW model

$ python test/test_ccblade.py

Additional tests for the gradients are available at:

$ python test/test_gradients.py

An “OK” signifies that all the tests passed.

A current copy of the documentation for this code is also available online at http://nrel-wisdem.github.io/CCBlade

Note

The CCBlade installation also installs the module AirfoilPrep.py. Although it is not strictly necessary to use AirfoilPrep.py with CCBlade, its inclusion is convenient when working with AeroDyn input files or doing any aerodynamic preprocessing of airfoil data. If you wish to do more with AirfoilPrep.py please see its documentation here.