leal26 / AeroPy

Python interface for XFOIL. The objective of this library is to be able to be able to call XFOIL from Python iteratively for any simulation in a total of 4 lines total.
MIT License
60 stars 31 forks source link

System cannot find file specified #17

Closed Gautham-Barathwaj-Padmanaban closed 4 years ago

Gautham-Barathwaj-Padmanaban commented 4 years ago

Hello!

I was trying to implement the code as shown below.

from aeropy.xfoil_module import find_coefficients find_coefficients(airfoil='naca0012',alpha=12.)

Whenever I try using any of the modules I get the error [WinError 2] The system cannot find the file specified. Could you explain as to what the problem is?

xuliji commented 2 years ago

Hello!Has your problem been solved? I have the same problem as you. Can you teach me how to solve it?