3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::BoxDarcysLaw< Scalar, GridGeometry > Class Template Reference

Darcy's law for the box scheme. More...

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

Inheritance diagram for Dumux::BoxDarcysLaw< Scalar, GridGeometry >:
Inheritance graph

Description

template<class Scalar, class GridGeometry>
class Dumux::BoxDarcysLaw< Scalar, GridGeometry >

Darcy's law for the box scheme.

Template Parameters
Scalarthe scalar type for scalar physical quantities
GridGeometrythe grid geometry

Static Public Member Functions

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

Member Function Documentation

◆ calculateTransmissibilities()

template<class Scalar, class GridGeometry>
template<class Problem, class ElementVolumeVariables, class FluxVarCache>
std::vector< Scalar > Dumux::BoxDarcysLaw< Scalar, GridGeometry >::calculateTransmissibilities ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf,
const FluxVarCache & fluxVarCache )
inlinestatic

◆ flux()

template<class Scalar, class GridGeometry>
template<class Problem, class ElementVolumeVariables, class ElementFluxVarsCache>
Scalar Dumux::BoxDarcysLaw< Scalar, GridGeometry >::flux ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf,
const int phaseIdx,
const ElementFluxVarsCache & elemFluxVarCache )
inlinestatic

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