20 "Compute residual and Jacobian terms form the SUPG terms in the mass equation.");
registerMooseObject("NavierStokesApp", NSSUPGMass)
const VariablePhiValue & _phi
const VariablePhiGradient & _grad_phi
const VariableTestGradient & _grad_test
unsigned mapVarNumber(unsigned var)
bool isNSVariable(unsigned var)
Helper functions for mapping Moose variable numberings into the "canonical" numbering for the compres...
This class acts as a base class for stabilization kernels.
const VariableValue & _d_rhowdot_du
const VariableValue & _d_rhovdot_du
static InputParameters validParams()
const MaterialProperty< std::vector< Real > > & _strong_residuals
const MaterialProperty< Real > & _taum
const VariableValue & _d_rhoudot_du
const MaterialProperty< std::vector< RealTensorValue > > & _calA
Compute residual and Jacobian terms form the SUPG terms in the mass equation.
virtual Real computeQpResidual()
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
Real computeJacobianHelper(unsigned var)
virtual Real computeQpJacobian()
NSSUPGMass(const InputParameters ¶meters)