Commit ffce43f8 authored by William D. Fullmer's avatar William D. Fullmer
Browse files

correct list of plot file variables for solids (exa/docs!131)

parent d43ac290
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ The following inputs must be preceded by "mfix." and control what variables will
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_mu_g            | Save fluid molecular viscosity to plot file                           |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_T_g             | Save fluid temperature plot file                                      |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_volfrac         | Save Eulerian grid volume fraction (from cut cells) to plot file      |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_gradp_g         | Save gradient of pressure filed to plot file                          |    Int      | 0         |
@@ -66,17 +68,9 @@ The following inputs must be preceded by "mfix." and control what variables will
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_radius          | Save particle radius to plot file                                     |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_volume          | Save particle volume to plot file                                     |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_volume          | Save particle volume to plot file                                     |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_mass            | Save particle mass to plot file                                       |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_ro_p            | Save particle density to plot file                                    |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_omoi            | Save (one divided by the) particle momentum of inertia to plot file   |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_mass            | Save particle mass to plot file                                       |    Int      | 0         |
| plt_T_p             | Save particle temperature to plot file                                |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_omega_p         | Save particle angular velocity to plot file                           |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
@@ -84,6 +78,8 @@ The following inputs must be preceded by "mfix." and control what variables will
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_phase           | Save particle type to plot file                                       |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_statwt          | Save particle (parcel) statistical weight to plot file                |    Int      | 0         |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+


The following inputs must be preceded by the prefix ``mfix`` and control whether the EB geometry or level set should be written out: