This postprocessor computes a surface integral of the specified variable on internal sides of the mes...
static InputParameters validParams()
virtual void finalize() override
Finalize.
virtual void threadJoin(const UserObject &y) override
Must override.
virtual Real computeQpIntegral()=0
virtual Real computeIntegral()
bool _qp_integration
Whether to integrate over quadrature points or FaceInfos.
Real _integral_value
Holds the postprocessor result, the integral.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual Real computeFaceInfoIntegral(const FaceInfo *)
unsigned int _qp
The local quadrature point index when computing an integral over quadrature points.
virtual void execute() override
Execute method.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
InternalSideIntegralPostprocessor(const InputParameters ¶meters)
static InputParameters validParams()