19 params.
addCoupledVar(
"vel_y",
"y-component of the velocity vector");
20 params.
addCoupledVar(
"vel_z",
"z-component of the velocity vector");
21 params.
addClassDescription(
"Implements the advection term for the Navier Stokes mass equation.");
28 _vel_x(coupledValue(
"vel_x")),
29 _vel_y(isCoupled(
"vel_y") ? coupledValue(
"vel_y") : _zero),
30 _vel_z(isCoupled(
"vel_z") ? coupledValue(
"vel_z") : _zero)
MassConvectiveFlux(const InputParameters ¶meters)
static InputParameters validParams()
const VariableValue & _vel_y
static InputParameters validParams()
virtual Real computeQpJacobian()
registerMooseObject("NavierStokesApp", MassConvectiveFlux)
const VariableValue & _vel_x
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpResidual()
const VariableTestGradient & _grad_test
const VariableValue & _vel_z
const VariablePhiValue & _phi