ezaero (easy-aero) is an open source Python package oriented to implement numerical methods for Aerodynamics, such as the 3D Vortex lattice Method for lifting surfaces.
API documentation and examples can be found on https://ezaero.readthedocs.io.
You can check out the examples in the gallery, and export them as .py scripts or Jupyter notebooks to continue exploring!
To install the package, simply use pip:
$ pip install ezaero
ezaero has the following dependencies:
- Python (>=3.7)
- NumPy
- matplotlib
ezaero is tested on Linux, Windows and OS X on Python 3.7 and 3.8.
Platform | Site | Status |
---|---|---|
Linux / OS X | Travis CI | |
Windows x64 | Appveyor |
All contributions and suggestions are welcome! For more details, check out CONTRIBUTING.rst.
This library is a free-time project. I am using as a means to:
- Experiment the performance of several scientific computing packages and tools applied to a computation-intensive application.
- Dive deep into the Python Open Source community.
- Redo properly (in terms of performance optimization, SW best practices, ...) a project I enjoyed a lot during my Master Thesis, back in 2014.
My thesis covered the analysis of the aeroelastic response of an UAV in a gust scenario.
My plan is to implement the following modules:
- 3D steady VLM [Done]
- 3D unsteady VLM
- Wing motion equation solver (aeroelastic response)
If for some reason you run across this project, and find it useful or have suggestions, don't be shy! feel free to contribute or drop me a line.