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");
virtual Real computeBoundaryValue() const override
virtual Real computeBoundaryValue() const override
static const std::string component
Adds a dirichlet BC for prescribing a velocity parallel to the boundary face normal direction; this b...
LinearFVNormalVelocityFunctorDirichletBC(const InputParameters ¶meters)
Class constructor.
static InputParameters validParams()
Base class for THM components.
const Point & normal() const
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
enum LinearFVNormalVelocityFunctorDirichletBC::Component _component
const FaceInfo * _current_face_info
registerMooseObject("NavierStokesApp", LinearFVNormalVelocityFunctorDirichletBC)