Go to the source code of this file.
|
| registerADMooseObject ("PhaseFieldApp", ADMatReaction) |
|
| defineADValidParams (ADMatReaction, ADKernel, params.addCoupledVar("v", "Set this to make v a coupled variable, otherwise it will use the " "kernel's nonlinear variable for v");params.addClassDescription("Kernel to add -L*v, where L=reaction rate, v=variable");params.addParam< MaterialPropertyName >("mob_name", "L", "The reaction rate used with the kernel");) |
|
◆ defineADValidParams()
defineADValidParams |
( |
ADMatReaction |
, |
|
|
ADKernel |
, |
|
|
params.addCoupledVar("v", "Set this to make v a coupled variable, otherwise it will use the " "kernel's nonlinear variable for v");params.addClassDescription("Kernel to add -L*v, where L=reaction rate, v=variable");params.addParam< MaterialPropertyName >("mob_name", "L", "The reaction rate used with the kernel"); |
|
|
) |
| |
◆ registerADMooseObject()