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

Darcy's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Darcy approximation. Specializations are provided for the different discretization methods. More...

#include <dumux/common/properties.hh>
#include <dumux/discretization/method.hh>
#include <dumux/flux/box/darcyslaw.hh>
#include <dumux/flux/cctpfa/darcyslaw.hh>
#include <dumux/flux/ccmpfa/darcyslaw.hh>

Go to the source code of this file.

Description

Darcy's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Darcy approximation. Specializations are provided for the different discretization methods.

Classes

class  Dumux::DarcysLawImplementation< TypeTag, discMethod >
 forward declaration of the method-specific implementation More...
 

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
 

Typedefs

template<class TypeTag >
using Dumux::DarcysLaw = DarcysLawImplementation< TypeTag, GetPropType< TypeTag, Properties::GridGeometry >::discMethod >
 Evaluates the normal component of the Darcy velocity on a (sub)control volume face. More...
 
Include dependency graph for flux/darcyslaw.hh: