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
262732d3
Commit
262732d3
authored
5 years ago
by
Ann Almgren
Browse files
Options
Downloads
Patches
Plain Diff
Adding more detail about defaults and usage
parent
f151d6e4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/InputsTimeStepping.rst
+14
-3
14 additions, 3 deletions
docs/source/InputsTimeStepping.rst
with
14 additions
and
3 deletions
docs/source/InputsTimeStepping.rst
+
14
−
3
View file @
262732d3
...
...
@@ -37,7 +37,11 @@ Currently, the criterion for setting "steady_state" to true is if "dt" is undefi
+-----------------------+-----------------------------------------------------------------------+-------------+------------+
| | Description | Type | Default |
+=======================+=======================================================================+=============+============+
| steady_state_tol | Tolerance for checking if we have reached steady state | Real | 1.e-5 |
| steady_state | Are we running a steady-state calculation? | Int | 0 |
+-----------------------+-----------------------------------------------------------------------+-------------+------------+
| steady_state_tol | Tolerance for checking if we have reached steady state | Real | None |
| | | | |
| | (Must be set if steady_state_tol = 1) | | |
+-----------------------+-----------------------------------------------------------------------+-------------+------------+
| steady_state_max_iter | Maximum number of allowed iterations to converge to steady state | Int | 100000000 |
+-----------------------+-----------------------------------------------------------------------+-------------+------------+
...
...
@@ -50,8 +54,15 @@ There are several ways that the inputs are used to determine what time step
is used in the evolution of the fluid-particle system in MFiX-Exa.
1) In a pure particle case, the "mfix.fixed_dt", if specified, is only used to determine the frequency
of outputs, it has no effect on the dt used in the particle evaluation. [WHAT HAPPENS IF FIXED_DT
NOT SPECIFIED?]
of outputs, it has no effect on the dt used in the particle evaluation. If you do not specify a positive
value of "mfix.fixed_dt" then the code will abort.
.. highlight:: c++
::
amrex::Abort::0::If running particle-only must specify fixed_dt in the inputs file !!!
That is determined by the following calculation:
...
...
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