Implementation of the capillary pressure <-> saturation relation for the heatpipe problem. More...
#include <dumux/material/fluidmatrixinteractions/2p/heatpipelaw.hh>
Implementation of the capillary pressure <-> saturation relation for the heatpipe problem.
This class bundles the "raw" curves as static members and doesn't concern itself converting absolute to effective saturations and vince versa.
Public Types | |
using | Params = ParamsT |
using | Scalar = typename Params::Scalar |
Static Public Member Functions | |
static Scalar | pc (const Params ¶ms, Scalar Sw) |
The capillary pressure-saturation curve. More... | |
static Scalar | Sw (const Params ¶ms, Scalar pC) |
The saturation-capillary pressure curve. More... | |
static Scalar | dpC_dSw (const Params ¶ms, Scalar Sw) |
Returns the partial derivative of the capillary pressure to the effective saturation. More... | |
static Scalar | dSw_dpC (const Params ¶ms, Scalar pC) |
Returns the partial derivative of the effective saturation to the capillary pressure. More... | |
static Scalar | krw (const Params ¶ms, Scalar Sw) |
The relative permeability for the wetting phase. More... | |
static Scalar | krn (const Params ¶ms, Scalar Sw) |
The relative permeability for the non-wetting phase. More... | |
using Dumux::HeatPipeLaw< ScalarT, ParamsT >::Params = ParamsT |
using Dumux::HeatPipeLaw< ScalarT, ParamsT >::Scalar = typename Params::Scalar |
|
inlinestatic |
Returns the partial derivative of the capillary pressure to the effective saturation.
params | Array of parameters |
Sw | Effective saturation of of the wetting phase \(\mathrm{[\overline{S}_w]}\) |
|
inlinestatic |
Returns the partial derivative of the effective saturation to the capillary pressure.
params | Array of parameters |
pC | Capillary pressure \(\mathrm{[p_C]}\) in \(\mathrm{[Pa]}\). |
|
inlinestatic |
The relative permeability for the non-wetting phase.
params | Array of parameters |
Sw | The mobile saturation of the wetting phase. |
|
inlinestatic |
The relative permeability for the wetting phase.
params | Array of parameters |
Sw | The mobile saturation of the wetting phase. |
|
inlinestatic |
The capillary pressure-saturation curve.
params | Array of parameters asd |
Sw | Effective saturation of of the wetting phase \(\mathrm{[\overline{S}_w]}\) |
|
inlinestatic |
The saturation-capillary pressure curve.
params | Array of parameters |
pC | Capillary pressure \(\mathrm{[p_C]}\) in \(\mathrm{[Pa]}\). |