Skip to content

praanjalmishra/cfd-cuda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfd-cuda

How to build

  • You need CUDA and cmake to build this project

From root directory of project:

mkdir build
cd build
cmake ..
cmake --build . --config Release
./cfd-cuda <scale-factor> <no. of iterations>
  • Vary scale factor in change dimensions of the simulation.
  • Increasing the number of iterations will calculate more timesteps.

How to visualize

  • Install gnuplot
  • In gnuplot run the script inside the file cuda-cfd.plt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 56.4%
  • C++ 33.2%
  • CMake 6.4%
  • C 4.0%