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

Go to the source code of this file.

Classes

class  AddNavierStokesBCsAction
 This class allows us to have a section of the input file like the following which adds BC objects for each requested boundary condition. More...
 

Functions

template<>
InputParameters validParams< AddNavierStokesBCsAction > ()
 

Function Documentation

◆ validParams< AddNavierStokesBCsAction >()

template<>
InputParameters validParams< AddNavierStokesBCsAction > ( )

Definition at line 22 of file AddNavierStokesBCsAction.C.

23 {
24  InputParameters params = validParams<MooseObjectAction>();
25  params.addClassDescription("This class allows us to have a section of the input file like the "
26  "following which adds BC objects for each requested boundary "
27  "condition.");
28  return params;
29 }