From b11aca7b42ecd30ece5ade492131c1e9347bf910 Mon Sep 17 00:00:00 2001
From: William Fullmer <william.fullmer@netl.doe.gov>
Date: Mon, 23 Sep 2019 12:21:18 -0400
Subject: [PATCH] add new keyword po_no_par_out

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

diff --git a/docs/source/InputsProblemDefinition.rst b/docs/source/InputsProblemDefinition.rst
index 66fef77..2bc7dee 100644
--- a/docs/source/InputsProblemDefinition.rst
+++ b/docs/source/InputsProblemDefinition.rst
@@ -34,6 +34,8 @@ The following inputs must be preceded by "mfix."
 +----------------------+-------------------------------------------------------------------------+----------+-----------+
 | levelset__refinement | Refinement factor of levelset resolution relative to level 0 resolution |   Int    | 1         |
 +----------------------+-------------------------------------------------------------------------+----------+-----------+
+| po_no_par_out        | Let particles exit (default) or bounce-back at pressure outflows        |   Int    | 0         |
++----------------------+-------------------------------------------------------------------------+----------+-----------+
 
 Setting basic EB walls can be specified by inputs preceded by "xlo", "xhi", "ylo", "yhi", "zlo", and "zhi"
 
-- 
GitLab