41 std::vector<std::vector<const MaterialProperty<Real> *>>
_prop_ci;
44 std::vector<std::vector<const MaterialProperty<Real> *>>
_dcideta;
47 std::vector<std::vector<std::vector<const MaterialProperty<Real> *>>>
_dcidb;
53 std::vector<const MaterialProperty<Real> *>
_dFadca;
56 std::vector<std::vector<const MaterialProperty<Real> *>>
_d2Fadcadba;
60 std::vector<std::vector<const MaterialProperty<Real> *>>
_d2Fadcadarg;
virtual Real computeDFDOP(PFFunctionType type)
std::vector< std::vector< const MaterialProperty< Real > * > > _dcideta
Derivative of phase concentrations wrt eta .
NestedKKSACBulkC(const InputParameters ¶meters)
std::vector< std::vector< const MaterialProperty< Real > * > > _d2Fadcadba
Second derivative of the free energy function .
std::vector< const MaterialProperty< Real > * > _dFadca
Derivative of the free energy function .
const MaterialPropertyName _Fa_name
Free energy of phase a.
static InputParameters validParams()
ACBulk child class that takes all the necessary data from a KKSBaseMaterial and sets up the Allen-Cah...
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > _dcidb
Derivative of phase concentrations wrt global concentrations .
std::vector< std::vector< const MaterialProperty< Real > * > > _prop_ci
Phase concentration properties.
virtual Real computeQpOffDiagJacobian(unsigned int jvar)
const std::vector< MaterialPropertyName > _ci_names
Phase concentrations.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const unsigned int _num_c
Number of global concentrations.
std::vector< std::vector< const MaterialProperty< Real > * > > _d2Fadcadarg
Mixed partial derivatives of the free energy function wrt c and any other coupled variables ...
std::vector< VariableName > _c_names
Global concentrations.
KKSACBulkBase child class for the phase concentration difference term in the the Allen-Cahn bulk res...