Go to the source code of this file.
|
class | RichardsMass |
| This postprocessor computes the fluid mass by integrating the density over the volume. More...
|
|
◆ validParams< RichardsMass >()
Definition at line 19 of file RichardsMass.C.
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.");