diff --git a/docs/source_docs/user_guide/inputs/boundary_conditions.rst b/docs/source_docs/user_guide/inputs/boundary_conditions.rst index 364c6fe3dc7cb269cc80bf1cf18a705907450c75..0a3b904f756ede8fb622320559699b9cadbab93e 100644 --- a/docs/source_docs/user_guide/inputs/boundary_conditions.rst +++ b/docs/source_docs/user_guide/inputs/boundary_conditions.rst @@ -13,9 +13,9 @@ The following inputs are defined using the prefix ``bc``: | | Description | Type | Default | +=====================+==========================================================================+=============+===========+ | regions | Regions used to define boundary conditions. Supported shapes for | Strings | None | -| | mass inflow, pressure inflow, and pressure outflow include ``plane`` | | | -| | and ``disk``. Embedded boundary (EB) regions support ``box``, | | | -| | ``cylinder``, and ``sphere`` shapes. | | | +| | mass inflow, pressure inflow, pressure outflow, no-slip and slip walls | | | +| | include ``plane`` and ``disk``. Embedded boundary (EB) regions support | | | +| | ``box``, ``cylinder``, and ``sphere`` shapes. | | | +---------------------+--------------------------------------------------------------------------+-------------+-----------+ The type of the boundary conditions in the BC region must be defined with the prefix ``bc``: @@ -30,6 +30,8 @@ The type of the boundary conditions in the BC region must be defined with the pr | | * ``pi`` - pressure inflow | | | | | * ``po`` - pressure outflow | | | | | * ``mi`` - mass inflow | | | +| | * ``noslip`` - no-slip wall | | | +| | * ``slip`` - slip wall | | | | | * ``eb`` - embedded boundary - for inhomogeneous Dirichlet BCs | | | | | of temperature or fluid velocity (mass inflow) on the | | | | | contained EBs | | |