www.mooseframework.org
Functions
NSMomentumInviscidSpecifiedNormalFlowBC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "NavierStokesApp"  ,
NSMomentumInviscidSpecifiedNormalFlowBC   
)

◆ validParams< NSMomentumInviscidSpecifiedNormalFlowBC >()

template<>
InputParameters validParams< NSMomentumInviscidSpecifiedNormalFlowBC > ( )

Definition at line 18 of file NSMomentumInviscidSpecifiedNormalFlowBC.C.

19 {
20  InputParameters params = validParams<NSMomentumInviscidBC>();
21  params.addClassDescription("Momentum equation boundary condition in which pressure is specified "
22  "(given) and the value of the convective part is allowed to vary (is "
23  "computed implicitly).");
24  params.addRequiredCoupledVar(NS::pressure, "pressure");
25  params.addRequiredParam<Real>(
26  "rhou_udotn", "The _component'th entry of the (rho*u)(u.n) vector for this boundary");
27  return params;
28 }
validParams< NSMomentumInviscidBC >
InputParameters validParams< NSMomentumInviscidBC >()
Definition: NSMomentumInviscidBC.C:14
NS::pressure
const std::string pressure
Definition: NS.h:25