3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::ccmpfa > Class Template Reference

Darcy's law for cell-centered finite volume schemes with multi-point flux approximation. More...

#include <dumux/flux/ccmpfa/darcyslaw.hh>

Description

template<class TypeTag>
class Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::ccmpfa >

Darcy's law for cell-centered finite volume schemes with multi-point flux approximation.

Public Types

using Cache = MpfaDarcysLawCache
 

Static Public Member Functions

template<class ElementFluxVariablesCache >
static Scalar flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const unsigned int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache)
 Compute the advective flux across an scvf. More...
 

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::ccmpfa
 

Member Typedef Documentation

◆ Cache

template<class TypeTag >
using Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::ccmpfa >::Cache = MpfaDarcysLawCache

Member Function Documentation

◆ flux()

template<class TypeTag >
template<class ElementFluxVariablesCache >
static Scalar Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::ccmpfa >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
const unsigned int  phaseIdx,
const ElementFluxVariablesCache &  elemFluxVarsCache 
)
inlinestatic

Compute the advective flux across an scvf.

Member Data Documentation

◆ discMethod


The documentation for this class was generated from the following file: