ACBulk child class that sets up necessary variables and materials for calculation of residual contribution \( \frac{\partial f}{\partial \eta_i} \) by child classes KKSMultiACBulkF and KKSMultiACBulkC. More...
#include <KKSMultiACBulkBase.h>
Public Member Functions | |
KKSMultiACBulkBase (const InputParameters ¶meters) | |
virtual void | initialSetup () |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Types | |
enum | PFFunctionType |
Protected Member Functions | |
virtual Real | precomputeQpResidual () |
virtual Real | precomputeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
virtual Real | computeDFDOP (PFFunctionType type)=0 |
Protected Attributes | |
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... | |
ACBulk child class that sets up necessary variables and materials for calculation of residual contribution \( \frac{\partial f}{\partial \eta_i} \) by child classes KKSMultiACBulkF and KKSMultiACBulkC.
The non-linear variable for this Kernel is the order parameter \( \eta_i \).
Definition at line 27 of file KKSMultiACBulkBase.h.
|
protectedinherited |
KKSMultiACBulkBase::KKSMultiACBulkBase | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file KKSMultiACBulkBase.C.
|
protectedpure virtualinherited |
|
protectedvirtualinherited |
Reimplemented in CoupledAllenCahn, AllenCahn, KKSACBulkC, KKSACBulkF, KKSMultiACBulkC, KKSMultiACBulkF, ACGrGrMulti, ACGrGrPoly, ACBarrierFunction, and ACGBPoly.
Definition at line 116 of file ACBulk.h.
|
virtual |
|
protectedvirtualinherited |
|
protectedvirtualinherited |
|
staticinherited |
|
protectedinherited |
|
protectedinherited |
|
protected |
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().
|
protected |
index of order parameter that derivatives are taken wrt
Definition at line 42 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkC::computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), and KKSMultiACBulkF::computeQpOffDiagJacobian().
|
protected |
Names of free energy functions for each phase \( F_j \).
Definition at line 45 of file KKSMultiACBulkBase.h.
Referenced by initialSetup(), KKSMultiACBulkBase(), and KKSMultiACBulkC::KKSMultiACBulkC().
|
protected |
switching function names
Definition at line 55 of file KKSMultiACBulkBase.h.
Referenced by initialSetup(), and KKSMultiACBulkBase().
|
protectedinherited |
|
protected |
Definition at line 46 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkC::computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), KKSMultiACBulkC::computeQpOffDiagJacobian(), KKSMultiACBulkF::computeQpOffDiagJacobian(), initialSetup(), KKSMultiACBulkBase(), and KKSMultiACBulkC::KKSMultiACBulkC().
|
protected |
Number of coupled variables.
Definition at line 36 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase(), and KKSMultiACBulkC::KKSMultiACBulkC().
|
protected |
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(), KKSMultiACBulkF::computeDFDOP(), and KKSMultiACBulkBase().
|
protected |
Second derivatives of the switching functions (needed for off-diagonal Jacobians)
Definition at line 67 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkC::computeQpOffDiagJacobian(), KKSMultiACBulkF::computeQpOffDiagJacobian(), and KKSMultiACBulkBase().
|
protected |
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().
|
protected |
Derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 61 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkC::computeDFDOP(), KKSMultiACBulkF::computeDFDOP(), KKSMultiACBulkF::computeQpOffDiagJacobian(), KKSMultiACBulkC::computeQpOffDiagJacobian(), and KKSMultiACBulkBase().
|
protected |
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().
|
protected |
Values of the switching functions for each phase \( h_j \).
Definition at line 58 of file KKSMultiACBulkBase.h.
Referenced by KKSMultiACBulkBase().