Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NSMomentumInviscidSpecifiedNormalFlowBC >()
Definition at line 18 of file NSMomentumInviscidSpecifiedNormalFlowBC.C.
21 params.addClassDescription(
"Momentum equation boundary condition in which pressure is specified "
22 "(given) and the value of the convective part is allowed to vary (is "
23 "computed implicitly).");
25 params.addRequiredParam<Real>(
26 "rhou_udotn",
"The _component'th entry of the (rho*u)(u.n) vector for this boundary");