Skip to content

shedsaw/flow-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile, you will need to have the GSL libraries installed.
For Ubuntu, something like
  > sudo apt install libgsl-dev
Should work.

You will also need to modify the Makefile to adjust the include path to the local repository, e.g.,
  INCLUDE_PATH = -I~/code/flow-solver/include -I/usr/include/gsl

Then build with 'make all'.

This is the code I wrote for my Master's thesis. It implements a high-order reconstruction scheme developed by Dr. Carl Ollivier-Gooch and his students and collaborators to
solve the Euler equations.

About

A solver for the Euler equations that uses an high-order reconstruction technique.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages