const bool _conservative_form
Whether conservative form to be used for the convection term.
const bool _has_pbc
Whether boundary pressure is specified.
RealVectorValue _vec_g
Gravity vector.
const MaterialProperty< Real > & _mu_t
Turbulent viscosity.
const unsigned _component
The component (x=0, y=1, z=2) of the momentum equation this kernel is applied.
unsigned int _p_branch_var_number
The var number of the branch pressure.
virtual Real computeQpResidual() override
bool _has_pbranch
Whether a (SAM) branch component is connected.
static InputParameters validParams()
const bool _has_vbc
Whether boundary velocity is specified.
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
This class couples together all the variables for the 3D fluid equations to allow them to be used in ...
const VariableValue & _p_branch
The pressure of the connected branch component.
const bool _p_int_by_parts
Whether integration by parts to be used for the pressure gradient term.
Specifies flow of momentum out of a boundary.
Point _branch_center
The location of the center (a reference point) of the connected branch.
const Function * _p_fn
The function that specifies the boundary pressure.
OutputTools< Real >::VariableValue VariableValue
const MaterialProperty< Real > & _mu
Fluid dynamic viscosity.
const VariableValue & _rho_branch
The fluid density of the connected branch component.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Function * _v_fn
The function that specifies the boundary velocity.
INSFEFluidMomentumBC(const InputParameters ¶meters)
const InputParameters & parameters() const
virtual Real computeQpJacobian() override