https://mooseframework.inl.gov
navier_stokes
include
linearfvbcs
LinearFVNormalVelocityFunctorDirichletBC.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
LinearFVAdvectionDiffusionFunctorDirichletBC.h
"
13
19
class
LinearFVNormalVelocityFunctorDirichletBC
:
public
LinearFVAdvectionDiffusionFunctorDirichletBC
20
{
21
public
:
26
LinearFVNormalVelocityFunctorDirichletBC
(
const
InputParameters
&
parameters
);
27
28
static
InputParameters
validParams
();
29
30
virtual
Real
computeBoundaryValue
()
const override
;
31
32
protected
:
34
const
enum
Component
:
int
{
X
= 0,
Y
,
Z
}
_component
;
35
};
LinearFVNormalVelocityFunctorDirichletBC::computeBoundaryValue
virtual Real computeBoundaryValue() const override
Definition:
LinearFVNormalVelocityFunctorDirichletBC.C:39
LinearFVAdvectionDiffusionFunctorDirichletBC::parameters
const InputParameters & parameters() const
LinearFVNormalVelocityFunctorDirichletBC::Z
Definition:
LinearFVNormalVelocityFunctorDirichletBC.h:34
InputParameters
LinearFVNormalVelocityFunctorDirichletBC::X
Definition:
LinearFVNormalVelocityFunctorDirichletBC.h:34
LinearFVNormalVelocityFunctorDirichletBC
Adds a dirichlet BC for prescribing a velocity parallel to the boundary face normal direction; this b...
Definition:
LinearFVNormalVelocityFunctorDirichletBC.h:19
LinearFVNormalVelocityFunctorDirichletBC::LinearFVNormalVelocityFunctorDirichletBC
LinearFVNormalVelocityFunctorDirichletBC(const InputParameters ¶meters)
Class constructor.
Definition:
LinearFVNormalVelocityFunctorDirichletBC.C:31
LinearFVNormalVelocityFunctorDirichletBC::validParams
static InputParameters validParams()
Definition:
LinearFVNormalVelocityFunctorDirichletBC.C:15
LinearFVNormalVelocityFunctorDirichletBC::Component
Component
The velocity component this Dirichlet condition object is for.
Definition:
LinearFVNormalVelocityFunctorDirichletBC.h:34
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
LinearFVNormalVelocityFunctorDirichletBC::Y
Definition:
LinearFVNormalVelocityFunctorDirichletBC.h:34
LinearFVNormalVelocityFunctorDirichletBC::_component
enum LinearFVNormalVelocityFunctorDirichletBC::Component _component
LinearFVAdvectionDiffusionFunctorDirichletBC.h
LinearFVAdvectionDiffusionFunctorDirichletBC
Generated on Wed Jun 24 2026 08:24:28 for https://mooseframework.inl.gov by
1.8.14