https://mooseframework.inl.gov
Loading...
Searching...
No Matches
INSFVSymmetryPressureBC.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
11#include "InputParameters.h"
12
15
18{
19 auto params = FVFluxBC::validParams();
21 params.addClassDescription("Though not applied to velocity, this object ensures that the "
22 "flux (velocity times the advected quantity) into a "
23 "symmetry boundary is zero. When applied to pressure for the mass "
24 "equation, this makes the normal velocity zero since density is "
25 "constant");
26 return params;
27}
28
33
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("NavierStokesApp", INSFVSymmetryPressureBC)
static InputParameters validParams()
A parent class for INSFV symmetry boundary conditions.
static InputParameters validParams()
A symmetry boundary condition for the pressure variable.
static InputParameters validParams()
INSFVSymmetryPressureBC(const InputParameters &params)