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
7b9d8353
Commit
7b9d8353
authored
4 years ago
by
William D. Fullmer
Browse files
Options
Downloads
Patches
Plain Diff
add InputsDiscretization
parent
318457e1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/Inputs_Chapter.rst
+1
-0
1 addition, 0 deletions
docs/source/Inputs_Chapter.rst
docs/source/inputs/InputsDiscretization.rst
+27
-0
27 additions, 0 deletions
docs/source/inputs/InputsDiscretization.rst
with
28 additions
and
0 deletions
docs/source/Inputs_Chapter.rst
+
1
−
0
View file @
7b9d8353
...
...
@@ -41,6 +41,7 @@ keywords such as ``mfix``, ``amr``, ``geometry``, ``nodal_proj`` etc.
inputs/InputsProblemDefinition
inputs/InputsCoupling
inputs/InputsTimeStepping
inputs/InputsDiscretization
inputs/InputsInitialization
inputs/InputsLoadBalancing
inputs/InputsMultigrid
...
...
This diff is collapsed.
Click to expand it.
docs/source/inputs/InputsDiscretization.rst
0 → 100644
+
27
−
0
View file @
7b9d8353
.. sec:InputsDiscretization:
Discretization
==============
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| Key | Description | Type | Default |
+===========================+=======================================================================+=============+==============+
| use_drag_coeff_in_proj_gp | Algebraically consistent p coeff in proj or (default) simplified form | Bool | False |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| advection_type | Predictor-Corrector Method of Lines ("mol") or Godunov ("godunov") | String | mol |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| use_drag_in_godunov | Include a drag term in the Godunov flux or (default) not | Bool | False |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
| redistribution_type | Use flux ("FluxRedist"), state ("StateRedist") or no ("NoRedist") | | |
| | redistribution | String | FluxRedist |
+---------------------------+-----------------------------------------------------------------------+-------------+--------------+
Notes: The code was originally developed with MOL and FluxRedist. Preliminary
tests show that the new single-step Godunov method is roughly twice as fast as
the predictor-corrector MOL at the same time step (e.g., CFL limited to 0.5).
Further, the Godunov method allows for roughly twice the time step, CFL should
be limited to 0.9 for stability. Finally, it is recommended that the Godunov
method be used in conjunction with StateRedist. While not fully vetted, early
tests also show increased stability in complex geometries for a StateRedist-
Godunov scheme compared to the previous FluxRedist-MOL scheme.
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