Commit 869e464b authored by Deepak Rangarajan's avatar Deepak Rangarajan Committed by Jordan Musser
Browse files

New option to save effective viscosity to plot file (!102)

parent 55b5ed92
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+