Go to the source code of this file.
|
| registerADMooseObject ("PhaseFieldApp", ADACInterface) |
|
| defineADValidParams (ADACInterface, ADKernel, params.addClassDescription("Gradient energy Allen-Cahn Kernel");params.addParam< MaterialPropertyName >("mob_name", "L", "The mobility used with the kernel");params.addParam< MaterialPropertyName >("kappa_name", "kappa_op", "The kappa used with the kernel");params.addCoupledVar("args", "Vector of nonlinear variable arguments this object depends on");params.addParam< bool >("variable_L", true, "The mobility is a function of any MOOSE variable (if " "this is set to false L must be constant over the " "entire domain!)");) |
|
| adBaseClass (ADACInterface) |
|
◆ adBaseClass()
◆ defineADValidParams()
defineADValidParams |
( |
ADACInterface |
, |
|
|
ADKernel |
, |
|
|
params.addClassDescription("Gradient energy Allen-Cahn Kernel");params.addParam< MaterialPropertyName >("mob_name", "L", "The mobility used with the kernel");params.addParam< MaterialPropertyName >("kappa_name", "kappa_op", "The kappa used with the kernel");params.addCoupledVar("args", "Vector of nonlinear variable arguments this object depends on");params.addParam< bool >("variable_L", true, "The mobility is a function of any MOOSE variable (if " "this is set to false L must be constant over the " "entire domain!)"); |
|
|
) |
| |
◆ registerADMooseObject()