byuflowlab / VortexLattice.jl

A Comprehensive Julia implementation of the Vortex Lattice Method
MIT License
48 stars 11 forks source link
aircraft-design aircraft-performance flapping-flight flight-vehicle-aerodynamics low-speed-aerodynamics potential-flow steady-state unsteady-flows vortex-lattice wind-turbines

VortexLattice

A Comprehensive Julia implementation of the Vortex Lattice Method

Authors: Taylor McDonnell and Andrew Ning

VortexLattice is a comprehensive pure-Julia implementation of the vortex lattice method for both steady and unsteady flow conditions. It is designed to be fast, accurate (within theoretical limitations), easy to use, and applicable to arbitrary geometries and velocity fields. Its steady analysis capabilities have been extensively verified against results generated using AVL and its unsteady analysis capabilities have been verified against unsteady vortex lattice method results generated by Katz and Plotkin.

Package Features

Installation

Enter the package manager by typing ] and then run the following:

pkg> add VortexLattice

Performance

This code has been optimized to be highly performant, primarily by maintaining type stability and minimizing allocations. It should outperform vortex lattice method codes written in other higher level languages. However, it does not yet incorporate the fast multipole method to speed up wake computations, so its performance can still be improved.

Usage

See the documentation

References

[1] Drela, M. Flight Vehicle Aerodynamics. MIT Press, 2014.

[2] Katz, J., and Plotkin A. Low-Speed Aerodynamics. Cambridge University Press, 2001.