Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Deulervortex.c51 CeedScalar vortex_strength = 5.; // - in NS_EULER_VORTEX() local
71 …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()
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h26 CeedScalar vortex_strength; member
67 const CeedScalar vortex_strength = context->vortex_strength; in Exact_Euler() local
83 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()
/libCEED/examples/fluids/
H A DREADME.md454 * - `-vortex_strength`