52 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_dcidetaj;
55 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_dcidb;
73 std::vector<const MaterialProperty<Real> *>
_dF1dc1;
76 std::vector<std::vector<const MaterialProperty<Real> *>>
_dFidarg;
ACBulk child class that sets up necessary variables and materials for calculation of residual contrib...
KKSMultiACBulkBase child class for the free energy term in the the Allen-Cahn bulk residual.
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
int _k
Position of the nonlinear variable in the list of cj's.
std::vector< MaterialPropertyName > _ci_names
Phase concentrations`.
std::vector< VariableName > _eta_names
Phase parameters.
const MaterialProperty< Real > & _d2gi
Second derivative of barrier function.
std::vector< VariableName > _c_names
Global concentrations.
std::vector< std::vector< const MaterialProperty< Real > * > > _dFidarg
Derivative of the free energy function .
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _dcidb
Derivative of phase concentrations wrt global concentrations .
virtual Real computeDFDOP(PFFunctionType type)
Real _wi
double well height parameter
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _dcidetaj
Derivative of phase concentrations wrt etaj .
std::vector< const MaterialProperty< Real > * > _dF1dc1
Derivative of the free energy function .
unsigned int _num_c
Number of global concentrations.
const MaterialProperty< Real > & _dgi
Derivatives of barrier function.
std::vector< std::vector< const MaterialProperty< Real > * > > _d2hjdetaidetap
Second derivative of switching function .
MaterialPropertyName _gi_name
Barrier functions.