19 "Derived instance of the NSViscousFluxBase class for the momentum equations.");
25 :
NSKernel(parameters), _component(getParam<unsigned
int>(
"component")), _vst_derivs(*this)
53 for (
unsigned int ell = 0; ell < LIBMESH_DIM; ++ell)
73 for (
unsigned ell = 0; ell < LIBMESH_DIM; ++ell)
registerMooseObject("NavierStokesApp", NSMomentumViscousFlux)
void ErrorVector unsigned int
const VariableTestGradient & _grad_test
virtual const OutputTools< Real >::VariableValue & value()
This class couples together all the variables for the compressible Navier-Stokes equations to allow t...
unsigned mapVarNumber(unsigned var)
bool isNSVariable(unsigned var)
Helper functions for mapping Moose variable numberings into the "canonical" numbering for the compres...
static InputParameters validParams()
const MaterialProperty< RealTensorValue > & _viscous_stress_tensor
Derived instance of the NSViscousFluxBase class for the momentum equations.
const unsigned int _component
NSViscStressTensorDerivs< NSMomentumViscousFlux > _vst_derivs
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
virtual Real computeQpJacobian()
virtual Real computeQpResidual()
NSMomentumViscousFlux(const InputParameters ¶meters)
static InputParameters validParams()
Real dtau(unsigned k, unsigned ell, unsigned m)
The primary interface for computing viscous stress tensor derivatives.