From 336b88d8d0cff68513f6700ab2726cd45fbdf1ea Mon Sep 17 00:00:00 2001
From: wfullmer <william.fullmer@netl.doe.gov>
Date: Mon, 9 May 2022 12:26:23 -0400
Subject: [PATCH] fix namespace for po_no_par_out

---
 docs/source/inputs/InputsProblemDefinition.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst
index 14c2606..e4b5a26 100644
--- a/docs/source/inputs/InputsProblemDefinition.rst
+++ b/docs/source/inputs/InputsProblemDefinition.rst
@@ -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.
 
-- 
GitLab