The-Fonz / xfoil-optimization-toolbox

The Python XFOIL optimization toolbox can be used to optimize airfoils for a specific operating range, and might be useful to you for its XFOIL communication module, airfoil parametrizations, and optimization algorithms, i.e. all you need to do funky stuff with 2D airfoils.
The Unlicense
38 stars 16 forks source link

Implemented NURBS airfoil parametrization and PSO with NURBS #4

Closed karanchawla closed 7 years ago

karanchawla commented 7 years ago

Completed tasks: NURBS implementation NURBS verification with xfoil NURBS verification with PSO

To Do: Implement Simulated Annealing

The-Fonz commented 7 years ago

Great work! Thanks a lot for implementing this!