Go to the documentation of this file.
19 params.addClassDescription(
"This class computes the inviscid flux in the mass equation.");
31 return -(mom * _grad_test[_i][_qp]);
70 return -_phi[_j][_qp] * _grad_test[_i][_qp](m - 1);
76 mooseError(
"Should not get here!");
bool isNSVariable(unsigned var)
Helper functions for mapping Moose variable numberings into the "canonical" numbering for the compres...
InputParameters validParams< NSKernel >()
NSMassInviscidFlux(const InputParameters ¶meters)
const VariableValue & _rho_w
virtual Real computeQpResidual()
registerMooseObject("NavierStokesApp", NSMassInviscidFlux)
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const VariableValue & _rho_u
const VariableValue & _rho_v
This class couples together all the variables for the compressible Navier-Stokes equations to allow t...
InputParameters validParams< NSMassInviscidFlux >()
virtual Real computeQpJacobian()
unsigned mapVarNumber(unsigned var)