19 "Residual contribution of ODE from the time derivative of a coupled variable.");
25 :
ODETimeKernel(parameters), _v_dot(coupledScalarDot(
"v")), _dv_dot_dv(coupledScalarDotDu(
"v"))
registerMooseObject("MooseApp", CoupledODETimeDerivative)
CoupledODETimeDerivative(const InputParameters ¶meters)
virtual Real computeQpResidual() override
const VariableValue & _dv_dot_dv
const VariableValue & _v_dot
virtual Real computeQpJacobian() override
static InputParameters validParams()
Base class for ODEKernels that contribute to the time residual vector.
static InputParameters validParams()