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