www.mooseframework.org
Namespaces | Functions
PorousFlowBroadbridgeWhite.C File Reference

Go to the source code of this file.

Namespaces

 PorousFlowBroadbridgeWhite
 Broadbridge-White version of relative permeability, and effective saturation as a function of capillary pressure.
 

Functions

Real PorousFlowBroadbridgeWhite::LambertW (Real z)
 Provides the Lambert W function, which satisfies W(z) * exp(W(z)) = z. More...
 
Real PorousFlowBroadbridgeWhite::effectiveSaturation (Real pc, Real c, Real sn, Real ss, Real las)
 Effective saturation as a function of capillary pressure If pc>=0 this will yield 1, otherwise it will yield <1. More...
 
Real PorousFlowBroadbridgeWhite::dEffectiveSaturation (Real pc, Real c, Real sn, Real ss, Real las)
 Derivative of effective saturation wrt capillary pressure. More...
 
Real PorousFlowBroadbridgeWhite::d2EffectiveSaturation (Real pc, Real c, Real sn, Real ss, Real las)
 Second derivative of effective saturation wrt capillary pressure. More...
 
Real PorousFlowBroadbridgeWhite::dRelativePermeability (Real s, Real c, Real sn, Real ss, Real kn, Real ks)
 Derivative of relative permeability with respect to saturation. More...
 
Real PorousFlowBroadbridgeWhite::d2RelativePermeability (Real s, Real c, Real sn, Real ss, Real kn, Real ks)
 Second derivative of relative permeability with respect to saturation. More...