Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Deulervortex.c37 problem->apply_vol_rhs.qfunction = Euler; in NS_EULER_VORTEX()
/libCEED/examples/fluids/
H A Dindex.md169 …ger than 1), and those tend to blow up for nonlinear problems such as the Euler equations and (low…
256 For the Navier-Stokes and Euler equations, {cite}`whiting2003hierarchical` defines a $5\times 5$ di…
279 This formulation is currently not available in the Euler code.
291 In the Euler code, we follow {cite}`hughesetal2010` in defining a $3\times 3$ diagonal stabilizatio…
299 The complete set of eigenvalues of the Euler flux Jacobian in direction $i$ are (e.g., {cite}`toro2…
318 …or velocity field, {ref}`problem-euler-vortex`, the exact solution to the Euler equations, and the…
557 Three-dimensional Euler equations, which are simplified and nondimensionalized version of system {e…
580 …nuity capturing in one dimension. For this problem, the three-dimensional Euler equations are form…
617 …t non-reflecting/Riemann boundary conditions. It's primarily intended for Euler equations, but has…
H A DREADME.md422 #### Isentropic Euler vortex
/libCEED/doc/sphinx/source/
H A Dreferences.bib218 …ment formulation for computational fluid dynamics: {X}. The compressible {Euler} and {Navier-Stoke…
H A Dreleasenotes.md249 …with isentropic traveling vortex test case, an analytical solution to the Euler equations that is …
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h269 CEED_QFUNCTION(Euler)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out) { in Euler() function