www.mooseframework.org
Functions
PFCRFFMaterial.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
PFCRFFMaterial   
)

◆ validParams< PFCRFFMaterial >()

template<>
InputParameters validParams< PFCRFFMaterial > ( )

Definition at line 16 of file PFCRFFMaterial.C.

17 {
18  InputParameters params = validParams<Material>();
19  params.addRequiredParam<unsigned int>(
20  "num_L", "specifies the number of complex L variables will be solved for");
21  return params;
22 }