Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.01 KB

DOI

AeroPy

AeroPy is an library for calculating aerodynamic properties. The main feature of this library is the Python interface with XFOIL. The main objective of this library is to be able to use XFOIL via Python iteratively in a total of 4 lines total (one line for most uses). Through this interface coupling with other softwares (Abaqus, Ansys, etc) is possible and iterative processes (optimization, design sensitivity) are possible. For a thorough explanation please check the documentation and the tutorials. For thorough documentation and tutorials please check the AeroPy website

Installation

  • Clone via GitHub
  • Open command line in aeropy directory
  • Run 'pip install -e .'

Dependencies

  • subprocess
  • os
  • numpy
  • math
  • shutil
  • datetime
  • time
  • scipy
  • matplotlib
  • pickle
  • mpl_toolkits
  • multiprocessing
  • stl
  • warnings
  • paraview (if running inside Paraview)