version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
shallowwaterviscousflux.hh File Reference
#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.

Description

Compute the shallow water viscous momentum flux due to viscosity.

The viscous momentum flux

VνthudV

is re-written using Gauss' divergence theorem to:

SfνthunfdS

The effective kinematic viscosity νt can be calculated by adding a vertical (Elder-like) and a horizontal (Smagorinsky-like) part. This enabled by setting "ShallowWater.UseMixingLengthTurbulenceModel" to "true".

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
 
Include dependency graph for shallowwaterviscousflux.hh: