3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
fluxlimiterlet.hh File Reference

Function to limit the fluxes. More...

#include <algorithm>
#include <cmath>

Go to the source code of this file.

Description

Function to limit the fluxes.

Namespaces

namespace  Dumux
namespace  Dumux::ShallowWater

Functions

template<class Scalar>
static Scalar Dumux::ShallowWater::fluxLimiterLET (const Scalar valueLeft, const Scalar valueRight, const Scalar upperH, const Scalar lowerH)
 Flux limiter function to scale fluxes for small water depths.