diff --git a/docs/Makefile b/docs/Makefile index a3c288c0ba74ba62a0e895895d177b4ea2ebf4fb..d8f981f376ea50f79004efe2adf05fe3e3a07446 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 df59325ea2607412255d244425b6f4f14768e168..6aee3fe2e5f6bfbb4d91d692543ca96748769145 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.