From ff4014a6f267943dbbb725608f54ebc27b4b1860 Mon Sep 17 00:00:00 2001 From: wfullmer Date: Thu, 12 Jan 2023 10:26:05 -0500 Subject: [PATCH] fixed? --- docs/Makefile | 2 +- docs/source_docs/inputs/InputsPlotFiles.rst | 23 ++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index a3c288c..d8f981f 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,7 +1,7 @@ # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = python -msphinx -SOURCEDIR = source +SOURCEDIR = source_docs BUILDDIR = webroot all: html webroot/doxygen diff --git a/docs/source_docs/inputs/InputsPlotFiles.rst b/docs/source_docs/inputs/InputsPlotFiles.rst index df59325..6aee3fe 100644 --- a/docs/source_docs/inputs/InputsPlotFiles.rst +++ b/docs/source_docs/inputs/InputsPlotFiles.rst @@ -20,12 +20,6 @@ format (for debugging). +----------------------+-----------------------------------------------------------------------+-------------+-----------+ | plot_file | Prefix to use for plotfile output | String | plt | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ -| write_ls | Should we write a plotfile holding the level set and volfrac? | Bool | False | -| | If true, it will only be written once,after initialization or restart | | | -+----------------------+-----------------------------------------------------------------------+-------------+-----------+ -| write_eb_surface | Should we write out the EB geometry in vtp format | Bool | False | -| | If true, it will only be written once,after initialization or restart | | | -+----------------------+-----------------------------------------------------------------------+-------------+-----------+ | par_ascii_file | Prefix to use for ascii particle output | String | par | +----------------------+-----------------------------------------------------------------------+-------------+-----------+ | par_ascii_int | Frequency of ascii particle output; | Int | -1 | @@ -89,7 +83,22 @@ The following inputs must be preceded by "amr" and control what variables will b +---------------------+-----------------------------------------------------------------------+-------------+-----------+ | plt_phase | Save particle type to plot file | Int | 0 | +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -+---------------------+-----------------------------------------------------------------------+-------------+-----------+ + + +The following inputs must be preceded by "mfix" and control whether the EB geometry or level set should be written out. + ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| | Description | Type | Default | ++======================+=======================================================================+=============+===========+ +| write_ls | Should we write a plotfile holding the level set and volfrac? | Bool | False | +| | If true, it will only be written once,after initialization or restart | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| write_eb_surface | Should we write out the EB geometry in vtp format | Bool | False | +| | If true, it will only be written once,after initialization or restart | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ +| plt_geom | Should we write a plotfile holding the EB geometry data? | Bool | False | +| | If true, it will only be written once,after initialization or restart | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ `Ascent `_ has been integrated into MFIX-Exa for *in situ* visualization. -- GitLab