18 params.
addParam<Real>(
"Coefficient", 1,
"The coefficient for the time derivative kernel");
registerMooseObject("MooseApp", CoefTimeDerivative)
Time derivative term multiplied by a coefficient.
Real _coef
The coefficient the time derivative is multiplied with.
virtual Real computeQpJacobian()
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
virtual Real computeQpResidual()
Compute this Kernel's contribution to the residual at the current quadrature point.
CoefTimeDerivative(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
static InputParameters validParams()