Class that computes the non-wetting saturation in an scv from the saturation at the global degree of freedom. More...
#include <dumux/porousmediumflow/2p/saturationreconstruction.hh>
Class that computes the non-wetting saturation in an scv from the saturation at the global degree of freedom.
This is only necessary in conjunction with the box scheme where the degrees of freedom lie on material interfaces. There the non-wetting phase saturation is generally discontinuous.
Static Public Member Functions | |
template<class SpatialParams , class Element , class Scv , class ElemSol > | |
static ElemSol::PrimaryVariables::value_type | reconstructSn (const SpatialParams &spatialParams, const Element &element, const Scv &scv, const ElemSol &elemSol, typename ElemSol::PrimaryVariables::value_type Sn) |
Compute the non-wetting phase saturation in an scv. More... | |
|
inlinestatic |
Compute the non-wetting phase saturation in an scv.
spatialParams | Class encapsulating the spatial parameters |
element | The finite element the scv is embedded in |
scv | The sub-control volume for which the saturation is computed |
elemSol | The solution at all dofs inside this element |
Sn | The non-wetting phase saturation at the global dof |