50 std::vector<std::vector<const MaterialProperty<Real> *>>
_prop_ci;
54 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_dcidetaj;
57 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_dcidb;
63 std::vector<const MaterialProperty<Real> *>
_dF1dc1;
66 std::vector<std::vector<const MaterialProperty<Real> *>>
_d2F1dc1db1;
70 std::vector<std::vector<const MaterialProperty<Real> *>>
_d2F1dc1darg;
std::vector< MaterialPropertyName > _ci_names
Phase concentrations.
std::vector< std::vector< const MaterialProperty< Real > * > > _d2F1dc1darg
Mixed partial derivatives of the free energy function wrt c and any other coupled variables ...
std::vector< std::vector< const MaterialProperty< Real > * > > _prop_ci
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _dcidb
Derivative of phase concentrations wrt global concentrations .
ACBulk child class that sets up necessary variables and materials for calculation of residual contrib...
static InputParameters validParams()
KKSACBulkBase child class for the phase concentration term in the the Allen-Cahn bulk residual...
std::vector< const MaterialProperty< Real > * > _dF1dc1
Derivative of the free energy function .
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _dcidetaj
Derivative of phase concentrations wrt etaj .
virtual Real computeDFDOP(PFFunctionType type)
std::vector< VariableName > _c_names
Global concentrations.
std::vector< std::vector< const MaterialProperty< Real > * > > _prop_d2hjdetaidetap
Second derivative of switching function .
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
int _k
Position of the nonlinear variable in the list of cj's.
unsigned int _num_c
Number of global concentrations.
std::vector< VariableName > _eta_names
Phase parameters.
std::vector< std::vector< MaterialPropertyName > > _ci_name_matrix
std::vector< std::vector< const MaterialProperty< Real > * > > _d2F1dc1db1
Second derivative of the free energy function .
NestedKKSMultiACBulkC(const InputParameters ¶meters)