Xfoil Interface Updated

版本 1.3.0.0 (13.6 KB) 作者: Louis Edelman
This is an updated version of Gus Brown's code run faster in modern MATLAB and work with Xfoil 6.99
5.7K 次下载
更新时间 2018/3/21

查看许可证

Copyright (c) 2011, Gus Brown with Modification by Louis Edelman 2015
All rights reserved.
http://www.mathworks.com/matlabcentral/fileexchange/30446-xfoil-interface
Generates a command script to rapidly run Xfoil for a designated airfoil coordinates file, NACA airfoil, or coordinates matrix. Give the flexibility to pull detailed data (Cp, Cf, H, etc) or just the polar data for a single alpha or vector of alphas. All data is stored as a structured data set with the first left hand operator corresponding to the polar data and the second the detailed results.
Note that you need to have Xfoil 6.99 (http://web.mit.edu/drela/Public/web/xfoil) in the same directory to run this code.
If not requested as an output, parsing the detailed results will be skipped to save on cost.
Outputs can be manipulated as standard double precision vectors or matrices using standard structured data calls.

引用格式

Louis Edelman (2024). Xfoil Interface Updated (https://www.mathworks.com/matlabcentral/fileexchange/49706-xfoil-interface-updated), MATLAB Central File Exchange. 检索来源 .

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

参考作品: Xfoil Interface

Community Treasure Hunt

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

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

Added a version of the function that targets specific Cl values instead of alpha. This is virtually identical to the origninal script and I wrote it a few years back when I did the original. I'm 90% sure it is debugged, but some probably still exist.

1.2.0.0

Fixed file rename that occurred at last update.

1.1.0.0

Added warning if one or more requested alpha values fail to converge.

1.0.0.0