Home
last modified time | relevance | path

Searched full:bc_outflow (Results 1 – 13 of 13) sorted by relevance

/honee/doc/
H A Druntime_options.md276 * - `-bc_outflow`
283 …sh, the list of face indices to be used with `-bc_wall`, `bc_inflow`, `bc_outflow`, `bc_freestream…
361 …rior structures that you wish to resolve to near the boundary, choose `bc_outflow`. This condition…
363 The simpler `bc_outflow` variant, `outflow_type: pressure`, requires that the flow be a strict outf…
H A Dexamples.md471 …r 0,0,0 -dm_plex_box_upper 1000,1000,50 -dm_plex_dim 3 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry…
/honee/tests/
H A Dblasius_test.yaml28 bc_outflow: 5,4
H A Dblasius_stgtest.yaml27 bc_outflow: 5,4
H A Dstats_test.yaml31 bc_outflow: 5,4
/honee/examples/
H A Dflatplate_STG.yaml46 bc_outflow: 5,4
H A Dblasius.yaml41 bc_outflow: 5,4
H A Dvortexshedding.yaml50 bc_outflow: 2
H A Dnavierstokes.c203 …meshtransform_platemesh_nDelta 10 -meshtransform_platemesh_growth 1.2 -bc_outflow 5 -bc_slip 4 -co…
204 …meshtransform_platemesh_nDelta 10 -meshtransform_platemesh_growth 1.2 -bc_outflow 5 -bc_slip 4 -co…
227 …meter 1e-4 -units_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry…
228 …meter 1e-4 -units_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry…
/honee/problems/
H A Dbc_outflow.c7 #include "../qfunctions/bc_outflow.h"
/honee/qfunctions/
H A Dbc_freestream.h5 /// QFunctions for the `bc_freestream` and `bc_outflow` boundary conditions
H A Dbc_outflow.h5 /// QFunctions for the `bc_freestream` and `bc_outflow` boundary conditions
/honee/src/
H A Dboundary_condition.c77 …PetscCall(PetscOptionsBCDefinition("-bc_outflow", "Face IDs to apply outflow BC", NULL, "outflow",… in BoundaryConditionSetUp()