Home
last modified time | relevance | path

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

/honee/examples/
H A Dadvection.yaml11 bc_inflow: 1,2,3,4,5,6
H A Dflatplate_STG.yaml45 bc_inflow: 6
H A Dblasius.yaml40 bc_inflow: 6
H A Dnavierstokes.c224 …ts_type alpha -wind_type translation -wind_translation .53,-1.33,-2.65 -bc_inflow 1,2,3,4,5,6 -ts_…
227 …ex_dim 3 -units_meter 1e-4 -units_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow …
228 …ex_dim 3 -units_meter 1e-4 -units_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow …
/honee/tests/
H A Dblasius_test.yaml27 bc_inflow: 6
H A Dblasius_stgtest.yaml26 bc_inflow: 6
H A Dstats_test.yaml30 bc_inflow: 6
/honee/doc/
H A Druntime_options.md273 * - `-bc_inflow`
283 …quare/cubic mesh, the list of face indices to be used with `-bc_wall`, `bc_inflow`, `bc_outflow`, …
350 Use `bc_inflow` and see {ref}`example-blasius` and discussion of synthetic turbulence generation fo…
H A Dexamples.md471 …dm_plex_box_lower 0,0,0 -dm_plex_box_upper 1000,1000,50 -dm_plex_dim 3 -bc_inflow 4,6 -bc_outflow …
727 …ex_box_upper 8000,8000,8000 -wind_type translation -wind_translation .5,-1,0 -bc_inflow 1,2,3,4,5,6
739 …upper 1000,1000 -units_meter 1e-4 -wind_type translation -wind_translation 1,-.5 -bc_inflow 1,2,3,4
H A Dtheory.md647 To use the STG boundary condition, the `-bc_inflow` option should be set to the boundary faces that…
659 - Enable STG for `bc_inflow` faces
/honee/src/
H A Dboundary_condition.c74 …PetscCall(PetscOptionsBCDefinition("-bc_inflow", "Face IDs to apply inflow BC", NULL, "inflow", &b… in BoundaryConditionSetUp()