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)
registerMooseObject("NavierStokesApp", MassConvectiveFlux)
const VariablePhiValue & _phi
static InputParameters validParams()
const VariableTestGradient & _grad_test
static InputParameters validParams()
const VariableValue & _vel_z
MassConvectiveFlux(const InputParameters ¶meters)
virtual Real computeQpResidual()
virtual Real computeQpJacobian()
const VariableValue & _vel_y
const VariableValue & _vel_x