37 std::vector<const MaterialProperty<Real> *>
_prop_ci;
42 std::vector<std::vector<std::vector<MaterialProperty<Real> *>>>
_dcidetaj;
45 std::vector<std::vector<std::vector<MaterialProperty<Real> *>>>
_dcidb;
53 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_d2Fidcidbi;
57 std::vector<const MaterialProperty<Real> *>
_prop_hj;
61 std::vector<std::vector<const MaterialProperty<Real> *>>
_dhjdetai;
virtual void computeQpProperties() override
std::vector< MaterialName > _Fj_names
Free energy names.
std::vector< std::vector< std::vector< MaterialProperty< Real > * > > > _dcidb
Derivative of phase concentrations wrt global concentrations .
std::vector< std::vector< std::vector< MaterialProperty< Real > * > > > _dcidetaj
Derivative of phase concentrations wrt etaj .
KKSPhaseConcentrationMultiPhaseDerivatives(const InputParameters ¶meters)
std::vector< std::vector< const MaterialProperty< Real > * > > _dhjdetai
Derivatives of switching functions.
const unsigned int _num_c
Number of global concentrations.
std::vector< const MaterialProperty< Real > * > _prop_ci
Phase concentrations.
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _d2Fidcidbi
Second derivative of phase concentrations wrt two phase concentrations .
const std::vector< VariableName > _c_names
Names of global concentrations.
std::vector< const MaterialProperty< Real > * > _prop_hj
std::vector< MaterialPropertyName > _ci_names
const InputParameters & parameters() const
std::vector< MaterialPropertyName > _hj_names
Switching functions.
static InputParameters validParams()
const unsigned int _num_j
Number of phase parameters.
const std::vector< VariableName > _eta_names
Phase parameters.