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
53365acc
Commit
53365acc
authored
5 years ago
by
Ann Almgren
Browse files
Options
Downloads
Patches
Plain Diff
adjust particle time step text
parent
39dc6c6e
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/InputsTimeStepping.rst
+2
-2
2 additions, 2 deletions
docs/source/InputsTimeStepping.rst
with
2 additions
and
2 deletions
docs/source/InputsTimeStepping.rst
+
2
−
2
View file @
53365acc
...
...
@@ -54,7 +54,7 @@ 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 :cpp:`mfix.fixed_dt`, if specified, is only used to determine the frequency
of outputs, it has no effect on the "
subdt
" used in the particle evaluation. If you do not specify a positive
of outputs, it has no effect on the "
dtsolid
" used in the particle evaluation. If you do not specify a positive
value of :cpp:`mfix.fixed_dt` then the code will abort.
.. highlight:: c++
...
...
@@ -63,7 +63,7 @@ value of :cpp:`mfix.fixed_dt` then the code will abort.
amrex::Abort::0::If running particle-only must specify fixed_dt in the inputs file !!!
The particle time step "
subdt
" is determined by computing the collision time "tcoll" from particle properties,
The particle time step "
dtsolid
" is determined by computing the collision time "tcoll" from particle properties,
then setting "dtsolid" to be "tcoll / 50".
2) In a pure fluid case, there are two options:
...
...
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