Skip to content
Snippets Groups Projects
Commit 95a2c9f8 authored by Deepak Rangarajan's avatar Deepak Rangarajan
Browse files

add volflow

parent 55832b67
No related branches found
No related tags found
1 merge request!19add documentation for specifying flow through EBs
......@@ -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 |
......
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