22 "$\\frac{\\partial u}{\\partial n}=h(t,\\vec{x})$, " 23 "where $h$ is a (possibly) time and space-dependent MOOSE Function.");
unsigned int _i
i-th, j-th index for enumerating test and shape functions
const Function & _func
The function being used for setting the value.
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
unsigned int _qp
quadrature point index
const MooseArray< Point > & _q_point
active quadrature points
Base class for deriving any boundary condition of a integrated type.
virtual ADReal computeQpResidual() override
Compute this IntegratedBC's contribution to the residual at the current quadrature point...
registerMooseObject("MooseApp", ADFunctionNeumannBC)
static InputParameters validParams()
const ADTemplateVariableTestValue< T > & _test
test function values (in QPs)
ADFunctionNeumannBC(const InputParameters ¶meters)
Boundary condition of a Neumann style whose value is computed by a user-defined function.
virtual Real value(Real t, const Point &p) const
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero...