PARSEC airfoil polynomial coefficient solver

版本 1.1.0.0 (921 字节) 作者: Sean Wu
Determines the airfoil polynomial coefficients for a given set of PARSEC geometric parameters.
557.0 次下载
更新时间 2015/3/21

查看许可证

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

引用格式

Sean Wu (2024). PARSEC airfoil polynomial coefficient solver (https://www.mathworks.com/matlabcentral/fileexchange/50138-parsec-airfoil-polynomial-coefficient-solver), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Airfoil tools 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Fixed missing parenthesis.

1.0.0.0