Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< RichardsSUPGstandard >()
Definition at line 17 of file RichardsSUPGstandard.C.
20 params.addRequiredRangeCheckedParam<Real>(
23 "SUPG pressure. This parameter controls the strength of the "
24 "upwinding. This parameter must be positive. If you need to track "
25 "advancing fronts in a problem, then set to less than your expected "
26 "range of pressures in your unsaturated zone. Otherwise, set "
27 "larger, and then minimal upwinding will occur and convergence will "
28 "typically be good. If you need no SUPG, it is more efficient not "
29 "to use this UserObject.");
30 params.addClassDescription(
31 "Standard SUPG relationships for Richards flow based on Appendix A of TJR Hughes, M "
32 "Mallet and A Mizukami ``A new finite element formulation for computational fluid dynamics:: "
33 "II. Behond SUPG'' Computer Methods in Applied Mechanics and Engineering 54 (1986) 341--355");