23 "Implements free advective flow boundary conditions for the mass equation.");
29 _vel_x(coupledValue(
"vel_x")),
30 _vel_y(_mesh.dimension() >= 2 ? coupledValue(
"vel_y") : _zero),
31 _vel_z(_mesh.dimension() >= 3 ? coupledValue(
"vel_z") : _zero)
const VariableTestValue & _test
virtual Real computeQpResidual()
const VariableValue & _vel_z
const MooseArray< Point > & _normals
static InputParameters validParams()
static InputParameters validParams()
MassFreeBC(const InputParameters ¶meters)
registerMooseObject("NavierStokesApp", MassFreeBC)
const VariableValue & _vel_y
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableValue & _vel_x