www.mooseframework.org
Functions
AllenCahn.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
AllenCahn   
)

◆ validParams< AllenCahn >()

template<>
InputParameters validParams< AllenCahn > ( )

Definition at line 16 of file AllenCahn.C.

17 {
18  InputParameters params = ACBulk<Real>::validParams();
19  params.addClassDescription("Allen-Cahn Kernel that uses a DerivativeMaterial Free Energy");
20  params.addRequiredParam<MaterialPropertyName>(
21  "f_name", "Base name of the free energy function F defined in a DerivativeParsedMaterial");
22  return params;
23 }
ACBulk::validParams
static InputParameters validParams()
Definition: ACBulk.h:74