www.mooseframework.org
Functions
CHInterface.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
CHInterface   
)

◆ validParams< CHInterface >()

template<>
InputParameters validParams< CHInterface > ( )

Definition at line 16 of file CHInterface.C.

17 {
18  InputParameters params = CHInterfaceBase<Real>::validParams();
19  params.addClassDescription(
20  "Gradient energy Cahn-Hilliard Kernel with a scalar (isotropic) mobility");
21  return params;
22 }
CHInterfaceBase::validParams
static InputParameters validParams()
Definition: CHInterfaceBase.h:100