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
b7a992d7
Commit
b7a992d7
authored
5 years ago
by
William D. Fullmer
Browse files
Options
Downloads
Patches
Plain Diff
add tcoll_ratio description
parent
37ce33b5
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
+3
-1
3 additions, 1 deletion
docs/source/InputsTimeStepping.rst
with
3 additions
and
1 deletion
docs/source/InputsTimeStepping.rst
+
3
−
1
View file @
b7a992d7
...
...
@@ -24,11 +24,13 @@ The following inputs must be preceded by "mfix."
+======================+=======================================================================+=============+==============+
| fixed_dt | Should we use a fixed timestep? | Int | 0 |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| cfl | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1 | Real | 0.5 |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| dt_min | Abort if dt gets smaller than this value | Real | 1.e-6 |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| dt_max | Maximum value of dt if calculating with cfl | Real | 1.e14 |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
|
cfl
|
CFL constraint (dt < cfl * dx / u) if fixed_dt not 1
| Real | 0.
5
|
|
tcoll_ratio
|
DEM timestep equals the min collision time divided by this value
| Real |
5
0.
0
|
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
The following inputs must be preceded by "mfix" and are only relevant if running a problem to steady state.
...
...
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