Implementation of the polynomial of second order relating specific interfacial area to wetting phase saturation and capillary pressure. More...
#include <dumux/material/fluidmatrixinteractions/2pia/awnsurfacepolynomialedgezero2ndorder.hh>
Implementation of the polynomial of second order relating specific interfacial area to wetting phase saturation and capillary pressure.
Public Types | |
using | Params = ParamsT |
using | Scalar = typename Params::Scalar |
Static Public Member Functions | |
static Scalar | interfacialArea (const Params ¶ms, const Scalar Sw, const Scalar pc) |
The awn surface the suggested (as estimated from pore network models) awn surface: \([ a_{wn} = a_{1} (S_{wr}-S_{w})(1.-S_{w}) + a_2 (S_{wr}-S_{w})(1.-S_{w}) p_{c} + a_{3} (S_{wr}-S_{w})(1.-S_{w}) p_{c}^2 \)]. More... | |
static Scalar | dawn_dpc (const Params ¶ms, const Scalar Sw, const Scalar pc) |
the derivative of specific interfacial area function w.r.t. capillary pressure More... | |
static Scalar | dawn_dsw (const Params ¶ms, const Scalar Sw, const Scalar pc) |
the derivative of specific interfacial area function w.r.t. saturation More... | |
using Dumux::AwnSurfacePolynomialEdgeZero2ndOrder< ParamsT >::Params = ParamsT |
using Dumux::AwnSurfacePolynomialEdgeZero2ndOrder< ParamsT >::Scalar = typename Params::Scalar |
|
inlinestatic |
the derivative of specific interfacial area function w.r.t. capillary pressure
params | parameter container for the coefficients of the surface |
Sw | Effective saturation of the wetting phase |
pc | Capillary pressure in \(\mathrm{[Pa]}\) |
|
inlinestatic |
the derivative of specific interfacial area function w.r.t. saturation
params | parameter container for the coefficients of the surface |
Sw | Effective saturation of the wetting phase |
pc | Capillary pressure in \(\mathrm{[Pa]}\) |
|
inlinestatic |
The awn surface the suggested (as estimated from pore network models) awn surface: \([ a_{wn} = a_{1} (S_{wr}-S_{w})(1.-S_{w}) + a_2 (S_{wr}-S_{w})(1.-S_{w}) p_{c} + a_{3} (S_{wr}-S_{w})(1.-S_{w}) p_{c}^2 \)].
params | parameter container for the coefficients of the surface |
Sw | Effective saturation of the wetting phase |
pc | Capillary pressure in \(\mathrm{[Pa]}\) |