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

Go to the source code of this file.

Classes

class  SlopeReconstructionMultiD
 Multi-dimensional piecewise linear slope reconstruction to get the slopes of cell average variables. More...
 

Functions

template<>
InputParameters validParams< SlopeReconstructionMultiD > ()
 

Function Documentation

◆ validParams< SlopeReconstructionMultiD >()

template<>
InputParameters validParams< SlopeReconstructionMultiD > ( )

Definition at line 14 of file SlopeReconstructionMultiD.C.

15 {
16  InputParameters params = validParams<SlopeReconstructionBase>();
17 
18  params.addRequiredParam<std::vector<BoundaryName>>("boundary_list", "List of boundary IDs");
19 
20  params.addRequiredParam<std::vector<UserObjectName>>(
21  "boundary_condition_user_object_list", "List of boundary condition user object names");
22 
23  return params;
24 }
validParams< SlopeReconstructionBase >
InputParameters validParams< SlopeReconstructionBase >()
Definition: SlopeReconstructionBase.C:17