www.mooseframework.org
Functions
NSMomentumPressureWeakStagnationBC.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("NavierStokesApp", NSMomentumPressureWeakStagnationBC)
 
template<>
InputParameters validParams< NSMomentumPressureWeakStagnationBC > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSMomentumPressureWeakStagnationBC   
)

◆ validParams< NSMomentumPressureWeakStagnationBC >()

template<>
InputParameters validParams< NSMomentumPressureWeakStagnationBC > ( )

Definition at line 16 of file NSMomentumPressureWeakStagnationBC.C.

17 {
18  InputParameters params = validParams<NSWeakStagnationBaseBC>();
19  params.addClassDescription("This class implements the pressure term of the momentum equation "
20  "boundary integral for use in weak stagnation boundary conditions.");
21  params.addRequiredParam<unsigned int>(
22  "component", "(0,1,2) = (x,y,z) for which momentum component this BC is applied to");
23  return params;
24 }
validParams< NSWeakStagnationBaseBC >
InputParameters validParams< NSWeakStagnationBaseBC >()
Definition: NSWeakStagnationBaseBC.C:18