https://mooseframework.inl.gov
Loading...
Searching...
No Matches
INSFEMomentumFreeSlipBC.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
14 MDMomentumFreeSlipBC,
15 "02/01/2024 00:00",
17
20{
22 params.renameCoupledVar("rho_u", "u", "x-component of velocity");
23 params.renameCoupledVar("rho_v", "v", "y-component of velocity");
24 params.renameCoupledVar("rho_w", "w", "z-component of velocity");
25 return params;
26}
27
registerMooseObjectRenamed("NavierStokesApp", MDMomentumFreeSlipBC, "02/01/2024 00:00", INSFEMomentumFreeSlipBC)
registerMooseObject("NavierStokesApp", INSFEMomentumFreeSlipBC)
Boundary condition for free slip wall boundary specifically applied to privitive velocity variables.
INSFEMomentumFreeSlipBC(const InputParameters &parameters)
static InputParameters validParams()
void renameCoupledVar(const std::string &old_name, const std::string &new_name, const std::string &new_docstring)
Boundary condition that applies free slip condition at nodes.
static InputParameters validParams()