From 9051ef40a21b584c9fad3916f57d0fb3c61f9d52 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Wed, 24 Jun 2026 15:50:20 -0400 Subject: [PATCH] Add slip and no-slip BC options --- .../source_docs/user_guide/inputs/boundary_conditions.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/boundary_conditions.rst b/docs/source_docs/user_guide/inputs/boundary_conditions.rst index 364c6fe..0a3b904 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 | | | -- GitLab