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
cb17982a
Commit
cb17982a
authored
2 years ago
by
William D. Fullmer
Browse files
Options
Downloads
Patches
Plain Diff
add ascent inputs
parent
5e8663e4
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
+26
-0
26 additions, 0 deletions
docs/source/inputs/InputsPlotFiles.rst
with
26 additions
and
0 deletions
docs/source/inputs/InputsPlotFiles.rst
+
26
−
0
View file @
cb17982a
...
...
@@ -31,6 +31,13 @@ format (for debugging).
| par_ascii_int | Frequency of ascii particle output; | Int | -1 |
| | if -1 then no plotfiles will be written | | |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| 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.
...
...
@@ -80,3 +87,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 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
`Ascent <ascent.readthedocs.io>`_ 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.
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+=====================+=======================================================================+=============+===========+
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| fluid_actions | yaml file of the ascent actions for the mesh data | String | plt |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| particle_actions | yaml file of the ascent actions for the Lagrangian data | Bool | False |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
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