www.mooseframework.org
Functions
RichardsMass.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("RichardsApp", RichardsMass)
 
template<>
InputParameters validParams< RichardsMass > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "RichardsApp"  ,
RichardsMass   
)

◆ validParams< RichardsMass >()

template<>
InputParameters validParams< RichardsMass > ( )

Definition at line 19 of file RichardsMass.C.

20 {
21  InputParameters params = validParams<ElementIntegralVariablePostprocessor>();
22  params.addRequiredParam<UserObjectName>(
23  "richardsVarNames_UO", "The UserObject that holds the list of Richards variable names.");
24  params.addClassDescription("Returns the mass in a region.");
25  return params;
26 }