#include <CoupledSwitchingTimeDerivative.h>
Public Types | |
typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
CoupledSwitchingTimeDerivative (const InputParameters ¶meters) | |
virtual void | initialSetup () override |
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 Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
Protected Attributes | |
std::vector< const MaterialProperty< Real > * > | _prop_dFjdv |
Derivatives of the functions wrt the nonlinear variable for this kernel. More... | |
std::vector< std::vector< const MaterialProperty< Real > * > > | _prop_dFjdarg |
Derivatives of the functions (needed for off-diagonal Jacobians) 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 VariableName | _v_name |
name of order parameter that derivatives are taken wrt (needed to retrieve the derivative material properties) More... | |
std::vector< MaterialPropertyName > | _Fj_names |
Names of functions for each phase \( F_j \). More... | |
const unsigned int | _num_j |
Number of phases. More... | |
std::vector< const GenericMaterialProperty< Real, is_ad > *> | _prop_Fj |
Values of the functions for each phase \( F_j \). More... | |
std::vector< MaterialPropertyName > | _hj_names |
switching function names More... | |
std::vector< const GenericMaterialProperty< Real, is_ad > *> | _prop_dhjdetai |
Derivatives of the switching functions wrt the order parameter for this kernel. More... | |
Definition at line 68 of file CoupledSwitchingTimeDerivative.h.
CoupledSwitchingTimeDerivative::CoupledSwitchingTimeDerivative | ( | const InputParameters & | parameters | ) |
Definition at line 59 of file CoupledSwitchingTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 125 of file CoupledSwitchingTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 135 of file CoupledSwitchingTimeDerivative.C.
|
overrideprotectedvirtual |
Definition at line 105 of file CoupledSwitchingTimeDerivative.C.
|
overridevirtual |
Reimplemented from CoupledSwitchingTimeDerivativeTempl< false >.
Definition at line 97 of file CoupledSwitchingTimeDerivative.C.
|
staticinherited |
Definition at line 17 of file CoupledSwitchingTimeDerivative.C.
|
protectedinherited |
Names of functions for each phase \( F_j \).
Definition at line 51 of file CoupledSwitchingTimeDerivative.h.
Referenced by CoupledSwitchingTimeDerivative(), and initialSetup().
|
protectedinherited |
switching function names
Definition at line 60 of file CoupledSwitchingTimeDerivative.h.
Referenced by CoupledSwitchingTimeDerivative().
|
protectedinherited |
Number of phases.
Definition at line 54 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), computeQpResidual(), CoupledSwitchingTimeDerivative(), and initialSetup().
|
protected |
Second derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 85 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and CoupledSwitchingTimeDerivative().
|
protected |
Second derivatives of the switching functions (needed for off-diagonal Jacobians)
Definition at line 88 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and CoupledSwitchingTimeDerivative().
|
protected |
Derivatives of the functions (needed for off-diagonal Jacobians)
Definition at line 82 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and CoupledSwitchingTimeDerivative().
|
protected |
Derivatives of the functions wrt the nonlinear variable for this kernel.
Definition at line 79 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpJacobian(), and CoupledSwitchingTimeDerivative().
|
protectedinherited |
Derivatives of the switching functions wrt the order parameter for this kernel.
Definition at line 63 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protectedinherited |
Values of the functions for each phase \( F_j \).
Definition at line 57 of file CoupledSwitchingTimeDerivative.h.
Referenced by computeQpOffDiagJacobian(), and computeQpResidual().
|
protectedinherited |
name of order parameter that derivatives are taken wrt (needed to retrieve the derivative material properties)
Definition at line 48 of file CoupledSwitchingTimeDerivative.h.
Referenced by CoupledSwitchingTimeDerivative().