www.mooseframework.org
Classes | Functions
RichardsSeff.h File Reference

Go to the source code of this file.

Classes

class  RichardsSeff
 Base class for effective saturation as a function of porepressure(s) The functions seff, dseff and d2seff must be over-ridden in the derived class. More...
 

Functions

template<>
InputParameters validParams< RichardsSeff > ()
 

Function Documentation

◆ validParams< RichardsSeff >()

template<>
InputParameters validParams< RichardsSeff > ( )

Definition at line 16 of file RichardsSeff.C.

17 {
18  InputParameters params = validParams<GeneralUserObject>();
19  params.addClassDescription(
20  "Fluid seff base class. Override seff, dseff and d2seff in your class");
21  return params;
22 }

Referenced by validParams< RichardsSeff1BWsmall >(), validParams< RichardsSeff1RSC >(), validParams< RichardsSeff1VG >(), validParams< RichardsSeff2gasRSC >(), validParams< RichardsSeff2gasVG >(), validParams< RichardsSeff2gasVGshifted >(), validParams< RichardsSeff2waterRSC >(), validParams< RichardsSeff2waterVG >(), and validParams< RichardsSeff2waterVGshifted >().