From 869e464bbde001de9250ade81364a84de50097fb Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 11 Dec 2024 21:24:15 +0000 Subject: [PATCH] New option to save effective viscosity to plot file (exa/docs!102) --- docs/source_docs/user_guide/inputs/output/plotfiles.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source_docs/user_guide/inputs/output/plotfiles.rst b/docs/source_docs/user_guide/inputs/output/plotfiles.rst index 83c0d05..18ddc4f 100644 --- a/docs/source_docs/user_guide/inputs/output/plotfiles.rst +++ b/docs/source_docs/user_guide/inputs/output/plotfiles.rst @@ -51,7 +51,9 @@ The following inputs must be preceded by "mfix." and control what variables will +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | plt_ro_g | Save fluid density to plot file | Int | 0 | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -| plt_mu_g | Save fluid viscosity to plot file | Int | 0 | +| plt_mu_g | Save fluid molecular viscosity to plot file | Int | 0 | ++---------------------+-----------------------------------------------------------------------+-------------+-----------+ +| plt_mu_g_eff | Save fluid effective viscosity to plot file | Int | 0 | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | plt_diveu | Save div(ep_g . u) to plot file | Int | 0 | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab