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

Specialization of Darcy's Law for the box method. More...

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

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

Description

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

Specialization of Darcy's Law for the box method.

Static Public Member Functions

static GetPropType< TypeTag, Properties::Scalarflux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVarsCache &elemFluxVarCache)
 
static std::vector< GetPropType< TypeTag, Properties::Scalar > > calculateTransmissibilities (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const FluxVarCache &fluxVarCache)
 

Member Function Documentation

◆ calculateTransmissibilities()

static std::vector< GetPropType< TypeTag, Properties::Scalar > > Dumux::BoxDarcysLaw< GetPropType< TypeTag, Properties::Scalar > , GetPropType< TypeTag, Properties::GridGeometry > >::calculateTransmissibilities ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
const FluxVarCache &  fluxVarCache 
)
inlinestaticinherited

◆ flux()

static GetPropType< TypeTag, Properties::Scalar > Dumux::BoxDarcysLaw< GetPropType< TypeTag, Properties::Scalar > , GetPropType< TypeTag, Properties::GridGeometry > >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
const int  phaseIdx,
const ElementFluxVarsCache &  elemFluxVarCache 
)
inlinestaticinherited

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