Xfoil Interface Updated

This is an updated version of Gus Brown's code run faster in modern MATLAB and work with Xfoil 6.99
5,8K Downloads
Aktualisiert 21. Mär 2018

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2014b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Airfoil tools finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: Xfoil Interface

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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