17 params.addClassDescription(
"Adds the convective term to the INS momentum equation"););
19 template <ComputeStage compute_stage>
21 : ADVectorKernelValue<compute_stage>(parameters),
22 _convective_strong_residual(
23 getADMaterialProperty<RealVectorValue>(
"convective_strong_residual"))
27 template <ComputeStage compute_stage>
31 return _convective_strong_residual[_qp];