KKSACBulkBase child class for the phase concentration difference term \( \frac{dh}{d\eta}\frac{dF_a}{dc_a}(c_a-c_b) \) in the the Allen-Cahn bulk residual. More...
#include <KKSACBulkC.h>
Public Types | |
| typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
| KKSACBulkC (const InputParameters ¶meters) | |
| virtual void | initialSetup () |
| const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialProperty (const std::string &name) |
| const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialPropertyByName (const std::string &name) |
| void | validateDerivativeMaterialPropertyBase (const std::string &base) |
| const MaterialPropertyName | derivativePropertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
| const MaterialPropertyName | derivativePropertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
| const MaterialPropertyName | derivativePropertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
| const MaterialPropertyName | derivativePropertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
| const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
| void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
| void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
| void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
| const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
| const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
| const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
| const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
| const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
| const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
| const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
| const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
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 | |
| std::string | _ca_name |
| phase a concentration | |
| unsigned int | _ca_var |
| const VariableValue & | _ca |
| std::string | _cb_name |
| phase b concentration | |
| unsigned int | _cb_var |
| const VariableValue & | _cb |
| const MaterialProperty< Real > & | _prop_dFadca |
| Derivative of the free energy function \( \frac d{dc_a} F_a \). | |
| const MaterialProperty< Real > & | _prop_d2Fadca2 |
| Second derivative of the free energy function \( \frac {d^2}{dc_a^2} F_a \). | |
| std::vector< const MaterialProperty< Real > * > | _prop_d2Fadcadarg |
| Mixed partial derivatives of the free energy function wrt ca and any other coupled variables \( \frac {d^2}{dc_a dq} F_a \). | |
| VariableName | _eta_name |
| name of the order parameter (needed to retrieve the derivative material properties) | |
| std::vector< const MaterialProperty< Real > * > | _derivatives_Fa |
| Derivatives of \( F_a \) with respect to all coupled variables. | |
| std::vector< const MaterialProperty< Real > * > | _derivatives_Fb |
| Derivatives of \( F_b \) with respect to all coupled variables. | |
| const MaterialProperty< Real > & | _prop_Fa |
| Value of the free energy function \( F_a \). | |
| const MaterialProperty< Real > & | _prop_dFa |
| Derivative of the free energy function \( \frac d{d\eta} F_a \). | |
| const MaterialProperty< Real > & | _prop_dh |
| Derivative of the switching function \( \frac d{d\eta} h(\eta) \). | |
| const MaterialProperty< Real > & | _prop_d2h |
| Second derivative of the switching function \( \frac {d^2}{d\eta^2} h(\eta) \). | |
| std::vector< const VariableGradient * > | _grad_args |
| Gradients for all coupled variables. | |
| const MaterialProperty< Real > & | _L |
| Mobility. | |
| const MaterialProperty< Real > & | _dLdop |
| Mobility derivative w.r.t. order parameter. | |
| std::vector< const MaterialProperty< Real > * > | _dLdarg |
| Mobility derivative w.r.t coupled variables. | |
Private Member Functions | |
| bool | haveMaterialProperty (const std::string &prop_name) |
| std::vector< VariableName > | buildVariableVector (const VariableName &c1, const VariableName &c2, const VariableName &c3) |
| void | validateCouplingHelper (const MaterialPropertyName &base, const std::vector< VariableName > &c, const System &system, std::vector< VariableName > &missing) |
| bool | isNotObjectVariable (const VariableName &name) |
Private Attributes | |
| FEProblemBase & | _dmi_fe_problem |
KKSACBulkBase child class for the phase concentration difference term \( \frac{dh}{d\eta}\frac{dF_a}{dc_a}(c_a-c_b) \) in the the Allen-Cahn bulk residual.
The non-linear variable for this Kernel is the order parameter 'eta'.
Definition at line 23 of file KKSACBulkC.h.
|
protectedinherited |
| KKSACBulkC::KKSACBulkC | ( | const InputParameters & | parameters | ) |
Definition at line 25 of file KKSACBulkC.C.
|
protectedvirtual |
Definition at line 43 of file KKSACBulkC.C.
|
protectedpure virtualinherited |
|
protectedvirtual |
Reimplemented from ACBulk< Real >.
Definition at line 59 of file KKSACBulkC.C.
|
virtualinherited |
Reimplemented from ACBulk< Real >.
Definition at line 53 of file KKSACBulkBase.C.
|
protectedvirtualinherited |
Definition at line 34 of file ACBulk.h.
|
protectedvirtualinherited |
|
static |
Definition at line 15 of file KKSACBulkC.C.
|
protected |
Definition at line 37 of file KKSACBulkC.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().
|
protected |
|
protected |
Definition at line 36 of file KKSACBulkC.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 42 of file KKSACBulkC.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().
|
protected |
phase b concentration
Definition at line 40 of file KKSACBulkC.h.
|
protected |
Definition at line 41 of file KKSACBulkC.h.
Referenced by computeQpOffDiagJacobian().
|
protectedinherited |
Derivatives of \( F_a \) with respect to all coupled variables.
Definition at line 36 of file KKSACBulkBase.h.
Referenced by KKSACBulkF::computeQpOffDiagJacobian(), and KKSACBulkBase::KKSACBulkBase().
|
protectedinherited |
Derivatives of \( F_b \) with respect to all coupled variables.
Definition at line 39 of file KKSACBulkBase.h.
Referenced by KKSACBulkF::computeQpOffDiagJacobian(), and KKSACBulkBase::KKSACBulkBase().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
name of the order parameter (needed to retrieve the derivative material properties)
Definition at line 33 of file KKSACBulkBase.h.
|
protectedinherited |
Gradients for all coupled variables.
Definition at line 54 of file KKSACBulkBase.h.
Referenced by KKSACBulkBase::KKSACBulkBase().
|
protectedinherited |
|
protected |
Second derivative of the free energy function \( \frac {d^2}{dc_a^2} F_a \).
Definition at line 48 of file KKSACBulkC.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Mixed partial derivatives of the free energy function wrt ca and any other coupled variables \( \frac {d^2}{dc_a dq} F_a \).
Definition at line 52 of file KKSACBulkC.h.
Referenced by computeQpOffDiagJacobian(), and KKSACBulkC().
|
protectedinherited |
Second derivative of the switching function \( \frac {d^2}{d\eta^2} h(\eta) \).
Definition at line 51 of file KKSACBulkBase.h.
Referenced by computeDFDOP(), KKSACBulkF::computeDFDOP(), NestedKKSACBulkC::computeDFDOP(), and NestedKKSACBulkF::computeDFDOP().
|
protectedinherited |
Derivative of the free energy function \( \frac d{d\eta} F_a \).
Definition at line 45 of file KKSACBulkBase.h.
|
protected |
Derivative of the free energy function \( \frac d{dc_a} F_a \).
Definition at line 45 of file KKSACBulkC.h.
Referenced by computeDFDOP(), and computeQpOffDiagJacobian().
|
protectedinherited |
Derivative of the switching function \( \frac d{d\eta} h(\eta) \).
Definition at line 48 of file KKSACBulkBase.h.
Referenced by computeDFDOP(), KKSACBulkF::computeDFDOP(), NestedKKSACBulkC::computeDFDOP(), NestedKKSACBulkF::computeDFDOP(), computeQpOffDiagJacobian(), KKSACBulkF::computeQpOffDiagJacobian(), NestedKKSACBulkC::computeQpOffDiagJacobian(), and NestedKKSACBulkF::computeQpOffDiagJacobian().
|
protectedinherited |
Value of the free energy function \( F_a \).
Definition at line 42 of file KKSACBulkBase.h.
Referenced by KKSACBulkF::computeDFDOP().