www.mooseframework.org
Functions
NSMomentumConvectiveWeakStagnationBC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSMomentumConvectiveWeakStagnationBC   
)

◆ validParams< NSMomentumConvectiveWeakStagnationBC >()

template<>
InputParameters validParams< NSMomentumConvectiveWeakStagnationBC > ( )

Definition at line 16 of file NSMomentumConvectiveWeakStagnationBC.C.

17 {
18  InputParameters params = validParams<NSWeakStagnationBaseBC>();
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");
24  return params;
25 }
validParams< NSWeakStagnationBaseBC >
InputParameters validParams< NSWeakStagnationBaseBC >()
Definition: NSWeakStagnationBaseBC.C:18