17 params.addClassDescription(
"Adds the supg stabilization to the INS momentum equation"););
19 template <ComputeStage compute_stage>
21 : ADVectorKernelSUPG<compute_stage>(parameters),
22 _momentum_strong_residual(getADMaterialProperty<RealVectorValue>(
"momentum_strong_residual"))
26 template <ComputeStage compute_stage>
30 return _momentum_strong_residual[_qp];