19 "Time derivative Kernel that acts on a coupled vector variable. Weak form: "
20 "$(\\vec{\\psi}_i, \\frac{\\partial \\vec{v_h}}{\\partial t})$.");
27 _v_dot(coupledVectorDot(
"v")),
28 _dv_dot(coupledVectorDotDu(
"v")),
registerMooseObject("MooseApp", VectorCoupledTimeDerivative)
unsigned int _qp
The current quadrature point index.
unsigned int _j
current index for the shape function
unsigned int _i
current index for the test function
This calculates the time derivative for a coupled vector variable.
const VariableValue & _dv_dot
VectorCoupledTimeDerivative(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
This is the virtual that derived classes should override for computing an off-diagonal Jacobian compo...
const unsigned int _v_var
const VectorVariableValue & _v_dot
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
const VectorVariableTestValue & _test
the current test function
static InputParameters validParams()
const VectorVariablePhiValue & _phi
the current shape functions