45 std::vector<const MaterialProperty<Real> *>
_dFadca;
51 std::vector<const MaterialProperty<Real> *>
_dFbdcb;
63 std::vector<const MaterialProperty<Real> *>
_prop_Fi;
66 std::vector<std::vector<const MaterialProperty<Real> *>>
_dcideta;
69 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_dcidb;
72 std::vector<const MaterialProperty<Real> *>
_dFadarg;
75 std::vector<const MaterialProperty<Real> *>
_dFbdarg;
const MaterialProperty< Real > & _prop_d2g
Second derivative of barrier function g.
std::vector< const MaterialProperty< Real > * > _dFadarg
Partial derivative of the free energy function Fa wrt coupled variables .
std::vector< std::vector< const MaterialProperty< Real > * > > _dcideta
Derivative of phase concentration wrt eta .
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _dcidb
Derivative of phase concentration wrt global concentration .
std::vector< const MaterialProperty< Real > * > _dFbdarg
Partial derivative of the free energy function Fb wrt coupled variables .
const MaterialPropertyName _Fb_name
Free energy of phase b.
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const Real _w
Double well height parameter.
virtual Real computeDFDOP(PFFunctionType type)
const MaterialProperty< Real > & _prop_dg
Derivative of barrier function g.
ACBulk child class that takes all the necessary data from a KKSBaseMaterial and sets up the Allen-Cah...
static InputParameters validParams()
const std::vector< MaterialPropertyName > _ci_names
Phase concentrations.
const MaterialPropertyName _Fa_name
Free energy of phase a.
KKSACBulkBase child class for the free energy difference term in the the Allen-Cahn bulk residual...
std::vector< const MaterialProperty< Real > * > _prop_Fi
Free energy properties.
std::vector< const MaterialProperty< Real > * > _dFbdcb
Derivative of the free energy function .
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const std::vector< VariableName > _c_names
Global concentrations.
std::vector< const MaterialProperty< Real > * > _dFadca
Derivative of the free energy function .
const unsigned int _num_c
Number of global concentrations.
NestedKKSACBulkF(const InputParameters ¶meters)