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 211 of file PorousFlowVanGenuchten.h.
| Enumerator | |
|---|---|
| NONE | |
| POWER | |
Definition at line 213 of file PorousFlowVanGenuchten.h.
|
inline |
Definition at line 223 of file PorousFlowVanGenuchten.h.
|
inline |
Definition at line 229 of file PorousFlowVanGenuchten.h.
| Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::dPc |
Definition at line 221 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 220 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 219 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 218 of file PorousFlowVanGenuchten.h.
Referenced by PorousFlowVanGenuchten::capillaryPressureHys(), PorousFlowVanGenuchten::d2capillaryPressureHys(), PorousFlowVanGenuchten::d2saturationHys(), PorousFlowVanGenuchten::dcapillaryPressureHys(), PorousFlowVanGenuchten::dsaturationHys(), and PorousFlowVanGenuchten::saturationHys().
1.8.14