registerMooseObject("MooseApp", AreaPostprocessor)
This postprocessor computes the area of a specified block.
virtual void threadJoin(const UserObject &y) override
Must override.
static InputParameters validParams()
AreaPostprocessor(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
This postprocessor computes a surface integral of the specified variable on a sideset on the boundary...
static InputParameters validParams()
Real _integral_value
Holds the postprocessor result, the integral.