From 7c91212f0e809c684cdc2b433df80b5b6947b2e8 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 28 Aug 2024 14:06:36 -0400 Subject: [PATCH] fix format --- docs/source_docs/user_guide/inputs/fluid_model.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/fluid_model.rst b/docs/source_docs/user_guide/inputs/fluid_model.rst index 9d5581a..7e1430d 100644 --- a/docs/source_docs/user_guide/inputs/fluid_model.rst +++ b/docs/source_docs/user_guide/inputs/fluid_model.rst @@ -39,7 +39,7 @@ The following inputs are defined using the ``fluid`` prefix. | | eddy viscosity model. | | | +--------------------------------------------+------------------------------------------------------------+--------+----------+ | viscosity.eddy.WALE.constant | WALE eddy viscosity model constant. | Real | 0.325 | ---------------------------------------------+------------------------------------------------------------+--------+----------+ +---------------------------------------------+------------------------------------------------------------+--------+----------+ | viscosity.suspension | Specify suspension viscosty model of the form | String | None | | | :math:`\mu_{susp}=\mu_{mol}(\mu^* - 1)` | | | | | | | | -- GitLab