Skip to content

flux reconstruction method for advection-diffusion type physics

License

Notifications You must be signed in to change notification settings

vavrines/FluxReconstruction.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluxReconstruction.jl

CI codecov

FluxReconstruction is a lightweight Julia implementation of the flux reconstruction method proposed by Huynh. It is built in conjunction with the SciML and Kinetic ecosystems.

Installation

FluxReconstruction is a registered package in the official Julia package registry. We recommend installing it with the built-in Julia package manager, which automatically locates a stable release and all its dependencies. From the Julia REPL, you can get in the package manager (by pressing ]) and add the package.

julia> ]
(v1.9) pkg> add FluxReconstruction

Physics

FluxReconstruction focuses on numerical solutions of transport equations. Any advection-diffusion-type equation can be solved within the framework. A partial list of current supported models include

  • advection-diffusion equation
  • Burgers equation
  • Euler equations
  • Navier-Stokes equations
  • Boltzmann equation

About

flux reconstruction method for advection-diffusion type physics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published