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

Go to the source code of this file.

Classes

class  NSMomentumInviscidBC
 This class corresponds to the inviscid part of the "natural" boundary condition for the momentum equations, i.e. More...
 

Functions

template<>
InputParameters validParams< NSMomentumInviscidBC > ()
 

Function Documentation

◆ validParams< NSMomentumInviscidBC >()

template<>
InputParameters validParams< NSMomentumInviscidBC > ( )

Definition at line 14 of file NSMomentumInviscidBC.C.

15 {
16  InputParameters params = validParams<NSIntegratedBC>();
17  params.addClassDescription("his class corresponds to the inviscid part of the 'natural' boundary "
18  "condition for the momentum equations.");
19  params.addRequiredParam<unsigned>(
20  "component", "(0,1,2) = (x,y,z) for which momentum component this BC is applied to");
21  return params;
22 }

Referenced by validParams< NSMomentumInviscidNoPressureImplicitFlowBC >(), validParams< NSMomentumInviscidSpecifiedNormalFlowBC >(), and validParams< NSMomentumInviscidSpecifiedPressureBC >().

validParams< NSIntegratedBC >
InputParameters validParams< NSIntegratedBC >()
Definition: NSIntegratedBC.C:22