www.mooseframework.org
Functions
SlopeLimitingMultiDBase.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< SlopeLimitingMultiDBase > ()
 

Function Documentation

◆ validParams< SlopeLimitingMultiDBase >()

template<>
InputParameters validParams< SlopeLimitingMultiDBase > ( )

Definition at line 14 of file SlopeLimitingMultiDBase.C.

15 {
16  InputParameters params = validParams<SlopeLimitingBase>();
17 
18  params.addClassDescription("Base class for multi-dimensional slope limiting to limit the slopes "
19  "of cell average variables.");
20 
21  params.addRequiredParam<UserObjectName>("slope_reconstruction",
22  "Name of slope reconstruction user object");
23 
24  return params;
25 }
validParams< SlopeLimitingBase >
InputParameters validParams< SlopeLimitingBase >()
Definition: SlopeLimitingBase.C:20