Implementation of capillary pressure curves for multiple pore body geometries. More...
#include <dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh>
Implementation of capillary pressure curves for multiple pore body geometries.
Classes | |
struct | BasicParams |
Public Types | |
using | Scalar = ScalarT |
using | LocalRules = LocalRulesTraits< Scalar > |
Public Member Functions | |
MultiShapeTwoPLocalRules (const BasicParams &baseParams, const std::string ¶mGroup="") | |
template<class SpatialParams , class Element , class SubControlVolume , class ElemSol > | |
void | updateParams (const SpatialParams &spatialParams, const Element &element, const SubControlVolume &scv, const ElemSol &elemSol) |
Scalar | pc (const Scalar sw) const |
The capillary pressure-saturation curve. More... | |
Scalar | sw (const Scalar pc) const |
The saturation-capilllary-pressure curve. More... | |
Scalar | dpc_dsw (const Scalar sw) const |
The partial derivative of the capillary pressure w.r.t. the saturation. More... | |
Scalar | dsw_dpc (const Scalar pc) const |
The partial derivative of the saturation to the capillary pressure. More... | |
Scalar | krw (const Scalar sw) const |
The relative permeability for the wetting phase. More... | |
Scalar | dkrw_dsw (const Scalar sw) const |
The derivative of the relative permeability for the wetting phase w.r.t. saturation. More... | |
Scalar | krn (const Scalar sw) const |
The relative permeability for the non-wetting phase. More... | |
Scalar | dkrn_dsw (const Scalar sw) const |
The derivative of the relative permeability for the non-wetting phase w.r.t. saturation. More... | |
Static Public Member Functions | |
static constexpr bool | supportsMultipleGeometries () |
static constexpr int | numFluidPhases () |
Return the number of fluid phases. More... | |
using Dumux::PoreNetwork::FluidMatrix::MultiShapeTwoPLocalRules< ScalarT >::LocalRules = LocalRulesTraits<Scalar> |
using Dumux::PoreNetwork::FluidMatrix::MultiShapeTwoPLocalRules< ScalarT >::Scalar = ScalarT |
|
inline |
|
inline |
The derivative of the relative permeability for the non-wetting phase w.r.t. saturation.
|
inline |
The derivative of the relative permeability for the wetting phase w.r.t. saturation.
|
inline |
The partial derivative of the capillary pressure w.r.t. the saturation.
|
inline |
The partial derivative of the saturation to the capillary pressure.
|
inline |
The relative permeability for the non-wetting phase.
|
inline |
The relative permeability for the wetting phase.
|
inlinestaticconstexpr |
Return the number of fluid phases.
|
inline |
The capillary pressure-saturation curve.
|
inlinestaticconstexpr |
|
inline |
The saturation-capilllary-pressure curve.
|
inline |