From 7cf0d76bec967da4be7b964978d390ea1277b192 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Mon, 19 Dec 2022 13:46:27 +0000 Subject: [PATCH] fix prefix in doc and add input for writing EB geometry --- docs/source_docs/inputs/InputsPlotFiles.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/source_docs/inputs/InputsPlotFiles.rst b/docs/source_docs/inputs/InputsPlotFiles.rst index 6aee3fe..5f56594 100644 --- a/docs/source_docs/inputs/InputsPlotFiles.rst +++ b/docs/source_docs/inputs/InputsPlotFiles.rst @@ -36,6 +36,22 @@ format (for debugging). +----------------------+-----------------------------------------------------------------------+-------------+-----------+ +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 | | | ++----------------------+-----------------------------------------------------------------------+-------------+-----------+ + + The following inputs must be preceded by "amr" and control what variables will be written in plotfiles. +---------------------+-----------------------------------------------------------------------+-------------+-----------+ -- GitLab