This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
Computes a linear combination between an arbitrary number of post-processors.
std::vector< const PostprocessorValue * > _pp_values
List of post-processor values.
virtual void execute() override
Execute method.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const unsigned int _n_pp
Number of post-processors in linear combination.
const Real _b_value
Additional value to add to sum.
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
static InputParameters validParams()
const std::vector< Real > & _pp_coefs
List of linear combination coefficients for each post-processor value.