Go to the source code of this file.
|
class | AllenCahn |
| AllenCahn uses the Free Energy function and derivatives provided by a DerivativeParsedMaterial to computer the residual for the bulk part of the Allen-Cahn equation. More...
|
|
◆ validParams< AllenCahn >()
Definition at line 16 of file AllenCahn.C.
19 params.addClassDescription(
"Allen-Cahn Kernel that uses a DerivativeMaterial Free Energy");
20 params.addRequiredParam<MaterialPropertyName>(
21 "f_name",
"Base name of the free energy function F defined in a DerivativeParsedMaterial");