19 "Adds a dirichlet BC for a velocity parallel to the normal direction. A positive dirichlet "
20 "value would denote outflow, while negative denotes inflow.");
21 params.
renameParam(
"functor",
"normal_velocity",
"The velocity in the normal direction");
26 "The velocity component this object is acting on. We will multiply the prescribed normal "
27 "velocity by the corresponding face normal component");
registerMooseObject("NavierStokesApp", LinearFVNormalVelocityFunctorDirichletBC)
Base class for THM components.
const Point & normal() const
virtual Real computeBoundaryValue() const override
static InputParameters validParams()
const FaceInfo * _current_face_info
Adds a dirichlet BC for prescribing a velocity parallel to the boundary face normal direction; this b...
virtual Real computeBoundaryValue() const override
static InputParameters validParams()
enum LinearFVNormalVelocityFunctorDirichletBC::Component _component
LinearFVNormalVelocityFunctorDirichletBC(const InputParameters ¶meters)
Class constructor.