template<class TypeTag, class DM>
class Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethods::CVFE< DM > >
Specialization of Darcy's Law for control-volume finite element schemes.
|
static GetPropType< TypeTag, Properties::Scalar > | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVarsCache &elemFluxVarCache) |
| Returns the advective flux of a fluid phase across the given sub-control volume face. More...
|
|
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) |
|