Go to the documentation of this file.
19 params.addClassDescription(
"This class computes momentum equation residual and Jacobian viscous "
20 "contributions for the 'Laplacian' form of the governing equations.");
33 return _mu[_qp] * (_grad_u[_qp] * _grad_test[_i][_qp]);
40 return _mu[_qp] * (_grad_phi[_j][_qp] * _grad_test[_i][_qp]);
InputParameters validParams< INSMomentumBase >()
This class computes the momentum equation residual and Jacobian contributions for the incompressible ...
const MaterialProperty< Real > & _mu