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

Go to the source code of this file.

Classes

class  RichardsMass
 This postprocessor computes the fluid mass by integrating the density over the volume. More...
 

Functions

template<>
InputParameters validParams< RichardsMass > ()
 

Function Documentation

◆ 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 }