Function to limit the fluxes. More...
#include <algorithm>#include <cmath>Go to the source code of this file.
Function to limit the fluxes.
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
| 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. More... | |