Skip to content

Input File

JacobCrabill edited this page Nov 26, 2014 · 14 revisions

The input file controls all operations performed by HiFiLES. Below is a (hopefully) comprehensive list of all inputs available for use in the code.


Solver Parameters

  • equation
  • Solve the full Euler/Navier-Stokes equations (0)
  • Solve the scalar advection/diffusion equation (1)
  • viscous
  • Inviscid [Euler equations] (0)
  • Viscous [Navier-Stokes equations] (1)
  • riemann_solve_type: Inviscid Riemann solver to use at all element interface flux points
  • Scalar diffusion [Rusanov] (0)
  • Lax-Friedrich [for advection/diffusion only] (1)
  • Roe (2)

work in progress

Clone this wiki locally