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

Added Linux support and support for accessing directories #18

Closed DIn4nD closed 4 years ago

DIn4nD commented 4 years ago

Added support for Linux into AeroPy, for GUI as well as for headless mode. Added support for accessing airfoils in directories instead of being only able to load foils directly from the main directory for function find_coefficients().

leal26 commented 4 years ago

Thank you for this contribution. Previous users had requested compatibility with UNIX, but I was unable to implement it. I am unable to verify the UNIX implementation, but the library still properly functions on a Windows OS.