Searched refs:vortex_strength (Results 1 – 3 of 3) sorted by relevance
51 CeedScalar vortex_strength = 5.; // - in NS_EULER_VORTEX() local71 …tionsScalar("-vortex_strength", "Strength of Vortex", NULL, vortex_strength, &vortex_strength, NUL… in NS_EULER_VORTEX()124 euler_ctx->vortex_strength = vortex_strength; in NS_EULER_VORTEX()
26 CeedScalar vortex_strength; member67 const CeedScalar vortex_strength = context->vortex_strength; in Exact_Euler() local83 const CeedScalar C = vortex_strength * exp((1. - r * r) / 2.) / (2. * M_PI); in Exact_Euler()84 …const CeedScalar delta_T = -(gamma - 1.) * vortex_strength * vortex_strength * exp(1 - r * r) / (… in Exact_Euler()86 …const CeedScalar S_bubble = (gamma - 1.) * vortex_strength * vortex_strength / (8. * gamma * M_PI … in Exact_Euler()
454 * - `-vortex_strength`