Van-Genuchten form of relative permeability as a function of effective saturation. More...
#include <RichardsRelPermVG.h>
Public Member Functions | |
| RichardsRelPermVG (const InputParameters ¶meters) | |
| Real | relperm (Real seff) const |
| relative permeability as a function of effective saturation More... | |
| Real | drelperm (Real seff) const |
| derivative of relative permeability wrt effective saturation More... | |
| Real | d2relperm (Real seff) const |
| second derivative of relative permeability wrt effective saturation More... | |
| void | initialize () |
| void | execute () |
| void | finalize () |
Protected Attributes | |
| Real | _simm |
| immobile saturation More... | |
| Real | _m |
| van Genuchten m parameter More... | |
Van-Genuchten form of relative permeability as a function of effective saturation.
Definition at line 23 of file RichardsRelPermVG.h.
| RichardsRelPermVG::RichardsRelPermVG | ( | const InputParameters & | parameters | ) |
Definition at line 38 of file RichardsRelPermVG.C.
|
virtual |
second derivative of relative permeability wrt effective saturation
| seff | effective saturation |
Implements RichardsRelPerm.
Reimplemented in RichardsRelPermVG1.
Definition at line 86 of file RichardsRelPermVG.C.
Referenced by RichardsRelPermVG1::d2relperm(), and RichardsRelPermVG1::RichardsRelPermVG1().
|
virtual |
derivative of relative permeability wrt effective saturation
| seff | effective saturation |
Implements RichardsRelPerm.
Reimplemented in RichardsRelPermVG1.
Definition at line 66 of file RichardsRelPermVG.C.
Referenced by RichardsRelPermVG1::drelperm(), and RichardsRelPermVG1::RichardsRelPermVG1().
|
inherited |
Definition at line 34 of file RichardsRelPerm.C.
|
inherited |
Definition at line 39 of file RichardsRelPerm.C.
|
inherited |
Definition at line 29 of file RichardsRelPerm.C.
|
virtual |
relative permeability as a function of effective saturation
| seff | effective saturation |
Implements RichardsRelPerm.
Reimplemented in RichardsRelPermVG1.
Definition at line 44 of file RichardsRelPermVG.C.
Referenced by RichardsRelPermVG1::relperm(), and RichardsRelPermVG1::RichardsRelPermVG1().
|
protected |
van Genuchten m parameter
Definition at line 51 of file RichardsRelPermVG.h.
Referenced by d2relperm(), drelperm(), and relperm().
|
protected |
immobile saturation
Definition at line 48 of file RichardsRelPermVG.h.
Referenced by d2relperm(), drelperm(), and relperm().
1.8.16