21 params.
addParam<Real>(
"coefficient", 1.0,
"Coefficient of the term");
27 :
ReactionTempl<is_ad>(parameters), _coef(this->template getParam<Real>(
"coefficient"))
43 "In ADCoefReaction, computeQpJacobian should not be called. Check computeJacobian "
registerMooseObjectReplaced("MooseApp", CoefReaction, "01/01/2027 00:00", Reaction)
Moose::GenericType< Real, is_ad > GenericReal
static InputParameters validParams()
virtual GenericReal< is_ad > computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
CoefReactionTempl(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
Implements a simple consuming reaction term with weak form $(\psi_i, \lambda u_h)$.
virtual GenericReal< is_ad > computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
static InputParameters validParams()
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.