Implementation of capillary pressure curves for multiple pore body geometries.
#include <dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh>
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. | |
| Scalar | sw (const Scalar pc) const |
| The saturation-capilllary-pressure curve. | |
| Scalar | dpc_dsw (const Scalar sw) const |
| The partial derivative of the capillary pressure w.r.t. the saturation. | |
| Scalar | dsw_dpc (const Scalar pc) const |
| The partial derivative of the saturation to the capillary pressure. | |
| Scalar | krw (const Scalar sw) const |
| The relative permeability for the wetting phase. | |
| Scalar | dkrw_dsw (const Scalar sw) const |
| The derivative of the relative permeability for the wetting phase w.r.t. saturation. | |
| Scalar | krn (const Scalar sw) const |
| The relative permeability for the non-wetting phase. | |
| Scalar | dkrn_dsw (const Scalar sw) const |
| The derivative of the relative permeability for the non-wetting phase w.r.t. saturation. | |
Static Public Member Functions | |
| static constexpr bool | supportsMultipleGeometries () |
| static constexpr int | numFluidPhases () |
| Return the number of fluid phases. | |
| using Dumux::PoreNetwork::FluidMatrix::MultiShapeTwoPLocalRules< ScalarT >::LocalRules = LocalRulesTraits<Scalar> |
| using Dumux::PoreNetwork::FluidMatrix::MultiShapeTwoPLocalRules< ScalarT >::Scalar = ScalarT |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inline |
|
inlinestaticconstexpr |
|
inline |
|
inline |