Searched full:wind_type (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 85 WindType wind_type; in NS_ADVECTION() local 166 …tscOptionsEnum("-wind_type", "Wind type in Advection", NULL, WindTypes, (PetscEnum)(wind_type = WI… in NS_ADVECTION() 197 if (wind_type == WIND_ROTATION && user_wind) { in NS_ADVECTION() 198 … PetscCall(PetscPrintf(comm, "Warning! Use -wind_translation only with -wind_type translation\n")); in NS_ADVECTION() 200 …if (wind_type == WIND_TRANSLATION && advectionic_type == ADVECTIONIC_BUBBLE_CYLINDER && wind[2] !=… in NS_ADVECTION() 243 setup_context->wind_type = wind_type; in NS_ADVECTION() 293 … BubbleContinuityTypes[setup_ctx->bubble_continuity_type], WindTypes[setup_ctx->wind_type])); in PRINT_ADVECTION() 295 if (setup_ctx->wind_type == WIND_TRANSLATION) { in PRINT_ADVECTION()
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 364 * - `-wind_type` 370 - Constant wind vector when `-wind_type translation` 380 - Total energy of inflow wind when `-wind_type translation` 398 …0 -dm_plex_box_upper 8000,8000,8000 -bc_wall 1,2,3,4,5,6 -wall_comps 4 -wind_type rotation -implic… 404 …_plex_dim 3 -dm_plex_box_lower 0,0,0 -dm_plex_box_upper 8000,8000,8000 -wind_type translation -win… 410 …_lower 0,0 -dm_plex_box_upper 1000,1000 -bc_wall 1,2,3,4 -wall_comps 4 -wind_type rotation -implic… 416 … -dm_plex_box_lower 0,0 -dm_plex_box_upper 1000,1000 -units_meter 1e-4 -wind_type translation -win…
|
| H A D | advection.yaml | 34 wind_type: rotation
|
| H A D | navierstokes.c | 25 …pe solver -options_file examples/fluids/advection.yaml -ts_max_steps 5 -wind_type translation -win… 43 …erator -ts_dt 1e-3 -implicit -dm_mat_preallocate_skip 0 -ts_type alpha -wind_type translation -win…
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | advection_types.h | 59 WindType wind_type; member
|
| H A D | advection.h | 99 switch (context->wind_type) { in Exact_AdvectionGeneric()
|