www.mooseframework.org
phase_field
include
ics
Classes
|
Functions
BndsCalcIC.h File Reference
Go to the source code of this file.
Classes
class
BndsCalcIC
Functions
template<>
InputParameters
validParams< BndsCalcIC >
()
Function Documentation
◆
validParams< BndsCalcIC >()
template<>
InputParameters
validParams
<
BndsCalcIC
>
(
)
Definition at line
17
of file
BndsCalcIC.C
.
18
{
19
InputParameters params = validParams<InitialCondition>();
20
params.addClassDescription(
21
"Initialize the location of grain boundaries in a polycrystalline sample"
);
22
params.addRequiredCoupledVarWithAutoBuild(
23
"v"
,
"var_name_base"
,
"op_num"
,
"Array of coupled variables"
);
24
return
params;
25
}
Generated on Sat Jan 25 2020 12:04:49 for www.mooseframework.org by
1.8.16