const MaterialProperty< Real > & _prop_d2h
Second derivative of the switching function .
const MaterialProperty< Real > & _prop_Fa
Value of the free energy function .
VariableName _eta_name
name of the order parameter (needed to retrieve the derivative material properties)
const MaterialProperty< Real > & _prop_dh
Derivative of the switching function .
This is the Allen-Cahn equation base class that implements the bulk or local energy term of the equat...
KKSACBulkBase(const InputParameters ¶meters)
unsigned int _nvar
Number of coupled variables.
std::vector< const VariableGradient * > _grad_args
Gradients for all coupled variables.
std::vector< const MaterialProperty< Real > * > _derivatives_Fb
Derivatives of with respect to all coupled variables.
virtual void initialSetup()
std::vector< const MaterialProperty< Real > * > _derivatives_Fa
Derivatives of with respect to all coupled variables.
InputParameters validParams< KKSACBulkBase >()
const MaterialProperty< Real > & _prop_dFa
Derivative of the free energy function .
ACBulk child class that takes all the necessary data from a KKSBaseMaterial and sets up the Allen-Cah...