KKSMultiACBulkBase child class for the free energy term \( \sum_j \frac{\partial h_j}{\partial \eta_i} F_j + w_i \frac{dg}{d\eta_i} \) in the the Allen-Cahn bulk residual. More...
#include <KKSMultiACBulkF.h>
Public Member Functions | |
KKSMultiACBulkF (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 | |
Real | _wi |
double well height parameter More... | |
const MaterialProperty< Real > & | _prop_dgi |
Derivative of the double well function \( \frac d{d\eta} g(\eta) \). More... | |
const MaterialProperty< Real > & | _prop_d2gi |
Second derivative of the double well function \( \frac {d^2}{d\eta^2} g(\eta) \). 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... | |
KKSMultiACBulkBase child class for the free energy term \( \sum_j \frac{\partial h_j}{\partial \eta_i} F_j + w_i \frac{dg}{d\eta_i} \) 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 KKSMultiACBulkF.h.
|
protectedinherited |
KKSMultiACBulkF::KKSMultiACBulkF | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file KKSMultiACBulkF.C.
|
protectedvirtual |
Definition at line 36 of file KKSMultiACBulkF.C.
|
protectedpure virtualinherited |
|
protectedvirtual |
|
virtualinherited |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
staticinherited |
|
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 KKSMultiACBulkC::computeDFDOP(), computeDFDOP(), and 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::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 KKSMultiACBulkC::computeDFDOP(), computeDFDOP(), KKSMultiACBulkC::computeQpOffDiagJacobian(), computeQpOffDiagJacobian(), KKSMultiACBulkBase::initialSetup(), KKSMultiACBulkBase::KKSMultiACBulkBase(), and KKSMultiACBulkC::KKSMultiACBulkC().
|
protectedinherited |
Number of coupled variables.
Definition at line 36 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase::KKSMultiACBulkBase(), and KKSMultiACBulkC::KKSMultiACBulkC().
|
protected |
Second derivative of the double well function \( \frac {d^2}{d\eta^2} g(\eta) \).
Definition at line 43 of file KKSMultiACBulkF.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().
|
protectedinherited |
Second derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 64 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkC::computeDFDOP(), 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 KKSMultiACBulkC::computeQpOffDiagJacobian(), computeQpOffDiagJacobian(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protectedinherited |
Derivatives of the free energy functions (needed for off-diagonal Jacobians)
Definition at line 52 of file KKSMultiACBulkBase.h.
Referenced by computeQpOffDiagJacobian(), and KKSMultiACBulkBase::KKSMultiACBulkBase().
|
protected |
Derivative of the double well function \( \frac d{d\eta} g(\eta) \).
Definition at line 40 of file KKSMultiACBulkF.h.
Referenced by computeDFDOP().
|
protectedinherited |
Derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 61 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkC::computeDFDOP(), computeDFDOP(), computeQpOffDiagJacobian(), KKSMultiACBulkC::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 computeDFDOP(), 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().
|
protected |
double well height parameter
Definition at line 37 of file KKSMultiACBulkF.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().