Parameters associated with the extension of the hysteretic wetting capillary pressure function to high saturation values @ ExtensionStrategy the type of extension used @ S liquid saturation at the point of extension @ Pc capillary pressure at the point of extension @ dPc d(Pc)/dS at the point of extension. More...
#include <PorousFlowVanGenuchten.h>
Public Types | |
enum | ExtensionStrategy { NONE, POWER } |
Public Member Functions | |
HighCapillaryPressureExtension () | |
HighCapillaryPressureExtension (const ExtensionStrategy &strategy, Real S, Real Pc, Real dPc) | |
Public Attributes | |
ExtensionStrategy | strategy |
Real | S |
Real | Pc |
Real | dPc |
Parameters associated with the extension of the hysteretic wetting capillary pressure function to high saturation values @ ExtensionStrategy the type of extension used @ S liquid saturation at the point of extension @ Pc capillary pressure at the point of extension @ dPc d(Pc)/dS at the point of extension.
Definition at line 207 of file PorousFlowVanGenuchten.h.
Enumerator | |
---|---|
NONE | |
POWER |
Definition at line 209 of file PorousFlowVanGenuchten.h.
|
inline |
Definition at line 219 of file PorousFlowVanGenuchten.h.
|
inline |
Definition at line 225 of file PorousFlowVanGenuchten.h.
Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::dPc |
Definition at line 217 of file PorousFlowVanGenuchten.h.
Referenced by PorousFlowVanGenuchten::capillaryPressureHys(), PorousFlowVanGenuchten::d2capillaryPressureHys(), PorousFlowVanGenuchten::d2saturationHys(), PorousFlowVanGenuchten::dcapillaryPressureHys(), PorousFlowVanGenuchten::dsaturationHys(), PorousFlowVanGenuchten::saturationHys(), and TEST().
Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::Pc |
Definition at line 216 of file PorousFlowVanGenuchten.h.
Referenced by PorousFlowVanGenuchten::capillaryPressureHys(), PorousFlowVanGenuchten::d2capillaryPressureHys(), PorousFlowVanGenuchten::d2saturationHys(), PorousFlowVanGenuchten::dcapillaryPressureHys(), PorousFlowVanGenuchten::dsaturationHys(), PorousFlowVanGenuchten::saturationHys(), and TEST().
Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::S |
Definition at line 215 of file PorousFlowVanGenuchten.h.
Referenced by PorousFlowVanGenuchten::capillaryPressureHys(), PorousFlowVanGenuchten::d2capillaryPressureHys(), PorousFlowVanGenuchten::d2saturationHys(), PorousFlowVanGenuchten::dcapillaryPressureHys(), PorousFlowVanGenuchten::dsaturationHys(), and PorousFlowVanGenuchten::saturationHys().
ExtensionStrategy PorousFlowVanGenuchten::HighCapillaryPressureExtension::strategy |
Definition at line 214 of file PorousFlowVanGenuchten.h.
Referenced by PorousFlowVanGenuchten::capillaryPressureHys(), PorousFlowVanGenuchten::d2capillaryPressureHys(), PorousFlowVanGenuchten::d2saturationHys(), PorousFlowVanGenuchten::dcapillaryPressureHys(), PorousFlowVanGenuchten::dsaturationHys(), and PorousFlowVanGenuchten::saturationHys().