www.mooseframework.org
Functions
NestedBoundingBoxIC.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", NestedBoundingBoxIC)
 
template<>
InputParameters validParams< NestedBoundingBoxIC > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
NestedBoundingBoxIC   
)

◆ validParams< NestedBoundingBoxIC >()

template<>
InputParameters validParams< NestedBoundingBoxIC > ( )

Definition at line 17 of file NestedBoundingBoxIC.C.

18 {
19  InputParameters params = validParams<SmoothMultiBoundingBoxBaseIC>();
20  params.addClassDescription("Specify variable values inside a list of nested boxes shaped "
21  "axis-aligned regions defined by pairs of opposing corners");
22  params.addParam<Real>("outside", 0.0, "The value of the variable outside the largest boxes");
23  return params;
24 }
validParams< SmoothMultiBoundingBoxBaseIC >
InputParameters validParams< SmoothMultiBoundingBoxBaseIC >()
Definition: SmoothMultiBoundingBoxBaseIC.C:15