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

Parameters associated with the extension of the hysteretic capillary pressure function to low 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, QUADRATIC, EXPONENTIAL }
 

Public Member Functions

 LowCapillaryPressureExtension ()
 
 LowCapillaryPressureExtension (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 capillary pressure function to low 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 176 of file PorousFlowVanGenuchten.h.

Member Enumeration Documentation

◆ ExtensionStrategy

Constructor & Destructor Documentation

◆ LowCapillaryPressureExtension() [1/2]

PorousFlowVanGenuchten::LowCapillaryPressureExtension::LowCapillaryPressureExtension ( )
inline

◆ LowCapillaryPressureExtension() [2/2]

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

Member Data Documentation

◆ dPc

Real PorousFlowVanGenuchten::LowCapillaryPressureExtension::dPc

◆ Pc

Real PorousFlowVanGenuchten::LowCapillaryPressureExtension::Pc

◆ S

Real PorousFlowVanGenuchten::LowCapillaryPressureExtension::S

◆ strategy

ExtensionStrategy PorousFlowVanGenuchten::LowCapillaryPressureExtension::strategy

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