23 "advection term of the momentum equation is integrated by parts");
30 _mu(getMaterialProperty<
Real>(
"dynamic_viscosity")),
31 _mu_t(getMaterialProperty<
Real>(
"turbulence_viscosity")),
32 _component(getParam<unsigned>(
"component"))
const VariableTestValue & _test
const VariableValue & _porosity
const MooseArray< Point > & _normals
virtual Real computeQpResidual() override
registerMooseObjectRenamed("NavierStokesApp", FluidWallMomentumBC, "02/01/2024 00:00", INSFEFluidWallMomentumBC)
const VariableGradient & _grad_u
registerMooseObject("NavierStokesApp", INSFEFluidWallMomentumBC)
unsigned _pressure_var_number
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const VariablePhiValue & _phi
const MaterialProperty< Real > & _mu
const VariablePhiGradient & _grad_phi
static InputParameters validParams()
This class couples together all the variables for the 3D fluid equations to allow them to be used in ...
static const std::string porosity
static InputParameters validParams()
INSFEFluidWallMomentumBC(const InputParameters ¶meters)
const VariableValue & _pressure
Implicitly sets normal component of velocity to zero if the advection term of the momentum equation i...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< Real > & _mu_t
virtual Real computeQpJacobian() override