Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
docs
Commits
cf54dfc6
Unverified
Commit
cf54dfc6
authored
2 years ago
by
Jordan Musser
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update InputsPlotFiles.rst
parent
a4f09860
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/inputs/InputsPlotFiles.rst
+33
-29
33 additions, 29 deletions
docs/source/inputs/InputsPlotFiles.rst
with
33 additions
and
29 deletions
docs/source/inputs/InputsPlotFiles.rst
+
33
−
29
View file @
cf54dfc6
...
@@ -7,35 +7,39 @@ The following inputs must be preceded by "amr" and control frequency and naming
...
@@ -7,35 +7,39 @@ The following inputs must be preceded by "amr" and control frequency and naming
as whether the EB geometry or level set should be written out, and if the particles should be written out in Ascii
as whether the EB geometry or level set should be written out, and if the particles should be written out in Ascii
format (for debugging).
format (for debugging).
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
| | Description | Type | Default |
+=====================+=======================================================================+=============+===========+
+======================+=======================================================================+=============+===========+
| plot_int | Frequency of plotfile output; | Int | -1 |
| plot_int | Frequency of plotfile output; | Int | -1 |
| | if -1 then no plotfiles will be written at this frequency | | |
| | if -1 then no plotfiles will be written at this frequency | | |
| plot_per_approx | Time period of plotfile output (approximate); does not modify dt | Real | -1 |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| | if -1 then no plotfiles will be written at this frequency | | |
| plot_per_approx | Time period of plotfile output (approximate); does not modify dt | Real | -1 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| | if -1 then no plotfiles will be written at this frequency | | |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| plotfile_on_restart | Should we write a plotfile when we restart (only used if plot_int>0) | Bool | False |
| plotfile_on_restart | Should we write a plotfile when we restart (only used if plot_int>0) | Bool | False |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| plot_file | Prefix to use for plotfile output | String | plt |
| 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 |
| 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 | | |
| | 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 |
| 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 | | |
| | 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_file | Prefix to use for ascii particle output | String | par |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| par_ascii_int | Frequency of ascii particle output; | Int | -1 |
| par_ascii_int | Frequency of ascii particle output; | Int | -1 |
| | if -1 then no plotfiles will be written | | |
| | if -1 then no particle ascii files will be written | | |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| ascent_int | Frequency of ascent pipeline; | Int | -1 |
| par_ascii_per_approx | Time period of the ascii particle output (approximate); | Real | -1 |
| | if -1 then ascent will not be called. | | |
| | if -1 then particle ascii files will not be written at this frequency | | |
| ascent_per_approx | Time period of the ascent pipeline (approximate); | Real | -1 |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| | if -1 then ascent will not be called. | | |
| ascent_int | Frequency of ascent pipeline; | Int | -1 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| | if -1 then ascent will not be called. | | |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
| ascent_per_approx | Time period of the ascent pipeline (approximate); | Real | -1 |
| | if -1 then ascent will not be called. | | |
+----------------------+-----------------------------------------------------------------------+-------------+-----------+
The following inputs must be preceded by "amr" and control what variables will be written in plotfiles.
The following inputs must be preceded by "amr" and control what variables will be written in plotfiles.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment