www.mooseframework.org
Functions
SimpleACInterface.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
SimpleACInterface   
)

◆ validParams< SimpleACInterface >()

template<>
InputParameters validParams< SimpleACInterface > ( )

Definition at line 16 of file SimpleACInterface.C.

17 {
18  InputParameters params = validParams<Kernel>();
19  params.addClassDescription(
20  "Gradient energy for Allen-Cahn Kernel with constant Mobility and Interfacial parameter");
21  params.addParam<MaterialPropertyName>("mob_name", "L", "The mobility used with the kernel");
22  params.addParam<MaterialPropertyName>("kappa_name", "kappa_op", "The kappa used with the kernel");
23  return params;
24 }