19 "Gradient energy for Allen-Cahn Kernel with constant Mobility and Interfacial parameter");
20 params.
addParam<MaterialPropertyName>(
"mob_name",
"L",
"The mobility used with the kernel");
21 params.
addParam<MaterialPropertyName>(
"kappa_name",
"kappa_op",
"The kappa used with the kernel");
27 _L(getMaterialProperty<Real>(
"mob_name")),
28 _kappa(getMaterialProperty<Real>(
"kappa_name"))
registerMooseObject("PhaseFieldApp", SimpleACInterface)
const VariableGradient & _grad_u
static InputParameters validParams()
const VariablePhiGradient & _grad_phi
const VariableTestGradient & _grad_test
Compute the Allen-Cahn interface term with constant Mobility and Interfacial parameter.
const MaterialProperty< Real > & _kappa
Interfacial parameter.
const MaterialProperty< Real > & _L
Mobility.
virtual Real computeQpResidual()
SimpleACInterface(const InputParameters ¶meters)
virtual Real computeQpJacobian()
static InputParameters validParams()