Free functions to evaluate the transmissibilities associated with flux evaluations across sub-control volume faces in the context of the cell-centered TPFA scheme. More...
#include <dune/common/typetraits.hh>
#include <dune/common/fmatrix.hh>
Go to the source code of this file.
Free functions to evaluate the transmissibilities associated with flux evaluations across sub-control volume faces in the context of the cell-centered TPFA scheme.
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |
Functions | |
template<class SubControlVolumeFace , class SubControlVolume , class Tensor > | |
Tensor::field_type | Dumux::computeTpfaTransmissibility (const SubControlVolumeFace &scvf, const SubControlVolume &scv, const Tensor &T, typename SubControlVolume::Traits::Scalar extrusionFactor) |
Free function to evaluate the Tpfa 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 SubControlVolumeFace , class SubControlVolume , class Tensor , typename std::enable_if_t< Dune::IsNumber< Tensor >::value, int > = 0> | |
Tensor | Dumux::computeTpfaTransmissibility (const SubControlVolumeFace &scvf, const SubControlVolume &scv, Tensor t, typename SubControlVolumeFace::Traits::Scalar extrusionFactor) |
Free function to evaluate the Tpfa 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 for the case where T is just a scalar. More... | |