https://mooseframework.inl.gov
Public Types | Public Member Functions | Public Attributes | List of all members
PorousFlowVanGenuchten::HighCapillaryPressureExtension Struct Reference

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
 

Detailed Description

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.

Member Enumeration Documentation

◆ ExtensionStrategy

Constructor & Destructor Documentation

◆ HighCapillaryPressureExtension() [1/2]

PorousFlowVanGenuchten::HighCapillaryPressureExtension::HighCapillaryPressureExtension ( )
inline

◆ HighCapillaryPressureExtension() [2/2]

PorousFlowVanGenuchten::HighCapillaryPressureExtension::HighCapillaryPressureExtension ( const ExtensionStrategy strategy,
Real  S,
Real  Pc,
Real  dPc 
)
inline

Member Data Documentation

◆ dPc

Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::dPc

◆ Pc

Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::Pc

◆ S

Real PorousFlowVanGenuchten::HighCapillaryPressureExtension::S

◆ strategy

ExtensionStrategy PorousFlowVanGenuchten::HighCapillaryPressureExtension::strategy

The documentation for this struct was generated from the following file: