#include <dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh>
|
| | 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 constexpr bool | supportsMultipleGeometries () |
| static constexpr int | numFluidPhases () |
| | Return the number of fluid phases.
|
| template<class SpatialParams, class Element, class SubControlVolume, class ElemSol> |
| static BasicParams | makeParams (const SpatialParams &spatialParams, const Element &element, const SubControlVolume &scv, const ElemSol &elemSol) |
◆ LocalRules
◆ Scalar
◆ MultiShapeTwoPLocalRules()
◆ dkrn_dsw()
The derivative of the relative permeability for the non-wetting phase w.r.t. saturation.
- Note
- This is only for compatibility. Will not be used.
◆ dkrw_dsw()
The derivative of the relative permeability for the wetting phase w.r.t. saturation.
- Note
- This is only for compatibility. Will not be used.
◆ dpc_dsw()
The partial derivative of the capillary pressure w.r.t. the saturation.
◆ dsw_dpc()
The partial derivative of the saturation to the capillary pressure.
◆ krn()
The relative permeability for the non-wetting phase.
- Note
- This is only for compatibility. Will not be used.
◆ krw()
The relative permeability for the wetting phase.
- Note
- This is only for compatibility. Will not be used.
◆ makeParams()
template<class ScalarT>
template<class SpatialParams, class Element, class SubControlVolume, class ElemSol>
◆ numFluidPhases()
Return the number of fluid phases.
◆ pc()
The capillary pressure-saturation curve.
◆ supportsMultipleGeometries()
◆ sw()
The saturation-capilllary-pressure curve.
◆ updateParams()
template<class ScalarT>
template<class SpatialParams, class Element, class SubControlVolume, class ElemSol>
The documentation for this class was generated from the following file: