www.mooseframework.org
Functions
NSMomentumInviscidSpecifiedPressureBC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSMomentumInviscidSpecifiedPressureBC   
)

◆ validParams< NSMomentumInviscidSpecifiedPressureBC >()

template<>
InputParameters validParams< NSMomentumInviscidSpecifiedPressureBC > ( )

Definition at line 16 of file NSMomentumInviscidSpecifiedPressureBC.C.

17 {
18  InputParameters params = validParams<NSMomentumInviscidBC>();
19  params.addClassDescription("Momentum equation boundary condition in which pressure is specified "
20  "(given) and the value of the convective part is allowed to vary (is "
21  "computed implicitly).");
22  return params;
23 }
validParams< NSMomentumInviscidBC >
InputParameters validParams< NSMomentumInviscidBC >()
Definition: NSMomentumInviscidBC.C:14