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

File not found subprocess.py #10

Closed J-Massey closed 5 years ago

J-Massey commented 5 years ago

All i get when i try the example : find_coefficients(airfoil='naca0012'alpha=12.) is an output error stating

FileNotFoundError: [WinError 2] The system cannot find the file specified

Could you please help me? Here is a picture: image

leal26 commented 5 years ago

Hello Jonahah. Can you try copying the xfoil.exe to your working directory and see if it works? Please let me know if it does as I will add that to the project description.

J-Massey commented 5 years ago

YES!! That works thank you very much that was silly!

leal26 commented 5 years ago

Glad it worked! Hope you find this library quite useful