From a81bab79ea699fda5021559251aa057adf280545 Mon Sep 17 00:00:00 2001 From: April Novak Date: Fri, 29 May 2026 09:06:36 -0500 Subject: [PATCH] fix confusing slashes in code block --- source/problem_setup/boundary_conditions.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/problem_setup/boundary_conditions.rst b/source/problem_setup/boundary_conditions.rst index b6d7e83..2c17507 100644 --- a/source/problem_setup/boundary_conditions.rst +++ b/source/problem_setup/boundary_conditions.rst @@ -145,13 +145,13 @@ summarized in the table below, using the following notation: Fluid, ``zeroDirichlet``,``w`` / ``wall``, :math:`\mathbf u = 0` Fluid, ``zeroNeumann``,"``o`` / ``O`` / ``outlet`` / ``outflow``", :math:`\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n} = 0` - Fluid, ``zeroDirichletX/zeroNeumann``,``slipx`` / ``symx``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_z} = 0` " - Fluid, ``zeroDirichletY/zeroNeumann``,``slipy`` / ``symy``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_z} = 0` " - Fluid, ``zeroDirichletZ/zeroNeumann``,``slipz`` / ``symz``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_z} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_y} = 0` " - Fluid, ``zeroDirichletN/zeroNeumann``,``slip`` / ``sym``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_n} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_{t}} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_{b}} = 0` " - Fluid, ``zeroDirichletYZ/zeroNeumann``,``onx``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`\mathbf{u} \cdot \mathbf{\hat{e}_z} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_x} = 0` " - Fluid, ``zeroDirichletXZ/zeroNeumann``,``ony``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`\mathbf{u} \cdot \mathbf{\hat{e}_z} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_y} = 0` " - Fluid, ``zeroDirichletXY/zeroNeumann``,``onz``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`\mathbf{u} \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_z} = 0` " + Fluid, ``zeroDirichletX``/``zeroNeumann``,``slipx`` / ``symx``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_z} = 0` " + Fluid, ``zeroDirichletY``/``zeroNeumann``,``slipy`` / ``symy``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_z} = 0` " + Fluid, ``zeroDirichletZ``/``zeroNeumann``,``slipz`` / ``symz``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_z} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_y} = 0` " + Fluid, ``zeroDirichletN``/``zeroNeumann``,``slip`` / ``sym``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_n} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_{t}} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_{b}} = 0` " + Fluid, ``zeroDirichletYZ``/``zeroNeumann``,``onx``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`\mathbf{u} \cdot \mathbf{\hat{e}_z} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_x} = 0` " + Fluid, ``zeroDirichletXZ``/``zeroNeumann``,``ony``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`\mathbf{u} \cdot \mathbf{\hat{e}_z} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_y} = 0` " + Fluid, ``zeroDirichletXY``/``zeroNeumann``,``onz``,":math:`\mathbf{u} \cdot \mathbf{\hat{e}_x} = 0` |br| :math:`\mathbf{u} \cdot \mathbf{\hat{e}_y} = 0` |br| :math:`(\boldsymbol{\underline \tau} \cdot \mathbf{\hat{e}_n}) \cdot \mathbf{\hat{e}_z} = 0` " Scalar, ``zeroNeumann``,"``I`` / ``insulated``", :math:`\lambda \nabla s \cdot \mathbf{\hat{e}_n} = 0`