Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sukhbinder/nacaaerofoil

Python binding for fortran code to generate naca symmetric and cambered aerofoil
https://github.com/sukhbinder/nacaaerofoil

Last synced: about 2 months ago
JSON representation

Python binding for fortran code to generate naca symmetric and cambered aerofoil

Awesome Lists containing this project

README

        


#Aerofoil Naca

naca4_sym(c,t,n) evaluates y(x) for a NACA symmetric 4-digit airfoil.
C the chord length.
T the maximum relative thickness.
N the number of sample points.

naca4_cam(m,p,t,c,n) Generates (xu,yu), (xl,yl) for a NACA cambered 4-digit airfoil.
M, the maximum camber.
P, the location of maximum camber.
T, the maximum relative thickness.
C, the chord length.
N, the number of sample points.

python wrapper for the code by John Burkardt

by Sukhbinder Singh