Implementation of the exponential function relating specific interfacial area to wetting phase saturation and c apillary pressure as suggested by Nuske(2009) (Diploma thesis) [43] .
More...
#include <dumux/material/fluidmatrixinteractions/2pia/awnsurfaceexpfct.hh>
template<class ParamsT>
class Dumux::AwnSurfaceExpFct< ParamsT >
Implementation of the exponential function relating specific interfacial area to wetting phase saturation and c apillary pressure as suggested by Nuske(2009) (Diploma thesis) [43] .
|
| using | Params = ParamsT |
| using | Scalar = typename Params::Scalar |
◆ Params
◆ Scalar
◆ dawn_dpc()
the derivative of specific interfacial area function w.r.t. capillary pressure
- Parameters
-
| params | parameter container for the coefficients of the surface |
| Sw | Effective saturation of the wetting phase |
| pc | Capillary pressure in \(\mathrm{[Pa]}\) |
◆ dawn_dsw()
the derivative of specific interfacial area function w.r.t. saturation
- Parameters
-
| params | parameter container for the coefficients of the surface |
| Sw | Effective saturation of the wetting phase |
| pc | Capillary pressure in \(\mathrm{[Pa]}\) |
◆ interfacialArea()
The interfacial area surface.
the suggested (as estimated from pore network models) awn surface: \(\mathrm{
a_{wn} = a_1 * (S_{wr}-S_w) .* (1-S_w) + a_2 * (S_{wr}-S_w) * (1-S_w) * \exp( a_3 * p_c) ;
}\)
- Parameters
-
| params | parameter container for the coefficients of the surface |
| Sw | Effective saturation of the wetting phase |
| pc | Capillary pressure in \(\mathrm{[Pa]}\) |
The documentation for this class was generated from the following file: