Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NSStaticPressureOutletBC >()
Definition at line 16 of file NSStaticPressureOutletBC.C.
18 InputParameters params = validParams<MooseObject>();
19 params.addClassDescription(
"This class facilitates adding specified static pressure outlet BCs "
20 "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<Real>(
"specified_pressure",
"The specifed static pressure");
24 params.addRequiredParam<UserObjectName>(
"fluid_properties",
25 "The name of the user object for fluid properties");
28 params.registerBase(
"NSStaticPressureOutletBC");