Home
last modified time | relevance | path

Searched full:outflow_type (Results 1 – 5 of 5) sorted by relevance

/libCEED/examples/fluids/tests-output/
H A Dblasius_test.yaml28 outflow_type: pressure
H A Dblasius_stgtest.yaml27 outflow_type: pressure # simpler, but worse than default "riemann"
H A Dstats_test.yaml31 outflow_type: pressure # simpler, but worse than default "riemann"
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c137 OutflowType outflow_type = OUTFLOW_RIEMANN; in OutflowBCSetup() local
147 …PetscOptionsEnum("-outflow_type", "Type of outflow condition", NULL, OutflowTypes, (PetscEnum)outf… in OutflowBCSetup()
150 if (outflow_type == OUTFLOW_RIEMANN) { in OutflowBCSetup()
161 switch (outflow_type) { in OutflowBCSetup()
/libCEED/examples/fluids/
H A DREADME.md265 …near the boundary, choose `bc_outflow`. This condition (with default `outflow_type: riemann`) is s…
267 The simpler `bc_outflow` variant, `outflow_type: pressure`, requires that the flow be a strict outf…