www.mooseframework.org
Functions
ClosePackIC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
ClosePackIC   
)

◆ validParams< ClosePackIC >()

template<>
InputParameters validParams< ClosePackIC > ( )

Definition at line 20 of file ClosePackIC.C.

21 {
22  InputParameters params = validParams<SmoothCircleBaseIC>();
23  params.addClassDescription("Close packed arrangement of smooth circles");
24  params.addRequiredParam<Real>("radius", "The radius of a circle");
25  return params;
26 }
validParams< SmoothCircleBaseIC >
InputParameters validParams< SmoothCircleBaseIC >()
Definition: SmoothCircleBaseIC.C:18