Go to the documentation of this file.
19 params.addClassDescription(
"This class computes momentum equation residual and Jacobian viscous "
20 "contributions for the 'traction' form of the governing equations.");
33 RealVectorValue tau_row;
56 mooseError(
"Unrecognized _component requested.");
60 return _mu[_qp] * (tau_row * _grad_test[_i][_qp]);
68 return _mu[_qp] * (_grad_phi[_j][_qp] * _grad_test[_i][_qp] +
77 return _mu[_qp] * _grad_phi[_j][_qp](
_component) * _grad_test[_i][_qp](0);
80 return _mu[_qp] * _grad_phi[_j][_qp](
_component) * _grad_test[_i][_qp](1);
83 return _mu[_qp] * _grad_phi[_j][_qp](
_component) * _grad_test[_i][_qp](2);
InputParameters validParams< INSMomentumBase >()
unsigned _u_vel_var_number
const VariableGradient & _grad_w_vel
unsigned _v_vel_var_number
const VariableGradient & _grad_u_vel
unsigned _w_vel_var_number
const VariableGradient & _grad_v_vel
This class computes the momentum equation residual and Jacobian contributions for the incompressible ...
const MaterialProperty< Real > & _mu