KKSACBulkBase child class for the phase concentration term \( - \sum_j \frac{dF_1}{dc_1} \frac{dh_j}{d\eta_i} (c_j) \) in the the Allen-Cahn bulk residual. More...
#include <KKSMultiACBulkC.h>
Public Member Functions | |
KKSMultiACBulkC (const InputParameters ¶meters) | |
virtual void | initialSetup () |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Types | |
enum | PFFunctionType |
Protected Member Functions | |
virtual Real | computeDFDOP (PFFunctionType type) |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
virtual Real | precomputeQpResidual () |
virtual Real | precomputeQpJacobian () |
virtual Real | computeDFDOP (PFFunctionType type)=0 |
Protected Attributes | |
MaterialPropertyName | _c1_name |
Names of phase concentration variables. More... | |
std::vector< const VariableValue * > | _cjs |
std::vector< unsigned int > | _cjs_var |
const MaterialProperty< Real > & | _prop_dF1dc1 |
Derivative of the free energy function \( \frac d{dc_1} F_1 \). More... | |
const MaterialProperty< Real > & | _prop_d2F1dc12 |
Second derivative of the free energy function \( \frac {d^2}{dc_1^2} F_1 \). More... | |
std::vector< const MaterialProperty< Real > * > | _prop_d2F1dc1darg |
Mixed partial derivatives of the free energy function wrt c1 and any other coupled variables \( \frac {d^2}{dc_1 dv} F_1 \). More... | |
unsigned int | _nvar |
Number of coupled variables. More... | |
VariableName | _etai_name |
name of order parameter that derivatives are taken wrt (needed to retrieve the derivative material properties) More... | |
unsigned int | _etai_var |
index of order parameter that derivatives are taken wrt More... | |
std::vector< MaterialPropertyName > | _Fj_names |
Names of free energy functions for each phase \( F_j \). More... | |
unsigned int | _num_j |
std::vector< const MaterialProperty< Real > * > | _prop_Fj |
Values of the free energy functions for each phase \( F_j \). More... | |
std::vector< std::vector< const MaterialProperty< Real > * > > | _prop_dFjdarg |
Derivatives of the free energy functions (needed for off-diagonal Jacobians) More... | |
std::vector< MaterialPropertyName > | _hj_names |
switching function names More... | |
std::vector< const MaterialProperty< Real > * > | _prop_hj |
Values of the switching functions for each phase \( h_j \). More... | |
std::vector< const MaterialProperty< Real > * > | _prop_dhjdetai |
Derivatives of the switching functions wrt the order parameter for this kernel. More... | |
std::vector< const MaterialProperty< Real > * > | _prop_d2hjdetai2 |
Second derivatives of the switching functions wrt the order parameter for this kernel. More... | |
std::vector< std::vector< const MaterialProperty< Real > * > > | _prop_d2hjdetaidarg |
Second derivatives of the switching functions (needed for off-diagonal Jacobians) More... | |
const MaterialProperty< Real > & | _L |
Mobility. More... | |
const MaterialProperty< Real > & | _dLdop |
Mobility derivative w.r.t. order parameter. More... | |
std::vector< const MaterialProperty< Real > * > | _dLdarg |
Mobility derivative w.r.t coupled variables. More... | |
KKSACBulkBase child class for the phase concentration term \( - \sum_j \frac{dF_1}{dc_1} \frac{dh_j}{d\eta_i} (c_j) \) in the the Allen-Cahn bulk residual.
The non-linear variable for this Kernel is the order parameter 'eta_i'.
Definition at line 27 of file KKSMultiACBulkC.h.
|
protectedinherited |
KKSMultiACBulkC::KKSMultiACBulkC | ( | const InputParameters & | parameters | ) |
Definition at line 26 of file KKSMultiACBulkC.C.
|
protectedvirtual |
Definition at line 61 of file KKSMultiACBulkC.C.
|
protectedpure virtualinherited |
|
protectedvirtual |
|
virtualinherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
staticinherited |
|
protected |
Names of phase concentration variables.
Definition at line 37 of file KKSMultiACBulkC.h.
Referenced by KKSMultiACBulkC().
|
protected |
Definition at line 38 of file KKSMultiACBulkC.h.
Referenced by computeDFDOP(), computeQpOffDiagJacobian(), and KKSMultiACBulkC().
|
protected |
Definition at line 39 of file KKSMultiACBulkC.h.
Referenced by computeQpOffDiagJacobian(), and KKSMultiACBulkC().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
name of order parameter that derivatives are taken wrt (needed to retrieve the derivative material properties)
Definition at line 39 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
index of order parameter that derivatives are taken wrt
Definition at line 42 of file KKSMultiACBulkBase.h.
Referenced by computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), and KKSMultiACBulkF::computeQpOffDiagJacobian().
|
protectedinherited |
Names of free energy functions for each phase \( F_j \).
Definition at line 45 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase::initialSetup(), KKSMultiACBulkBase::KKSMultiACBulkBase(), and KKSMultiACBulkC().
|
protectedinherited |
switching function names
Definition at line 55 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase::initialSetup(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
|
protectedinherited |
Definition at line 46 of file KKSMultiACBulkBase.h.
Referenced by computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), KKSMultiACBulkF::computeQpOffDiagJacobian(), computeQpOffDiagJacobian(), KKSMultiACBulkBase::initialSetup(), KKSMultiACBulkBase::KKSMultiACBulkBase(), and KKSMultiACBulkC().
|
protectedinherited |
Number of coupled variables.
Definition at line 36 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase::KKSMultiACBulkBase(), and KKSMultiACBulkC().
|
protected |
Second derivative of the free energy function \( \frac {d^2}{dc_1^2} F_1 \).
Definition at line 44 of file KKSMultiACBulkC.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Mixed partial derivatives of the free energy function wrt c1 and any other coupled variables \( \frac {d^2}{dc_1 dv} F_1 \).
Definition at line 47 of file KKSMultiACBulkC.h.
Referenced by computeQpOffDiagJacobian(), and KKSMultiACBulkC().
|
protectedinherited |
Second derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 64 of file KKSMultiACBulkBase.h.
Referenced by computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
Second derivatives of the switching functions (needed for off-diagonal Jacobians)
Definition at line 67 of file KKSMultiACBulkBase.h.
Referenced by computeQpOffDiagJacobian(), KKSMultiACBulkF::computeQpOffDiagJacobian(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protected |
Derivative of the free energy function \( \frac d{dc_1} F_1 \).
Definition at line 42 of file KKSMultiACBulkC.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().
|
protectedinherited |
Derivatives of the free energy functions (needed for off-diagonal Jacobians)
Definition at line 52 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkF::computeQpOffDiagJacobian(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
Derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 61 of file KKSMultiACBulkBase.h.
Referenced by computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), computeQpOffDiagJacobian(), KKSMultiACBulkF::computeQpOffDiagJacobian(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
Values of the free energy functions for each phase \( F_j \).
Definition at line 49 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkF::computeDFDOP(), KKSMultiACBulkF::computeQpOffDiagJacobian(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
Values of the switching functions for each phase \( h_j \).
Definition at line 58 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase::KKSMultiACBulkBase().