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

Go to the source code of this file.

Classes

class  PFCRFFMaterial
 

Functions

template<>
InputParameters validParams< PFCRFFMaterial > ()
 

Function Documentation

◆ 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 }