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

Go to the source code of this file.

Classes

class  RichardsPlotQuantity
 Extracts the value from RichardsSumQuantity userobject. More...
 

Functions

template<>
InputParameters validParams< RichardsPlotQuantity > ()
 

Function Documentation

◆ validParams< RichardsPlotQuantity >()

template<>
InputParameters validParams< RichardsPlotQuantity > ( )

Definition at line 17 of file RichardsPlotQuantity.C.

18 {
19  InputParameters params = validParams<GeneralPostprocessor>();
20  params.addRequiredParam<UserObjectName>("uo", "user object name that has the total mass value");
21 
22  return params;
23 }