17 params.
addRequiredParam<MooseFunctorName>(
"functor",
"The functor to be integrated");
24 _functor(getFunctor<Real>(
"functor"))
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
static InputParameters validParams()
const Moose::Functor< Real > & _functor
Functor to integrate.
virtual Real computeQpIntegral() override
SideIntegralFunctorUserObject(const InputParameters ¶meters)
static InputParameters validParams()
This postprocessor computes a side integral of the specified variable over a given boundary.
static InputParameters validParams()
const unsigned int & _current_side
current side of the current element
const QBase *const & _qrule
const MooseArray< Point > & _q_point
const Elem *const & _current_elem
Moose::StateArg determineState() const
Create a functor state argument that corresponds to the implicit state of this object.
Argument for requesting functor evaluation at quadrature point locations on an element side.