Searched refs:mean_velocity (Results 1 – 3 of 3) sorted by relevance
| /honee/problems/ |
| H A D | eulervortex.c | 27 …ame, EulerTestTypes[euler_ctx->euler_test], euler_ctx->mean_velocity[0], euler_ctx->mean_velocity[… in PRINT_EULER_VORTEX() 28 euler_ctx->mean_velocity[2], StabilizationTypes[euler_ctx->stabilization])); in PRINT_EULER_VORTEX() 90 mean_velocity[3] = {1., 1., 0}; // m/s in NS_EULER_VORTEX() local 104 …ptionsRealArray("-mean_velocity", "Background velocity vector", NULL, mean_velocity, &n, &user_vel… in NS_EULER_VORTEX() 130 mean_velocity[i] *= (units->meter / units->second); in NS_EULER_VORTEX() 143 euler_ctx->mean_velocity[0] = mean_velocity[0]; in NS_EULER_VORTEX() 144 euler_ctx->mean_velocity[1] = mean_velocity[1]; in NS_EULER_VORTEX() 145 euler_ctx->mean_velocity[2] = mean_velocity[2]; in NS_EULER_VORTEX()
|
| /honee/qfunctions/ |
| H A D | eulervortex.h | 22 CeedScalar mean_velocity[3]; member 63 const CeedScalar *mean_velocity = context->mean_velocity; in Exact_Euler() local 71 const CeedScalar xc = center[0] + mean_velocity[0] * time; in Exact_Euler() 72 const CeedScalar yc = center[1] + mean_velocity[1] * time; in Exact_Euler() 92 u[0] = mean_velocity[0] - C * y0; in Exact_Euler() 93 u[1] = mean_velocity[1] + C * x0; in Exact_Euler() 116 u[0] = mean_velocity[0]; in Exact_Euler() 117 u[1] = mean_velocity[1]; in Exact_Euler() 145 u[0] = mean_velocity[0]; in Exact_Euler() 146 u[1] = mean_velocity[1]; in Exact_Euler() [all …]
|
| /honee/doc/ |
| H A D | examples.md | 452 * - `-mean_velocity` 471 …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.
|