3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces | Typedefs | Functions
flux/upwindscheme.hh File Reference

Base class for the upwind scheme. More...

#include <dumux/common/parameters.hh>
#include <dumux/discretization/method.hh>

Go to the source code of this file.

Description

Base class for the upwind scheme.

Classes

class  Dumux::UpwindSchemeImpl< GridGeometry, DiscretizationMethods::CVFE< DM > >
 Upwind scheme for control-volume finite element methods (uses the standard scheme) More...
 
class  Dumux::UpwindSchemeImpl< GridGeometry, DiscretizationMethods::CCTpfa >
 Upwind scheme for the cell-centered tpfa scheme. More...
 
class  Dumux::UpwindSchemeImpl< GridGeometry, DiscretizationMethods::CCMpfa >
 Upwind scheme for cell-centered mpfa schemes. More...
 

Namespaces

namespace  Dumux
 Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
 
namespace  Dumux::Detail
 Distance implementation details.
 

Typedefs

template<class GridGeometry >
using Dumux::UpwindScheme = UpwindSchemeImpl< GridGeometry, typename GridGeometry::DiscretizationMethod >
 The upwind scheme used for the advective fluxes. This depends on the chosen discretization method. More...
 

Functions

template<class ElemVolVars , class SubControlVolumeFace , class UpwindTermFunction , class Scalar >
Scalar Dumux::Detail::upwindSchemeMultiplier (const ElemVolVars &elemVolVars, const SubControlVolumeFace &scvf, const UpwindTermFunction &upwindTerm, Scalar flux, int phaseIdx)
 returns the upwind factor which is multiplied to the advective flux across the given scvf More...
 
Include dependency graph for flux/upwindscheme.hh: