Navier-Stokes solver

버전 1.2.0.0 (50.8 KB) 작성자: Zoltán Csáti
Solves the unsteady Navier-Stokes equation with Chebyshev pseudospectral method
다운로드 수: 4.1K
업데이트 날짜: 2014/10/19

라이선스 보기

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 (2024). Navier-Stokes solver (https://www.mathworks.com/matlabcentral/fileexchange/47183-navier-stokes-solver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Fluid Dynamics에 대해 자세히 알아보기
도움

받음: Quiverc

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

See Changelog.txt

1.1.0.0

Changed preview image

1.0.0.0