Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Andres-MG/Flou1D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flou1D

Flou1D is a one-dimensional solver for the Navier-Stokes equations. It was conceived as a research tool and thus, ease of use has been favored over performance.

Compilation instructions

Compilation is handled by CMake:

  1. Create a separate folder for the build:

    • mkdir build
  2. Move to the new folder:

    • cd build
  3. Generate the compilation files:

    • ccmake ..
  4. Compile the code:

    • make [-j #nprocs]

Other compilation tools can be used in step 4 instead of make. More information in this link.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks