Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
dumux-repositories
dumux
Commits
99fed18b
Commit
99fed18b
authored
4 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[doc][swe] Fix typos
parent
46137490
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2243
[shallowwater][diffusion] add turbulent diffusion to shallow water
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/flux/shallowwater/riemannproblem.hh
+8
-9
8 additions, 9 deletions
dumux/flux/shallowwater/riemannproblem.hh
with
8 additions
and
9 deletions
dumux/flux/shallowwater/riemannproblem.hh
+
8
−
9
View file @
99fed18b
...
...
@@ -38,18 +38,17 @@ namespace ShallowWater {
*
*
* Riemann problem applies the hydrostatic reconstruction, uses the
* Riemann invariants to transform the two-dimensional problem to a
n
* one-dimensional problem
and
solves this new problem, and rotates
* the problem back. Further it applies a
n
flux limiter for the water
* flux handle drying
of
elements.
* Riemann invariants to transform the two-dimensional problem to a
* one-dimensional problem
,
solves this new problem, and rotates
* the problem back. Further it applies a flux limiter for the water
* flux
to
handle drying elements.
* The correction of the bed slope source term leads to a
* non-symmetric flux term at the interface for the momentum equations
*
s
ince DuMuX computes the fluxes twice from each side this does not
* non-symmetric flux term at the interface for the momentum equations
.
*
S
ince DuMuX computes the fluxes twice from each side this does not
* matter.
*
* So far we have only the exact Riemann solver, and the reconstruction
* after Audusse but further solvers and reconstructions ca be
* implemented.
* So far this implements the exact Riemann solver (with reconstruction
* after Audusse).
*
* The computed water flux (localFlux[0]) is given in m^2/s, the
* momentum fluxes (localFlux[1], localFlux[2]) are given in m^3/s^2.
...
...
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