28 virtual void execute()
override;
static InputParameters validParams()
virtual void threadJoin(const UserObject &y) override
Must override.
This postprocessor computes an integral of the diffusive flux over an interface.
InterfaceDiffusiveFluxAverageTempl< false > InterfaceDiffusiveFluxAverage
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
InterfaceDiffusiveFluxAverageTempl(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const InputParameters & parameters() const
Get the parameters of the object.
virtual void finalize() override
Finalize.
Base class for user-specific data.
InterfaceDiffusiveFluxAverageTempl< true > ADInterfaceDiffusiveFluxAverage
virtual void execute() override
Execute method.