#include <dumux/material/fluidmatrixinteractions/mp/mpadapter.hh>
|
using | Params = typename MaterialLaw::Params |
|
|
template<class ContainerT , class FluidState > |
static void | capillaryPressures (ContainerT &values, const Params ¶ms, const FluidState &state, int wPhaseIdx) |
| The capillary pressure-saturation curve. More...
|
|
template<class ContainerT , class FluidState > |
static void | relativePermeabilities (ContainerT &values, const Params ¶ms, const FluidState &state, int wPhaseIdx) |
| The relative permeability of all phases. More...
|
|
◆ Params
template<class MaterialLaw >
◆ 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
-
values | Container for the return values |
params | Array of parameters |
state | Fluidstate |
wPhaseIdx | the 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
-
values | Container for the return values |
params | Array of parameters |
state | Fluidstate |
wPhaseIdx | The phase index of the wetting phase |
The documentation for this class was generated from the following file: