Commit 336b88d8 authored by William D. Fullmer's avatar William D. Fullmer
Browse files

fix namespace for po_no_par_out

parent 0badee30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -106,8 +106,6 @@ The following inputs must be preceded by "mfix."
| levelset__refinement   | Refinement factor of levelset resolution relative to level 0      |   Int    | 1                   |
|                        | resolution                                                        |          |                     |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| po_no_par_out          | Let particles exit (default) or bounce-back at pressure outflows  |   Int    | 0                   |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| gravity                | Gravity vector (e.g., mfix.gravity = -9.81  0.0  0.0) [required]  |   Reals  | 0 0 0               |
+------------------------+-------------------------------------------------------------------+----------+---------------------+
| advect_density         | Switch for turning ON (1) or OFF (0) fluid density evolution      |   Int    | 0                   |
@@ -668,6 +666,8 @@ The type of the boundary conditions in the BC region must be defined.
|                     | * 'eb'  for inhomogeneous Dirichlet BCs of temperature or fluid       |             |           |
|                     |   velocity (mass inflow) on the contained EBs                         |             |           |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| bc.po_no_par_out    | Let particles exit (default) or bounce-back at pressure outflows      |   Int       | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+

For a fluid phase, the following inputs can be defined.