From b981383c70e30279a0e97c8d1d0469373e9df3f2 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Thu, 15 May 2025 11:01:17 -0400 Subject: [PATCH] Remove diveu from plot options --- .../user_guide/inputs/output/plotfiles.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/source_docs/user_guide/inputs/output/plotfiles.rst b/docs/source_docs/user_guide/inputs/output/plotfiles.rst index 58dfcb7..1f524b1 100644 --- a/docs/source_docs/user_guide/inputs/output/plotfiles.rst +++ b/docs/source_docs/user_guide/inputs/output/plotfiles.rst @@ -56,8 +56,6 @@ 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_diveu | Save div(ep_g . u) to 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 | @@ -104,12 +102,12 @@ The following inputs must be preceded by "mfix." and control whether the EB geom +----------------------+-----------------------------------------------------------------------+-------------+-----------+ -`Ascent `_ has been integrated into MFIX-Exa for *in situ* visualization. -For codes that have been built with Ascent support, the following inputs must be preceded by "ascent." -and specifies the ascent actions for fluid and/or particles. The frequency which these are called -is controlled by `ascent_int` or `ascent_per_approx`, see above. Note that if an ascent pipeline -is being included in a GPU build/run, then you must enable managed memory, -i.e., set `amrex.the_arena_is_managed = true`. +`Ascent `_ has been integrated into MFIX-Exa for *in situ* visualization. +For codes that have been built with Ascent support, the following inputs must be preceded by "ascent." +and specifies the ascent actions for fluid and/or particles. The frequency which these are called +is controlled by `ascent_int` or `ascent_per_approx`, see above. Note that if an ascent pipeline +is being included in a GPU build/run, then you must enable managed memory, +i.e., set `amrex.the_arena_is_managed = true`. +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | | Description | Type | Default | -- GitLab