WISDEM / AirfoilPreppy

A Python module for preprocessing and evaluating aerodynamic airfoil data---primarily for wind turbine applications.
Other
37 stars 25 forks source link

Updated test cases and fixed a bug with the cm extrapolation #8

Closed Ry10 closed 9 years ago

Ry10 commented 9 years ago

Cm extrapolation had a bug for the case when cm was an array of zeros. Updated the test cases and added a test on the createDataGrid method.