Home
last modified time | relevance | path

Searched full:bc_inflow (Results 1 – 8 of 8) sorted by relevance

/libCEED/examples/fluids/
H A Dadvection.yaml11 bc_inflow: 1,2,3,4,5,6
H A DREADME.md138 * - `-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 Dblasius.yaml36 bc_inflow: 6
H A Dnavierstokes.c43 …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 Dblasius_test.yaml26 bc_inflow: 6
H A Dblasius_stgtest.yaml25 bc_inflow: 6
H A Dstats_test.yaml29 bc_inflow: 6
/libCEED/examples/fluids/src/
H A Dboundary_condition.c80 …PetscCall(PetscOptionsIntArray("-bc_inflow", "Face IDs to apply inflow BC", NULL, bc->inflows, &bc… in BoundaryConditionSetUp()