www.mooseframework.org
Classes | Functions
HHPFCRFF.h File Reference

Go to the source code of this file.

Classes

class  HHPFCRFF
 TODO: This Kernel needs Documentation!!! More...
 

Functions

template<>
InputParameters validParams< HHPFCRFF > ()
 

Function Documentation

◆ validParams< HHPFCRFF >()

template<>
InputParameters validParams< HHPFCRFF > ( )

Definition at line 16 of file HHPFCRFF.C.

17 {
18  InputParameters params = validParams<KernelValue>();
19  params.addClassDescription("Reaction type kernel for the RFF phase fit crystal model");
20  params.addCoupledVar("coupled_var",
21  "The name of the coupled variable, if one is used in the kernel");
22  params.addRequiredParam<MaterialPropertyName>(
23  "prop_name", "Name of material property to be used in the kernel");
24  params.addRequiredParam<bool>(
25  "positive", "If the kernel is positive, this is true, if negative, it is false");
26  return params;
27 }