18 InputParameters params = validParams<Kernel>();
20 params.addClassDescription(
"The penalty term may be used when Dirichlet boundary condition is "
21 "applied to the entire boundary.");
22 params.addParam<Real>(
"penalty", 1e-4,
"Penalty value is used to relax the incompressibility");
30 _penalty(getParam<Real>(
"penalty"))
39 return _penalty * _u[_qp] * _test[_i][_qp];
53 return _penalty * _phi[_j][_qp] * _test[_i][_qp];