Searched full:bc_inflow (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/ |
| H A D | advection.yaml | 11 bc_inflow: 1,2,3,4,5,6
|
| H A D | README.md | 138 * - `-bc_inflow` 187 …quare/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflow`, `bc_outflow`, … 254 Use `bc_inflow` and see {ref}`example-blasius` and discussion of synthetic turbulence generation fo… 404 …ex_box_upper 8000,8000,8000 -wind_type translation -wind_translation .5,-1,0 -bc_inflow 1,2,3,4,5,6 416 …upper 1000,1000 -units_meter 1e-4 -wind_type translation -wind_translation 1,-.5 -bc_inflow 1,2,3,4 468 …dm_plex_box_lower 0,0,0 -dm_plex_box_upper 1000,1000,50 -dm_plex_dim 3 -bc_inflow 4,6 -bc_outflow …
|
| H A D | blasius.yaml | 36 bc_inflow: 6
|
| H A D | navierstokes.c | 43 …ts_type alpha -wind_type translation -wind_translation .53,-1.33,-2.65 -bc_inflow 1,2,3,4,5,6 -ts_… 46 …ex_dim 3 -units_meter 1e-4 -units_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow … 47 …ex_dim 3 -units_meter 1e-4 -units_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow …
|
| /libCEED/examples/fluids/tests-output/ |
| H A D | blasius_test.yaml | 26 bc_inflow: 6
|
| H A D | blasius_stgtest.yaml | 25 bc_inflow: 6
|
| H A D | stats_test.yaml | 29 bc_inflow: 6
|
| /libCEED/examples/fluids/src/ |
| H A D | boundary_condition.c | 80 …PetscCall(PetscOptionsIntArray("-bc_inflow", "Face IDs to apply inflow BC", NULL, bc->inflows, &bc… in BoundaryConditionSetUp()
|