www.mooseframework.org
phase_field
src
kernels
Functions
DoubleWellPotential.C File Reference
Go to the source code of this file.
Functions
template<>
InputParameters
validParams< DoubleWellPotential >
()
Function Documentation
◆
validParams< DoubleWellPotential >()
template<>
InputParameters
validParams
<
DoubleWellPotential
>
(
)
Definition at line
14
of file
DoubleWellPotential.C
.
15
{
16
InputParameters params = validParams<KernelValue>();
17
params.addClassDescription(
18
"Simple demonstration Allen-Cahn Kernel using an algebraic double-well potential"
);
19
params.addParam<MaterialPropertyName>(
"mob_name"
,
"L"
,
"The mobility used with the kernel"
);
20
21
return
params;
22
}
Generated on Sat Jan 25 2020 12:04:50 for www.mooseframework.org by
1.8.16