diff --git a/dumux/flux/shallowwater/riemannproblem.hh b/dumux/flux/shallowwater/riemannproblem.hh index 5c3b8391504fc49665f515ebfa3b94c7c18e6c4c..8cd66120757eb7844dcbb8b99184daa9425a6d0b 100644 --- a/dumux/flux/shallowwater/riemannproblem.hh +++ b/dumux/flux/shallowwater/riemannproblem.hh @@ -38,18 +38,17 @@ namespace ShallowWater { * * * Riemann problem applies the hydrostatic reconstruction, uses the - * Riemann invariants to transform the two-dimensional problem to an - * one-dimensional problem and solves this new problem, and rotates - * the problem back. Further it applies an 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 - * since DuMuX computes the fluxes twice from each side this does not + * non-symmetric flux term at the interface for the momentum equations. + * Since 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.