www.mooseframework.org
Functions
RichardsSeff.C File Reference

Go to the source code of this file.

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 >().