Home
last modified time | relevance | path

Searched full:umax (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dchannel.c44 CeedScalar umax = 10.; // m/s in NS_CHANNEL() local
49 …PetscCall(PetscOptionsScalar("-umax", "Centerline velocity of the Channel", NULL, umax, &umax, NUL… in NS_CHANNEL()
62 umax *= meter / second; in NS_CHANNEL()
82 channel_ctx->umax = umax; in NS_CHANNEL()
84 channel_ctx->B = body_force_scale * 2 * umax * newtonian_ig_ctx->mu / (H * H); in NS_CHANNEL()
/libCEED/examples/fluids/qfunctions/
H A Dchannel.h25 CeedScalar umax; // !< Centerline velocity member
36 const CeedScalar umax = context->umax; in Exact_Channel() local
51 const CeedScalar Ec = (umax * umax) / (cp * theta0); in Exact_Channel()
55 Y[1] = umax * (1 - Square((x[1] - center) / H)); in Exact_Channel()
/libCEED/examples/fluids/
H A Dchannel.yaml4 umax: 40
H A DREADME.md852 * - `-umax`