Go to the source code of this file.
|
class | CoupledAllenCahn |
| CoupledAllenCahn uses the Free Energy function and derivatives provided by a DerivativeParsedMaterial to compute the residual for the bulk part of the Allen-Cahn equation, where the variational free energy derivative is taken w.r.t. More...
|
|
◆ validParams< CoupledAllenCahn >()
Definition at line 16 of file CoupledAllenCahn.C.
19 params.addClassDescription(
20 "Coupled Allen-Cahn Kernel that uses a DerivativeMaterial Free Energy");
21 params.addRequiredCoupledVar(
"v",
"Coupled variable");
22 params.addRequiredParam<MaterialPropertyName>(
23 "f_name",
"Base name of the free energy function F defined in a DerivativeParsedMaterial");