Searched full:wind_type (Results 1 – 8 of 8) sorted by relevance
| /honee/problems/ |
| H A D | advection.c | 39 … StabilizationTauTypes[advection_ctx->stabilization_tau], AdvDifWindTypes[setup_ctx->wind_type])); in PRINT_ADVECTION() 41 if (setup_ctx->wind_type == ADVDIF_WIND_TRANSLATION) { in PRINT_ADVECTION() 382 AdvDifWindType wind_type; in NS_ADVECTION() local 427 …PetscCall(PetscOptionsEnum("-wind_type", "Wind type in Advection", NULL, AdvDifWindTypes, (PetscEn… in NS_ADVECTION() 428 (PetscEnum *)&wind_type, &translation)); in NS_ADVECTION() 476 if (wind_type == ADVDIF_WIND_ROTATION && user_wind) { in NS_ADVECTION() 477 … PetscCall(PetscPrintf(comm, "Warning! Use -wind_translation only with -wind_type translation\n")); in NS_ADVECTION() 479 …if (wind_type == ADVDIF_WIND_TRANSLATION && advectionic_type == ADVDIF_IC_BUBBLE_CYLINDER && wind[… in NS_ADVECTION() 510 setup_context->wind_type = wind_type; in NS_ADVECTION()
|
| /honee/examples/ |
| H A D | advection_wave.yaml | 6 wind_type: translation
|
| H A D | advection.yaml | 32 wind_type: rotation
|
| H A D | advection_bl.yaml | 6 wind_type: boundary_layer
|
| H A D | navierstokes.c | 202 …test_type solver -options_file examples/advection.yaml -ts_max_steps 5 -wind_type translation -uni… 224 …-ts_time_step 1e-3 -implicit -dm_mat_preallocate_skip 0 -ts_type alpha -wind_type translation -win…
|
| /honee/doc/ |
| H A D | examples.md | 667 * - `-wind_type` 673 - Constant wind vector when `-wind_type translation` 678 - Total energy of inflow wind when `-wind_type translation` 721 …0 -dm_plex_box_upper 8000,8000,8000 -bc_wall 1,2,3,4,5,6 -wall_comps 4 -wind_type rotation -implic… 727 …_plex_dim 3 -dm_plex_box_lower 0,0,0 -dm_plex_box_upper 8000,8000,8000 -wind_type translation -win… 733 …_lower 0,0 -dm_plex_box_upper 1000,1000 -bc_wall 1,2,3,4 -wall_comps 4 -wind_type rotation -implic… 739 … -dm_plex_box_lower 0,0 -dm_plex_box_upper 1000,1000 -units_meter 1e-4 -wind_type translation -win…
|
| /honee/qfunctions/ |
| H A D | advection_types.h | 80 AdvDifWindType wind_type; member
|
| H A D | advection.h | 78 switch (context->wind_type) { in Exact_AdvectionGeneric()
|