From 3783e11d8249ab2148c822c82d4f545b01c11fff Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Tue, 4 Aug 2026 09:17:45 -0400 Subject: [PATCH] Fix no-slip wall key: noslip --> no-slip --- docs/source_docs/user_guide/inputs/boundary_conditions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/boundary_conditions.rst b/docs/source_docs/user_guide/inputs/boundary_conditions.rst index f2d3155..9e4efc9 100644 --- a/docs/source_docs/user_guide/inputs/boundary_conditions.rst +++ b/docs/source_docs/user_guide/inputs/boundary_conditions.rst @@ -30,7 +30,7 @@ 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 | | | +| | * ``no-slip`` - no-slip wall | | | | | * ``slip`` - slip wall | | | | | * ``eb`` - embedded boundary - for inhomogeneous Dirichlet BCs | | | | | of temperature or fluid velocity (mass inflow) on the | | | -- GitLab