PARSEC airfoil polynomial coefficient solver

バージョン 1.1.0.0 (921 Bytes) 作成者: Sean Wu
Determines the airfoil polynomial coefficients for a given set of PARSEC geometric parameters.
ダウンロード: 556
更新 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 Center および MATLAB AnswersAirfoil 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