ddmarshall / IBL

Tools to model boundary layer flows using the integral relations
GNU General Public License v3.0
5 stars 2 forks source link

XFoil Comparison Not Working #1

Closed ddmarshall closed 2 years ago

ddmarshall commented 2 years ago

Running xfoil_comparison.py causes error when trying to parse the inviscid pressure coefficient file: IndexError: index 2 is out of bounds for axis 1 with size 2

Looks like the invcp.txt file is supposed to have three columns but it has only two.

Needed to rename xfoil.exe to xfoil and install XFoil on Linux computer to get this far.

ddmarshall commented 2 years ago

Commit 687e0cba fixes this issue.