#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.
|
| template<class ContainerT, class FluidState> |
| static void | relativePermeabilities (ContainerT &values, const Params ¶ms, const FluidState &state, int wPhaseIdx) |
| | The relative permeability of all phases.
|
◆ Params
template<class MaterialLaw>
◆ capillaryPressures()
template<class MaterialLaw>
template<class ContainerT, class FluidState>
| 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>
| 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: