Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Deulervortex.c55 mean_velocity[3] = {1., 1., 0}; // m/s in NS_EULER_VORTEX() local
74 …ptionsRealArray("-mean_velocity", "Background velocity vector", NULL, mean_velocity, &n, &user_vel… in NS_EULER_VORTEX()
112 mean_velocity[i] *= (meter / second); in NS_EULER_VORTEX()
126 euler_ctx->mean_velocity[0] = mean_velocity[0]; in NS_EULER_VORTEX()
127 euler_ctx->mean_velocity[1] = mean_velocity[1]; in NS_EULER_VORTEX()
128 euler_ctx->mean_velocity[2] = mean_velocity[2]; in NS_EULER_VORTEX()
158 …ame, EulerTestTypes[euler_ctx->euler_test], euler_ctx->mean_velocity[0], euler_ctx->mean_velocity[… in PRINT_EULER_VORTEX()
159 euler_ctx->mean_velocity[2], StabilizationTypes[euler_ctx->stabilization])); in PRINT_EULER_VORTEX()
/libCEED/examples/fluids/qfunctions/
H A Deulervortex.h28 CeedScalar mean_velocity[3]; member
69 const CeedScalar *mean_velocity = context->mean_velocity; in Exact_Euler() local
77 const CeedScalar xc = center[0] + mean_velocity[0] * time; in Exact_Euler()
78 const CeedScalar yc = center[1] + mean_velocity[1] * time; in Exact_Euler()
98 u[0] = mean_velocity[0] - C * y0; in Exact_Euler()
99 u[1] = mean_velocity[1] + C * x0; in Exact_Euler()
122 u[0] = mean_velocity[0]; in Exact_Euler()
123 u[1] = mean_velocity[1]; in Exact_Euler()
151 u[0] = mean_velocity[0]; in Exact_Euler()
152 u[1] = mean_velocity[1]; in Exact_Euler()
[all …]
/libCEED/examples/fluids/
H A DREADME.md449 * - `-mean_velocity`
468 …0,1000,50 -dm_plex_dim 3 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry_z 1,2 -mean_velocity .5,-.8,0.