NeuralFoil is pretty cool and a lot faster than Xfoil. Xfoil is problematic because of the @eval @everywhere macros.
https://github.com/peterdsharpe/NeuralFoil
- removes the need for parallel processing, because it is so much faster
- doesn't give NaN's which are bad for nonlinear solvers
NeuralFoil is pretty cool and a lot faster than Xfoil. Xfoil is problematic because of the
@eval @everywheremacros.https://github.com/peterdsharpe/NeuralFoil