Skip to content

Parallel incompressible Navier-Stokes solver in a torus (periodic box), using Fourier pseudospectral method.

License

Notifications You must be signed in to change notification settings

brunopjacob/MPI_Spectral_Navier_Stokes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPI_Spectral_Navier_Stokes

Parallel incompressible Navier-Stokes solver in a torus (periodic box), using Fourier pseudospectral method.

Requirements: 1) OpenMPI, 2) GNU Fortran compiler, 3) A legacy .vtk file reader (e.g., Paraview of VisIt).

How to run the code: in /BIN, type "make". Modify the input file as desired. Results will be saved in the /RESULTS/FLUID_FIELD/ directory, for separated processors. You can unify the outputs later using filters in Paraview or VisIt (e.g., "group datasets" in Paraview).

About

Parallel incompressible Navier-Stokes solver in a torus (periodic box), using Fourier pseudospectral method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages