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
0271053f
Commit
0271053f
authored
4 years ago
by
Leopold Stadler
Browse files
Options
Downloads
Patches
Plain Diff
[flux][shallowwater] fix typos
parent
9fc651cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2234
Resolve "doc shallow water flux"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dumux/flux/shallowwater/exactriemann.hh
+1
-1
1 addition, 1 deletion
dumux/flux/shallowwater/exactriemann.hh
dumux/flux/shallowwater/riemannproblem.hh
+2
-2
2 additions, 2 deletions
dumux/flux/shallowwater/riemannproblem.hh
with
3 additions
and
3 deletions
dumux/flux/shallowwater/exactriemann.hh
+
1
−
1
View file @
0271053f
...
@@ -43,7 +43,7 @@ struct RiemannSolution {
...
@@ -43,7 +43,7 @@ struct RiemannSolution {
* \ingroup ShallowWaterFlux
* \ingroup ShallowWaterFlux
* \brief Exact Riemann solver for the shallow water equations.
* \brief Exact Riemann solver for the shallow water equations.
*
*
* The flux of the 2D shallow water e
u
qations must be rotated
* The flux of the 2D shallow water eq
u
ations must be rotated
* to a 1D problem before the Riemann solver can be applied.
* to a 1D problem before the Riemann solver can be applied.
* The computed water flux is given in m^2/s, the momentum
* The computed water flux is given in m^2/s, the momentum
* fluxes are given in m^3/s^2.
* fluxes are given in m^3/s^2.
...
...
This diff is collapsed.
Click to expand it.
dumux/flux/shallowwater/riemannproblem.hh
+
2
−
2
View file @
0271053f
...
@@ -42,8 +42,8 @@ namespace ShallowWater {
...
@@ -42,8 +42,8 @@ namespace ShallowWater {
* one-dimensional problem and solves this new problem, and rotates
* one-dimensional problem and solves this new problem, and rotates
* the problem back. Further it applies an flux limiter for the water
* the problem back. Further it applies an flux limiter for the water
* flux handle drying of elements.
* flux handle drying of elements.
* The correction of the bed slope surce term leads to a
n
* The correction of the bed slope s
o
urce term leads to a
* non-symetric flux term at the interface for the momentum equations
* non-sym
m
etric flux term at the interface for the momentum equations
* since DuMuX computes the fluxes twice from each side this does not
* since DuMuX computes the fluxes twice from each side this does not
* matter.
* matter.
*
*
...
...
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