registerMooseObject("MooseApp", CumulativeValuePostprocessor)
Creates a cumulative sum of a post-processor value over a transient.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
static InputParameters validParams()
CumulativeValuePostprocessor(const InputParameters ¶meters)
Real _sum
cumulative sum of the post-processor value
const PostprocessorValue & _sum_old
cumulative sum of the post-processor value from the old time step */
const PostprocessorValue & _pps_value
current post-processor value to be added to the cumulative sum
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
virtual void execute() override
Execute method.
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()