3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::MPAdapter< MaterialLaw, 2 > Class Template Reference

#include <dumux/material/fluidmatrixinteractions/mp/mpadapter.hh>

Public Types

using Params = typename MaterialLaw::Params
 

Static Public Member Functions

template<class ContainerT , class FluidState >
static void capillaryPressures (ContainerT &values, const Params &params, const FluidState &state, int wPhaseIdx)
 The capillary pressure-saturation curve. More...
 
template<class ContainerT , class FluidState >
static void relativePermeabilities (ContainerT &values, const Params &params, const FluidState &state, int wPhaseIdx)
 The relative permeability of all phases. More...
 

Member Typedef Documentation

◆ Params

template<class MaterialLaw >
using Dumux::MPAdapter< MaterialLaw, 2 >::Params = typename MaterialLaw::Params

Member Function Documentation

◆ capillaryPressures()

template<class MaterialLaw >
template<class ContainerT , class FluidState >
static void Dumux::MPAdapter< MaterialLaw, 2 >::capillaryPressures ( ContainerT &  values,
const Params params,
const FluidState &  state,
int  wPhaseIdx 
)
inlinestatic

The capillary pressure-saturation curve.

Parameters
valuesContainer for the return values
paramsArray of parameters
stateFluidstate
wPhaseIdxthe phase index of the wetting phase

◆ relativePermeabilities()

template<class MaterialLaw >
template<class ContainerT , class FluidState >
static void Dumux::MPAdapter< MaterialLaw, 2 >::relativePermeabilities ( ContainerT &  values,
const Params params,
const FluidState &  state,
int  wPhaseIdx 
)
inlinestatic

The relative permeability of all phases.

Parameters
valuesContainer for the return values
paramsArray of parameters
stateFluidstate
wPhaseIdxthe phase index of the wetting phase

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