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

Go to the source code of this file.

Classes

class  AddNavierStokesKernelsAction
 This class allows us to have a section of the input file like the following which automatically adds Kernels and AuxKernels for all the required nonlinear and auxiliary variables. More...
 

Functions

template<>
InputParameters validParams< AddNavierStokesKernelsAction > ()
 

Function Documentation

◆ validParams< AddNavierStokesKernelsAction >()

template<>
InputParameters validParams< AddNavierStokesKernelsAction > ( )

Definition at line 21 of file AddNavierStokesKernelsAction.C.

22 {
23  InputParameters params = validParams<NSAction>();
24  params.addClassDescription("This class allows us to have a section of the input file like the "
25  "following which automatically adds Kernels and AuxKernels for all "
26  "the required nonlinear and auxiliary variables.");
27  params.addRequiredParam<UserObjectName>("fluid_properties",
28  "The name of the user object for fluid properties");
29  return params;
30 }
validParams< NSAction >
InputParameters validParams< NSAction >()
Definition: NSAction.C:19