#include <cmath>
#include <algorithm>
#include <utility>
#include <type_traits>
#include <array>
#include <dune/common/std/type_traits.hh>
#include <dune/common/exceptions.hh>
#include <dumux/common/parameters.hh>
#include <dumux/flux/fluxvariablescaching.hh>
#include <dumux/flux/shallowwater/fluxlimiterlet.hh>
Go to the source code of this file.
Compute the shallow water viscous momentum flux due to viscosity.
The viscous momentum flux
is re-written using Gauss' divergence theorem to:
The effective kinematic viscosity
For now the calculation of the shallow water viscous momentum flux is implemented strictly for 2D depth-averaged models (i.e. 3 equations).
Classes | |
class | Dumux::ShallowWaterViscousFlux< NumEqVector, > |
Compute the shallow water viscous momentum flux due to viscosity. More... | |
Namespaces | |
namespace | Dumux |