20 "f_name",
"Base name of the free energy function F defined in a DerivativeParsedMaterial");
26 _f_name(getParam<MaterialPropertyName>(
"f_name")),
27 _dFdEta(getADMaterialProperty<
Real>(this->derivativePropertyNameFirst(_f_name, _var.
name())))
const ADMaterialProperty< Real > & _dFdEta
virtual ADReal computeDFDOP()
Compute the derivative of the bulk free energy w.r.t the order parameter.
ADAllenCahn(const InputParameters ¶meters)
DualNumber< Real, DNDerivativeType, true > ADReal
static InputParameters validParams()
registerMooseObject("PhaseFieldApp", ADAllenCahn)
This is the Allen-Cahn equation base class that implements the bulk or local energy term of the equat...
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ADAllenCahn uses the Free Energy function and derivatives provided by a DerivativeParsedMaterial to c...