Go to the source code of this file.
◆ validParams< NSNoPenetrationBC >()
Definition at line 16 of file NSNoPenetrationBC.C.
18 InputParameters params = validParams<MooseObject>();
19 params.addClassDescription(
20 "This class facilitates adding solid wall 'no penetration' BCs for the Euler equations.");
21 params.addRequiredParam<std::vector<BoundaryName>>(
22 "boundary",
"The list of boundary IDs from the mesh where this boundary condition applies");
23 params.addRequiredParam<UserObjectName>(
"fluid_properties",
24 "The name of the user object for fluid properties");
27 params.registerBase(
"NSNoPenetrationBC");