Skip to content

Efficient hybrid schemes to solve Navier Stokes equation with periodic boundary conditions using pseudo spectral methods.

Notifications You must be signed in to change notification settings

Amarnathpg123/NavierStokes_Solver_MPI_OpenMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NavierStokes_Solver_MPI_OpenMP

Efficient hybrid schemes to solve Navier Stokes equation with periodic boundary conditions using pseudo spectral methods.

The programs numerically solves the 3D incompressible Navier-Stokes on a Cubic Domain [0,2pi]x[0,2pi]x[0,2pi] using pseudo-spectral methods and Implicit Midpoint rule timestepping. The numerical solution is compared to an exact solution reported by Shapiro

Analytical Solution:

u(x,y,z,t)=-0.25*(cos(x)sin(y)sin(z)+sin(x)cos(y)cos(z))exp(-t/Re)

v(x,y,z,t)= 0.25*(sin(x)cos(y)sin(z)-cos(x)sin(y)cos(z))exp(-t/Re)

w(x,y,z,t)= 0.5*cos(x)cos(y)sin(z)exp(-t/Re)

About

Efficient hybrid schemes to solve Navier Stokes equation with periodic boundary conditions using pseudo spectral methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages