Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsSat >()
Definition at line 18 of file RichardsSat.C.
20 InputParameters params = validParams<GeneralUserObject>();
21 params.addRequiredRangeCheckedParam<Real>(
23 "s_res >= 0 & s_res < 1",
24 "Residual fluid saturation for the phase. 0 <= s_res < 1.");
25 params.addRequiredRangeCheckedParam<Real>(
28 "Sum of s_res over all phases. s_res <= sum_s_res < 1. It is "
29 "up to you to ensure the sum is done correctly.");
30 params.addClassDescription(
"User object yielding saturation for a phase as a function of "
31 "effective saturation of that phase");