This file contains free functions to evaluate the transmissibilities associated with flux evaluations across sub-control volume faces in the context of cell-centered Mpfa schemes. More...
#include <dune/common/typetraits.hh>
#include <dune/common/fvector.hh>
#include <dumux/common/math.hh>
#include <dumux/discretization/extrusion.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dumux |
Functions | |
template<class EG , class IVSubControlVolume , class Tensor > | |
Dune::FieldVector< typename Tensor::field_type, IVSubControlVolume::myDimension > | Dumux::computeMpfaTransmissibility (const EG &fvGeometry, const IVSubControlVolume &scv, const typename EG::SubControlVolumeFace &scvf, const Tensor &t, typename IVSubControlVolume::ctype extrusionFactor) |
Free function to evaluate the Mpfa transmissibility associated with the flux (in the form of flux = t*gradU) across a sub-control volume face stemming from a given sub-control volume with corresponding tensor t. More... | |
template<class EG , class IVSubControlVolume , class Tensor , std::enable_if_t< Dune::IsNumber< Tensor >::value, int > = 1> | |
Dune::FieldVector< Tensor, IVSubControlVolume::myDimension > | Dumux::computeMpfaTransmissibility (const EG &fvGeometry, const IVSubControlVolume &scv, const typename EG::SubControlVolumeFace &scvf, const Tensor &t, typename IVSubControlVolume::ctype extrusionFactor) |
Free function to evaluate the Mpfa transmissibility associated with the flux (in the form of flux = t*gradU) across a sub-control volume face stemming from a given sub-control volume with corresponding tensor t, where t is a scalar. More... | |