From 55832b678e4b47eea9a0212ab116d2286816dece Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Mon, 28 Mar 2022 15:18:37 -0400 Subject: [PATCH] better wording --- 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 3cec3bd..59a1379 100644 --- a/docs/source/inputs/InputsProblemDefinition.rst +++ b/docs/source/inputs/InputsProblemDefinition.rst @@ -792,8 +792,8 @@ conditions. Each entry must be preceded by `bc.[region0].` +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | fluid.volfrac | (Required) Volume fraction. | Real | None | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -| eb.normal | (Optional) When specified, only cells with EB face normal parrallel | Reals | None | -| | and opposite in direction to the specified value are | | | +| 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. | | | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | eb.normal_tol | (Optional) Used in conjunction with `eb.normal`. It determines the | Real | None | -- GitLab