Makes the capillary pressure-saturation relations available under the M-phase API for material laws. More...
#include <dune/common/fvector.hh>
#include <dumux/common/typetraits/typetraits.hh>
#include <dumux/material/fluidmatrixinteractions/fluidmatrixinteraction.hh>
Go to the source code of this file.
Makes the capillary pressure-saturation relations available under the M-phase API for material laws
Classes | |
class | Dumux::FluidMatrix::MPAdapter< MaterialLaw, numFluidPhases > |
An adapter for mpnc to use the capillary pressure-saturation relationships. More... | |
class | Dumux::FluidMatrix::MPAdapter< MaterialLaw, 2 > |
Namespaces | |
namespace | Dumux |
namespace | Dumux::FluidMatrix |
Functions | |
template<typename T > | |
Dumux::FluidMatrix::MPAdapter (T &&) -> MPAdapter< T > | |
Deduction guide for the MPAdapter class. Makes sure that MPAdapter stores a copy of T if the constructor is called with a temporary object. More... | |