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

Go to the source code of this file.

Classes

class  PorousFlowPlotQuantity
 Extracts the value from PorousFlowSumQuantity userobject. More...
 

Functions

template<>
InputParameters validParams< PorousFlowPlotQuantity > ()
 

Function Documentation

◆ validParams< PorousFlowPlotQuantity >()

template<>
InputParameters validParams< PorousFlowPlotQuantity > ( )

Definition at line 17 of file PorousFlowPlotQuantity.C.

18 {
19  InputParameters params = validParams<GeneralPostprocessor>();
20  params.addRequiredParam<UserObjectName>(
21  "uo", "PorousFlowSumQuantity user object name that holds the required information");
22  params.addClassDescription("Extracts the value from the PorousFlowSumQuantity UserObject");
23  return params;
24 }