BASE CLASS FOR IMPLEMENTING INTERFACE POSTRPOCESSOR ALL INTERFACE POSTPROCESOR SHOULD DERIVE FROM THI...
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
virtual void finalize() override
Finalize.
static InputParameters validParams()
virtual void threadJoin(const UserObject &y) override
Must override.
virtual Real computeQpIntegral()=0
static MooseEnum integralTypeOptions()
virtual void execute() override
Execute method.
InterfaceIntegralPostprocessor(const InputParameters ¶meters)
This postprocessor add generel capabilities to the InterfacePostprocessor to compute an integral over...
virtual Real computeIntegral()
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.