www.mooseframework.org
Classes | Functions
NSMomentumInviscidSpecifiedPressureBC.h File Reference

Go to the source code of this file.

Classes

class  NSMomentumInviscidSpecifiedPressureBC
 Momentum equation boundary condition in which pressure is specified (given) and the value of the convective part is allowed to vary (is computed implicitly). More...
 

Functions

template<>
InputParameters validParams< NSMomentumInviscidSpecifiedPressureBC > ()
 

Function Documentation

◆ 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