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()
Real _value
The total value of the variable.
const PostprocessorValue & _pps_value
The current post-processor value.
const PostprocessorValue & _value_old
My old value.
Integrate a post-processor value over time using trapezoidal rule.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
TimeIntegratedPostprocessor(const InputParameters ¶meters)
const PostprocessorValue & _pps_value_old
The old post-processor value.