25 "Implements the advection term for the Navier Stokes energy equation.");
32 _rho(coupledValue(
"rho")),
33 _rho_u(coupledValue(
"rho_u")),
34 _rho_v(isCoupled(
"rho_v") ? coupledValue(
"rho_v") : _zero),
35 _rho_w(isCoupled(
"rho_w") ? coupledValue(
"rho_w") : _zero),
36 _enthalpy(coupledValue(
"enthalpy"))
static InputParameters validParams()
TotalEnergyConvectiveFlux(const InputParameters ¶meters)
const VariableValue & _rho_v
virtual Real computeQpJacobian()
registerMooseObject("NavierStokesApp", TotalEnergyConvectiveFlux)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableTestGradient & _grad_test
const VariableValue & _rho_w
static InputParameters validParams()
A kernel for computing total energy convective flux.
virtual Real computeQpResidual()
const VariableValue & _rho_u
Momentum.
const VariableValue & _enthalpy
Enthalpy.