PARSEC airfoil polynomial coefficient solver

Version 1.1.0.0 (921 octets) par Sean Wu
Determines the airfoil polynomial coefficients for a given set of PARSEC geometric parameters.
558 téléchargements
Mise à jour 21 mars 2015

Afficher la licence

This function determines a=[a1, a2, ...an] to solve the airfoil polynomial.
Zn=an(p)*X^(n-1/2), where n is the number of coordinates for the upper or
lower surface.
Input is a vector of PARSEC parameters p=[p1, p2, ...pn] where
p1=rle
p2=Xup
p3=Yup
p4=YXXup
p5=Xlow
p6=Ylow
p7=YXXlow
p8=yte
p9=delta yte (t.e. thickness)
p10=alpha te
p11=beta te
Information on the PARSEC airfoil parameterization is available at: http://www.as.dlr.de/hs/h-pdf/H141.pdf

Citation pour cette source

Sean Wu (2024). PARSEC airfoil polynomial coefficient solver (https://www.mathworks.com/matlabcentral/fileexchange/50138-parsec-airfoil-polynomial-coefficient-solver), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2014b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Airfoil tools dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.1.0.0

Fixed missing parenthesis.

1.0.0.0