3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
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>

Inheritance diagram for Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::ccmpfa >:
Inheritance graph

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.

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>
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: