Skip to content

A MATLAB code to calculate the potential flow around an arbitrary airfoil.

Notifications You must be signed in to change notification settings

Yif1999/Vortex-Panel-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vortex-Panel-Method·涡面元法

对NACA4415翼型使用涡面元法进行气动问题求解的MATLAB实例。

程序结构

  • NACA4415计算程序用户执行调用主函数
  • angleChange攻角调整函数
  • Calc面源影响数值积分程序
  • rSolver 涡量求解器
  • flowSim 流动时间线模拟函数

使用简介

用户调用时需使用函数NACA4415(n,a,v)命令,其中n为网格分段数(测试使用时建议不大于100节省计算时间,实际计算时建议大于100提高计算精度)、a为机翼攻角(角度制)、v为来流速度。

一个较为适合的测试用例为:NACA4415(30,5,2);

计算结果

1

About

A MATLAB code to calculate the potential flow around an arbitrary airfoil.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages