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
Merge requests
!102
New option to save effective viscosity to plot file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New option to save effective viscosity to plot file
rangarad/docs:option_from_mr1323
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Deepak Rangarajan
requested to merge
rangarad/docs:option_from_mr1323
into
main
4 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7f86ebef
1 commit,
4 months ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/source_docs/user_guide/inputs/output/plotfiles.rst
+
3
−
1
Options
@@ -51,7 +51,9 @@ The following inputs must be preceded by "mfix." and control what variables will
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_ro_g | Save fluid density to plot file | Int | 0 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_mu_g | Save fluid viscosity to plot file | Int | 0 |
| plt_mu_g | Save fluid molecular viscosity to plot file | Int | 0 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_mu_g_eff | Save fluid effective viscosity to plot file | Int | 0 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plt_diveu | Save div(ep_g . u) to plot file | Int | 0 |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
Loading