Navier-Stokes solver

Solves the unsteady Navier-Stokes equation with Chebyshev pseudospectral method

您现在正在关注此提交

These bunch of .m-files solve the unsteady Navier-Stokes equations with Chebyshev pseudospectral method on [-1,1]x[-1,1]. The algorithms are mainly based on Kopriva D. A.: Implementing Spectral Methods for Partial Differential Equations, Springer, 2009 and Roger Peyret.: Spectral Methods for Incompressible Viscous Flow, Springer, 2002
The syntax is (see the function comments for the notations):
[omega psi X Y] = solvestokes(N,f,gleft,gtop,gright,gbottom,hleft,htop,hright,hbottom)
The solver will be soon augmented with other functionalities and documentation.

引用格式

Zoltán Csáti (2026). Navier-Stokes solver (https://ww2.mathworks.cn/matlabcentral/fileexchange/47183-navier-stokes-solver), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: Quiverc

类别

Help CenterMATLAB Answers 中查找有关 Fluid Dynamics 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.2.0.0

See Changelog.txt

1.1.0.0

Changed preview image

1.0.0.0