FluxReconstruction.jl

Flux reconstruction method for advection-diffusion type physics
Author vavrines
Popularity
18 Stars
Updated Last
1 Year Ago
Started In
September 2020

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.7) 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

Used By Packages

No packages found.