Implementation of an interfacial area surface. More...
#include <dumux/material/fluidmatrixinteractions/2pia/awnsurfacepcmaxfct.hh>
Implementation of an interfacial area surface.
The idea here is to make sure that interfacial area be zero for Sw=1 and pc=pcmax. Because imbibition may have bigger awn than drainage demanding that awn be zero for the whole range of Sw=0 does not fit. However, as we are in primary drainage, demanding that awn=0 for Sw=0 is the same as demanding that awn=0 for pc=pcmax, because Sw=0 cannnot be reached on different ways. We only need to define pcmax ...
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. 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::AwnSurfacePcMaxFct< ScalarT, ParamsT >::Params = ParamsT |
using Dumux::AwnSurfacePcMaxFct< ScalarT, 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: \(\mathrm{ a_{wn} = a_{1} (p_{c { \sf max} } - p_{c}) (1-S_{w}) + a_{2} (p_{c {\sf max} } -p_{c})^2 (1-S_{w}) + a_{3} (p_{c {\sf max} }- p_{c}) (1-S_{w})^2 }\)
params | parameter container for the coefficients of the surface |
Sw | Effective saturation of the wetting phase |
pc | Capillary pressure in \(\mathrm{[Pa]}\) |