Skip to content
Snippets Groups Projects
Commit 0271053f authored by Leopold Stadler's avatar Leopold Stadler
Browse files

[flux][shallowwater] fix typos

parent 9fc651cc
No related branches found
No related tags found
1 merge request!2234Resolve "doc shallow water flux"
...@@ -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 euqations must be rotated * The flux of the 2D shallow water equations 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.
......
...@@ -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 an * The correction of the bed slope source term leads to a
* non-symetric flux term at the interface for the momentum equations * non-symmetric 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.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment