Go to the source code of this file.
◆ registerMooseAction()
◆ validParams< AddNavierStokesKernelsAction >()
Definition at line 21 of file AddNavierStokesKernelsAction.C.
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");