Darcy's law for cell-centered finite volume schemes with multi-point flux approximation. More...
#include <dumux/flux/ccmpfa/darcyslaw.hh>
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) |
Returns the advective flux of a fluid phase across the given sub-control volume face. More... | |
Static Public Attributes | |
static const DiscretizationMethod | discMethod = DiscretizationMethod::ccmpfa |
using Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::ccmpfa >::Cache = MpfaDarcysLawCache |
|
inlinestatic |
Returns the advective flux of a fluid phase across the given sub-control volume face.
|
static |