22 "Implements the advective term of the Navier Stokes momentum equation.");
29 _vel_x(coupledValue(
"vel_x")),
30 _vel_y(isCoupled(
"vel_y") ? coupledValue(
"vel_y") : _zero),
31 _vel_z(isCoupled(
"vel_z") ? coupledValue(
"vel_z") : _zero)
static InputParameters validParams()
const VariableValue & _vel_y
static InputParameters validParams()
registerMooseObject("NavierStokesApp", MomentumConvectiveFlux)
virtual Real computeQpResidual()
Momentum convective flux: .
const VariableValue & _vel_x
virtual Real computeQpJacobian()
const VariableValue & _vel_z
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableTestGradient & _grad_test
MomentumConvectiveFlux(const InputParameters ¶meters)