www.mooseframework.org
Functions
PFCRFFKernelAction.C File Reference

Go to the source code of this file.

Functions

 registerMooseAction ("PhaseFieldApp", PFCRFFKernelAction, "add_kernel")
 
template<>
InputParameters validParams< PFCRFFKernelAction > ()
 

Function Documentation

◆ registerMooseAction()

registerMooseAction ( "PhaseFieldApp"  ,
PFCRFFKernelAction  ,
"add_kernel"   
)

◆ validParams< PFCRFFKernelAction >()

template<>
InputParameters validParams< PFCRFFKernelAction > ( )

Definition at line 19 of file PFCRFFKernelAction.C.

20 {
21  InputParameters params = validParams<HHPFCRFFSplitKernelAction>();
22  params.addParam<Real>("a", 1.0, "Parameter in the Taylor series expansion");
23  params.addParam<Real>("b", 1.0, "Parameter in the Taylor series expansion");
24  params.addParam<Real>("c", 1.0, "Parameter in the Taylor series expansion");
25  return params;
26 }
validParams< HHPFCRFFSplitKernelAction >
InputParameters validParams< HHPFCRFFSplitKernelAction >()
Definition: HHPFCRFFSplitKernelAction.C:19