19 params.
addParam<MaterialPropertyName>(
"mob_name",
"L",
"The mobility used with the kernel");
20 params.
addParam<MaterialPropertyName>(
"eps_name",
"eps",
"The anisotropic parameter");
26 _mob(getADMaterialProperty<
Real>(
"mob_name")),
27 _eps(getADMaterialProperty<
Real>(
"eps_name"))
static InputParameters validParams()
registerMooseObject("PhaseFieldApp", ADACInterfaceKobayashi2)
static InputParameters validParams()
Kernel 2 of 2 for interfacial energy anisotropy in the Allen-Cahn equation as implemented in R...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ADRealGradient precomputeQpResidual() override
const ADTemplateVariableGradient< T > & _grad_u
const ADMaterialProperty< Real > & _mob
Mobility.
const ADMaterialProperty< Real > & _eps
Interfacial parameter.
ADACInterfaceKobayashi2(const InputParameters ¶meters)