From 7f86ebefdd5d235ff355055aae4e165ae7fea2b6 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 11 Dec 2024 13:05:34 -0500 Subject: [PATCH] New option to save effective viscosity to plot file --- 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