From bd0d798a8b9b84e32f955f8b52b145fe5429eb6f Mon Sep 17 00:00:00 2001 From: wfullmer <william.fullmer@netl.doe.gov> Date: Tue, 29 Mar 2022 17:02:09 -0400 Subject: [PATCH] minor edits to new EB inflow stuff --- docs/source/inputs/InputsProblemDefinition.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst index c189776..eb23b5f 100644 --- a/docs/source/inputs/InputsProblemDefinition.rst +++ b/docs/source/inputs/InputsProblemDefinition.rst @@ -675,8 +675,8 @@ The type of the boundary conditions in the BC region must be defined. | | * 'po' for pressure outflow BC type | | | | | * 'mi' for mass inflow BC type | | | | | * 'nsw' for no-slip wall BC type | | | -| | * 'eb' for setting inhomogeneous Dirichlet BCs on the contained EBs | | | -| | * 'eb' for setting inflow for fluid on the EB. | | | +| | * 'eb' for inhomogeneous Dirichlet BCs of temperature or fluid | | | +| | velocity (mass inflow) on the contained EBs | | | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ For a fluid phase, the following inputs can be defined. @@ -800,11 +800,11 @@ provided when appropriate. | fluid.volfrac | (Required) Volume fraction. | Real | None | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | eb.normal | (Optional) When specified, only cells with EB face normal that is | Reals | None | -| | parallel and opposite in direction to the specified value are | | | -| | imposed with the inflow velocity. | | | +| | parallel and opposite in direction to the specified values | | | +| | are imposed with the inflow velocity. | | | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | eb.normal_tol | (Optional) Used in conjunction with `eb.normal`. It determines the | Real | None | -| | tolerance for choosing cells with a specific normal. | | | +| | tolerance (in degrees) for choosing cells with a specific normal. | | | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ Below is an example for specifying a normal inflow velocity magnitude for a region `eb-flow`. -- GitLab