From 95a2c9f801f7def377169761bfa9921984b226a9 Mon Sep 17 00:00:00 2001
From: Deepak Rangarajan <deepak.rangarajan@netl.doe.gov>
Date: Tue, 29 Mar 2022 09:55:18 -0400
Subject: [PATCH] add volflow

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

diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst
index 59a1379..85635d7 100644
--- a/docs/source/inputs/InputsProblemDefinition.rst
+++ b/docs/source/inputs/InputsProblemDefinition.rst
@@ -785,11 +785,15 @@ conditions. Each entry must be preceded by `bc.[region0].`
 +---------------------+-----------------------------------------------------------------------+-------------+-----------+
 |                     | Description                                                           |   Type      | Default   |
 +=====================+=======================================================================+=============+===========+
-| fluid.velocity      | (Required) Inflow BC for fluid velocity on EBs contained in the       | Reals       | None      |
-|                     | in the (tridimensional) region.                                       |             |           |
+| fluid.velocity      | (Required if not `volflow`) Inflow BC for fluid velocity on           | Reals       | None      |
+|                     | EBs contained in the (tridimensional) region.                         |             |           |
 |                     | Note that if only one value is specified, that is assumed to          |             |           |
 |                     | be the magnitude in the direction of the EB face's normal.            |             |           |
 +---------------------+-----------------------------------------------------------------------+-------------+-----------+
+| fluid.volflow       | (Required if not `velocity`) Inflow BC for fluid volumetric flow      | Real        | None      |
+|                     | rate in the (tridimensional) region. The flow is assumed to be        |             |           |
+|                     | normal to the EB surface in the region.                               |             |           |
++---------------------+-----------------------------------------------------------------------+-------------+-----------+
 | fluid.volfrac       | (Required) Volume fraction.                                           | Real        | None      |
 +---------------------+-----------------------------------------------------------------------+-------------+-----------+
 | eb.normal           | (Optional) When specified, only cells with EB face normal that is     | Reals       | None      |
-- 
GitLab