Skip to content

Rob-Rau/EbbCFD

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

EbbCFD

EbbCFD is an unstructured, second order spatial, finite volume solver. It can solve both the Euler equations and the compressible Navier-Stokes equations.

Supported time integration:

  • 1st order forward euler
  • 2nd order total variation diminishing (TVD) Runge-Kutta
  • 2nd order Runge-Kutta
  • 4th order Runge-Kutta

Features

  • 2D second order spatial solver
  • parallelization using OpenMPI
  • clunky configuration files
  • non-uniform interface that leaves your head scratching a bit (look at the plotting part, what am I doing)
  • dependancy on cblas that isn't really used.

Building

dub build --config=solver

Running

ebb-solve -c configFile.json

Plotting

ebb-reconstruct configFile.json saveFile.esln

PlotEbbSolution mach recon_meshFile.mmsh recon_saveFile.esln

About

A finite volume cfd code written in the D Programming Language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published