template<class TypeTag>
class Dumux::DarcysLawImplementation< TypeTag, DiscretizationMethod::box >
Specialization of Darcy's Law for the box method.
|
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) |
|
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) |
|