Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsSeff1VGcut >()
Definition at line 18 of file RichardsSeff1VGcut.C.
21 params.addRequiredRangeCheckedParam<Real>(
24 "cutoff in pressure. Must be negative. If p>p_cut then use "
25 "van-Genuchten function. Otherwise use a linear relationship which is "
26 "chosen so the value and derivative match van-Genuchten at p=p_cut");
27 params.addClassDescription(
"cut van-Genuchten effective saturation as a function of capillary "
28 "pressure. Single-phase seff = (1 + (-al*p)^(1/(1-m)))^(-m) for "
29 "p>p_cut, otherwise user a a linear relationship that is chosen so "
30 "the value and derivative match van-Genuchten at p=p_cut.");