Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< NSMomentumConvectiveWeakStagnationBC >()
Definition at line 16 of file NSMomentumConvectiveWeakStagnationBC.C.
19 params.addClassDescription(
"The convective part (sans pressure term) of the momentum equation "
20 "boundary integral evaluated at specified stagnation temperature, "
21 "stagnation pressure, and flow direction values.");
22 params.addRequiredParam<
unsigned>(
23 "component",
"(0,1,2) = (x,y,z) for which momentum component this BC is applied to");