Flux reconstruction methods

Group /input/model/unit_XXX/discretization/weno - WENO Parameters

BOUNDARY_MODEL

Boundary model type:

  1. Lower WENO order (stable)

  2. Zero weights (unstable for small \(D_{\mathrm{ax}}\))

  3. Zero weights for \(p \neq 0\) (stable?)

  4. Large ghost points

Type: int

Range: \(\{0, 3\}\)

Length: 1

WENO_EPS

WENO \(\varepsilon\)

Type: double

Range: :math:`qe 0`

Length: 1

WENO_ORDER

WENO order, also called WENO \(k\):

  1. Standard upwind scheme (order 1)

  2. WENO 2 (order 3)

  3. WENO 3 (order 5)

Type: int

Range: \(\{1, 3\}\)

Length: 1