Skip to content
Snippets Groups Projects
Commit 336b88d8 authored by William D. Fullmer's avatar William D. Fullmer
Browse files

fix namespace for po_no_par_out

parent 0badee30
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,6 @@ The following inputs must be preceded by "mfix." ...@@ -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 | | levelset__refinement | Refinement factor of levelset resolution relative to level 0 | Int | 1 |
| | resolution | | | | | 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 | | 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 | | 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. ...@@ -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 | | | | | * 'eb' for inhomogeneous Dirichlet BCs of temperature or fluid | | |
| | velocity (mass inflow) on the contained EBs | | | | | 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. For a fluid phase, the following inputs can be defined.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment