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

Go to the source code of this file.

Classes

class  IsolatedBoundingBoxIC
 IsolatedBoundingBoxIC creates several isolated boxes defined by their coordinates in the domain. More...
 

Functions

template<>
InputParameters validParams< IsolatedBoundingBoxIC > ()
 

Function Documentation

◆ 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