www.mooseframework.org
Functions
IsolatedBoundingBoxIC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
IsolatedBoundingBoxIC   
)

◆ validParams< IsolatedBoundingBoxIC >()

template<>
InputParameters validParams< IsolatedBoundingBoxIC > ( )

Definition at line 17 of file IsolatedBoundingBoxIC.C.

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