Skip to content
Snippets Groups Projects

Add doc for suspension viscosity models

Merged Deepak Rangarajan requested to merge rangarad/docs:mr_1320 into main
Files
3
@@ -35,10 +35,47 @@ The following inputs are defined using the ``fluid`` prefix.
| viscosity.eddy.Smagorinsky-Lilly.constant | Smagorinsky-Lilly constant which usually has values | Real | None |
| | between 0.1 and 0.2. | | |
| | | | |
| | A value is required when using the ``Samgorinsky-Lilly`` | | |
| | A value is required when using the ``Smagorinsky-Lilly`` | | |
| | 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)` | | |
| | | | |
| | Available options include: | | |
| | | | |
| | * ``None`` No eddy suspension model | | |
| | :math:`\mu^*=1` | | |
| | | | |
| | * ``Einstein`` :cite:p:`einstein11` | | |
| | :math:`\mu^*=1 + 2.5\varepsilon_s` | | |
| | | | |
| | * ``Brinkman`` :cite:p:`brinkman52,gibilaro07` | | |
| | :math:`\mu^*=(1-\varepsilon_s)^{-c}` | | |
| | | | |
| | * ``Roscoe`` :cite:p:`roscoe52,krieger59,maron56` | | |
| | :math:`\mu^*=(1-\varepsilon_s/c_1)^{-c_2}` | | |
| | | | |
| | * ``ChengLaw`` :cite:p:`cheng03` | | |
| | :math:`\mu^*=e^{2.5(1/(1-\varepsilon_s)^c-1)/c}` | | |
| | | | |
+--------------------------------------------+------------------------------------------------------------+--------+----------+
| viscosity.suspension.Brinkman.constant | Constant for exponent in Brinkman suspension expression. | Real | None |
| | | | |
| | A value is required when using the model ``Brinkman``. | | |
+--------------------------------------------+------------------------------------------------------------+--------+----------+
| viscosity.suspension.Roscoe.c1 | Constant for max packing in Roscoe suspension expression. | Real | None |
| | | | |
| | A value is required when using the model ``Roscoe``. | | |
+--------------------------------------------+------------------------------------------------------------+--------+----------+
| viscosity.suspension.Roscoe.c2 | Constant for exponent in Roscoe suspension expression. | Real | None |
| | | | |
| | A value is required when using the model ``Roscoe``. | | |
+--------------------------------------------+------------------------------------------------------------+--------+----------+
| viscosity.suspension.ChengLaw.constant | Constant for exponent in ChengLaw suspension expression. | Real | None |
| | | | |
| | A value is required when using the model ``ChengLaw``. | | |
+--------------------------------------------+------------------------------------------------------------+--------+----------+
| species | Specify the species that constitute the fluid. | String | None |
| | | | |
Loading