Go to the documentation of this file.
19 params.addClassDescription(
20 "Derived instance of the NSViscousFluxBase class for the momentum equations.");
21 params.addRequiredParam<
unsigned int>(
"component",
"");
26 :
NSKernel(parameters), _component(getParam<unsigned int>(
"component")), _vst_derivs(*this)
40 return vec * _grad_test[_i][_qp];
54 for (
unsigned int ell = 0; ell < LIBMESH_DIM; ++ell)
74 for (
unsigned ell = 0; ell < LIBMESH_DIM; ++ell)
bool isNSVariable(unsigned var)
Helper functions for mapping Moose variable numberings into the "canonical" numbering for the compres...
InputParameters validParams< NSKernel >()
virtual Real computeQpResidual()
NSMomentumViscousFlux(const InputParameters ¶meters)
Real dtau(unsigned k, unsigned ell, unsigned m)
The primary interface for computing viscous stress tensor derivatives.
const MaterialProperty< RealTensorValue > & _viscous_stress_tensor
NSViscStressTensorDerivs< NSMomentumViscousFlux > _vst_derivs
registerMooseObject("NavierStokesApp", NSMomentumViscousFlux)
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
InputParameters validParams< NSMomentumViscousFlux >()
This class couples together all the variables for the compressible Navier-Stokes equations to allow t...
const unsigned int _component
virtual Real computeQpJacobian()
Derived instance of the NSViscousFluxBase class for the momentum equations.
unsigned mapVarNumber(unsigned var)