Home
last modified time | relevance | path

Searched refs:Euler (Results 1 – 5 of 5) sorted by relevance

/honee/problems/
H A Deulervortex.c72 problem->apply_vol_rhs = (HoneeQFSpec){.qf_func_ptr = Euler, .qf_loc = Euler_loc}; in NS_EULER_VORTEX()
/honee/doc/
H A Dtheory.md173 …ger than 1), and those tend to blow up for nonlinear problems such as the Euler equations and (low…
262 For the Navier-Stokes and Euler equations, {cite}`whiting2003hierarchical` defines a $5\times 5$ di…
285 This formulation is currently not available in the Euler code.
309 #### Euler $\tau$ definition
310 In the Euler code, we follow {cite}`hughesetal2010` in defining a $3\times 3$ diagonal stabilizatio…
318 The complete set of eigenvalues of the Euler flux Jacobian in direction $i$ are (e.g., {cite}`toro2…
337 …or velocity field, {ref}`problem-euler-vortex`, the exact solution to the Euler equations, and the…
H A Dexamples.md6 …t non-reflecting/Riemann boundary conditions. It's primarily intended for Euler equations, but has…
413 ## Compressible Euler Equations
419 Three-dimensional Euler equations, which are simplified and nondimensionalized version of system {e…
477 …nuity capturing in one dimension. For this problem, the three-dimensional Euler equations are form…
H A Dreferences.bib170 …ment formulation for computational fluid dynamics: {X}. The compressible {Euler} and {Navier-Stoke…
/honee/qfunctions/
H A Deulervortex.h263 CEED_QFUNCTION(Euler)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Euler() function