29 virtual void execute()
override;
const InputParameters & parameters() const
Get the parameters of the object.
This postprocessor computes a side integral of the specified variable over a given boundary.
virtual void execute() override
Execute method.
virtual Real computeQpIntegral()=0
virtual void threadJoin(const UserObject &y) override
Must override.
virtual void finalize() override
Finalize.
virtual Real computeIntegral()
static InputParameters validParams()
virtual Real getValue() const
Returns the integral value.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
Base class for user objects executed one or more sidesets, which may be on the outer boundary of the ...
Base class for user-specific data.