3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Namespaces | Functions

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>

Go to the source code of this file.

Description

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.

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
 

Functions

template<class Scv , class Scvf , class Tensor >
Dune::FieldVector< typename Tensor::field_type, Scv::myDimension > Dumux::computeMpfaTransmissibility (const Scv &scv, const Scvf &scvf, const Tensor &T, typename Scv::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 Scv , class Scvf , class Tensor , std::enable_if_t< Dune::IsNumber< Tensor >::value, int > = 1>
Dune::FieldVector< Tensor, Scv::myDimension > Dumux::computeMpfaTransmissibility (const Scv &scv, const Scvf &scvf, Tensor t, typename Scv::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...
 
Include dependency graph for mpfa/computetransmissibility.hh: