Home
last modified time | relevance | path

Searched refs:vortex_strength (Results 1 – 3 of 3) sorted by relevance

/honee/problems/
H A Deulervortex.c86 CeedScalar vortex_strength = 5.; // - in NS_EULER_VORTEX() local
101 …tionsScalar("-vortex_strength", "Strength of Vortex", NULL, vortex_strength, &vortex_strength, NUL… in NS_EULER_VORTEX()
141 euler_ctx->vortex_strength = vortex_strength; in NS_EULER_VORTEX()
/honee/qfunctions/
H A Deulervortex.h20 CeedScalar vortex_strength; member
61 const CeedScalar vortex_strength = context->vortex_strength; in Exact_Euler() local
77 const CeedScalar C = vortex_strength * exp((1. - r * r) / 2.) / (2. * M_PI); in Exact_Euler()
78 …const CeedScalar delta_T = -(gamma - 1.) * vortex_strength * vortex_strength * exp(1 - r * r) / (… in Exact_Euler()
80 …const CeedScalar S_bubble = (gamma - 1.) * vortex_strength * vortex_strength / (8. * gamma * M_PI … in Exact_Euler()
/honee/doc/
H A Dexamples.md457 * - `-vortex_strength`