Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NSPressureNeumannBC >()
Definition at line 18 of file NSPressureNeumannBC.C.
22 params.addClassDescription(
"This kernel is appropriate for use with a 'zero normal flow' "
23 "boundary condition in the context of the Euler equations.");
24 params.addRequiredCoupledVar(
NS::pressure,
"The current value of the pressure");
25 params.addRequiredParam<
unsigned>(
26 "component",
"(0,1,2) = (x,y,z) for which momentum component this BC is applied to");