Go to the documentation of this file.
19 InputParameters params = validParams<GeneralPostprocessor>();
20 params.addRequiredParam<UserObjectName>(
"uo",
"user object name that has the total mass value");
virtual ~RichardsPlotQuantity()
InputParameters validParams< RichardsPlotQuantity >()
virtual PostprocessorValue getValue()
returns the value of the RichardsSumQuantity
Extracts the value from RichardsSumQuantity userobject.
virtual void initialize()
RichardsPlotQuantity(const InputParameters ¶meters)
virtual Real getValue() const
returns _total
registerMooseObject("RichardsApp", RichardsPlotQuantity)
Sums into _total This is used, for instance, to record the total mass flowing into a borehole.
const RichardsSumQuantity & _total_mass
the RichardsSumQuantity userobject