www.mooseframework.org
phase_field
include
materials
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
}
Generated on Sat Jan 25 2020 12:04:50 for www.mooseframework.org by
1.8.16