Xfoil Interface

버전 1.3.0.0 (3.87 KB) 작성자: Gus Brown
Run Xfoil from Matlab. This is an interface to the original XFoil program.
다운로드 수: 4.6K
업데이트 날짜: 2011/2/18

라이선스 보기

This simple function will use a system call to run Xfoil. It then loads the results into a data structure which you can then use in your Matlab script.

For example to deflect the trailing edge of a NACA0009 by 5deg at 65% chord and run multiple incidence angles...
[pol foil] = xfoil('NACA0009',[-5:15],1e6,0.2,'oper iter 150','gdes flap 0.65 0 5 exec')
The coefficents will be returned in the pol structure while the foil data and pressure distribution will be returned in foil structure.

XFOIL, first developed by Mark Drela at MIT, is a program for the design and analysis of subsonic isolated airfoils and is released under the GNU General Public License.
You can find Xfoil here:
http://web.mit.edu/drela/Public/web/xfoil/

인용 양식

Gus Brown (2024). Xfoil Interface (https://www.mathworks.com/matlabcentral/fileexchange/30446-xfoil-interface), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
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.3.0.0

Fixed a typo in the description.

1.1.0.0

Fixed typo in description.

1.0.0.0