diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst
index 59a1379dd2831a7ec7e2f4aee28e625ada1cf320..85635d71edac84b2b33ab65ebadebc37807f423b 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      |