https://mooseframework.inl.gov
navier_stokes
src
fvbcs
PINSFVSymmetryVelocityBC.C
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
#include "
PINSFVSymmetryVelocityBC.h
"
11
12
registerMooseObject
(
"NavierStokesApp"
,
PINSFVSymmetryVelocityBC
);
13
14
InputParameters
15
PINSFVSymmetryVelocityBC::validParams
()
16
{
17
return
INSFVSymmetryVelocityBC::validParams
();
18
}
19
20
PINSFVSymmetryVelocityBC::PINSFVSymmetryVelocityBC
(
const
InputParameters
& params)
21
:
INSFVSymmetryVelocityBC
(params)
22
{
23
}
InputParameters
PINSFVSymmetryVelocityBC::PINSFVSymmetryVelocityBC
PINSFVSymmetryVelocityBC(const InputParameters ¶ms)
Definition:
PINSFVSymmetryVelocityBC.C:20
PINSFVSymmetryVelocityBC
A symmetry boundary condition for the superficial velocity.
Definition:
PINSFVSymmetryVelocityBC.h:18
PINSFVSymmetryVelocityBC::validParams
static InputParameters validParams()
Definition:
PINSFVSymmetryVelocityBC.C:15
PINSFVSymmetryVelocityBC.h
INSFVSymmetryVelocityBC::validParams
static InputParameters validParams()
Definition:
INSFVSymmetryVelocityBC.C:15
registerMooseObject
registerMooseObject("NavierStokesApp", PINSFVSymmetryVelocityBC)
INSFVSymmetryVelocityBC
A class for setting a symmetry boundary condition on the velocity.
Definition:
INSFVSymmetryVelocityBC.h:19
Generated on Fri Jul 18 2025 13:43:04 for https://mooseframework.inl.gov by
1.8.14