21 "Residual contribution to an ODE from a source function acting at nodes.");
27 :
NodalKernel(parameters), _func(getFunction(
"function"))
registerMooseObjectDeprecated("MooseApp", UserForcingFunctionNodalKernel, "01/01/2026 00:00")
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,...
const Node *const & _current_node
current node being processed
Base class for creating nodal kernels with hand-coded Jacobians.
static InputParameters validParams()
Class constructor.
Represents the rate in a simple ODE of du/dt = f.
static InputParameters validParams()
Constructor grabs the Function.
UserForcingFunctionNodalKernel(const InputParameters ¶meters)
virtual Real computeQpResidual() override
The user can override this function to compute the residual at a node.