Go to the source code of this file.
|
class | SplitCHParsed |
| CHParsed uses the Free Energy function and derivatives provided by a DerivativeParsedMaterial. More...
|
|
◆ validParams< SplitCHParsed >()
Definition at line 16 of file SplitCHParsed.C.
19 params.addClassDescription(
20 "Split formulation Cahn-Hilliard Kernel that uses a DerivativeMaterial Free Energy");
21 params.addRequiredParam<MaterialPropertyName>(
22 "f_name",
"Base name of the free energy function F defined in a DerivativeParsedMaterial");
23 params.addCoupledVar(
"args",
"Vector of additional arguments to F");