CrackTipEnrichmentStressDivergenceTensors implements the residual and jacobian for enrichement displacement variables. More...
#include <CrackTipEnrichmentStressDivergenceTensors.h>
Public Types | |
typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
CrackTipEnrichmentStressDivergenceTensors (const InputParameters ¶meters) | |
virtual void | computeJacobian () override |
virtual void | computeOffDiagJacobian (unsigned int jvar) 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 |
virtual unsigned int | crackTipEnrichementFunctionAtPoint (const Point &point, std::vector< Real > &B) |
calculate the enrichment function values at point More... | |
virtual unsigned int | crackTipEnrichementFunctionDerivativeAtPoint (const Point &point, std::vector< RealVectorValue > &dB) |
calculate the enrichment function derivatives at point More... | |
void | rotateFromCrackFrontCoordsToGlobal (const RealVectorValue &vector, RealVectorValue &rotated_vector, const unsigned int point_index) |
rotate a vector from crack front coordinate to global cooridate More... | |
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 |
Private Attributes | |
std::vector< Real > | _B |
enrichment function value More... | |
std::vector< RealVectorValue > | _dBX |
derivatives of enrichment function respect to global cooridnate More... | |
std::vector< RealVectorValue > | _dBx |
derivatives of enrichment function respect to crack front cooridnate More... | |
std::vector< Real > | _BI |
enrichment function at node I More... | |
std::vector< Real > | _BJ |
enrichment function at node J More... | |
CrackTipEnrichmentStressDivergenceTensors implements the residual and jacobian for enrichement displacement variables.
Definition at line 25 of file CrackTipEnrichmentStressDivergenceTensors.h.
CrackTipEnrichmentStressDivergenceTensors::CrackTipEnrichmentStressDivergenceTensors | ( | const InputParameters & | parameters | ) |
Definition at line 37 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
overridevirtualinherited |
Definition at line 34 of file ALEKernel.C.
Referenced by StressDivergenceTensors::computeJacobian().
Definition at line 41 of file ALEKernel.C.
Referenced by StressDivergenceTensors::computeOffDiagJacobian().
|
overrideprotectedvirtual |
Definition at line 83 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
overrideprotectedvirtual |
Definition at line 110 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
overrideprotectedvirtual |
Definition at line 64 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
virtualinherited |
calculate the enrichment function values at point
Definition at line 19 of file EnrichmentFunctionCalculation.C.
Referenced by ComputeCrackTipEnrichmentSmallStrain::computeProperties(), computeQpJacobian(), computeQpOffDiagJacobian(), ComputeCrackTipEnrichmentSmallStrain::computeQpProperties(), and computeQpResidual().
|
virtualinherited |
calculate the enrichment function derivatives at point
Definition at line 43 of file EnrichmentFunctionCalculation.C.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), ComputeCrackTipEnrichmentSmallStrain::computeQpProperties(), and computeQpResidual().
|
inherited |
rotate a vector from crack front coordinate to global cooridate
rotated_vector | rotated vector |
Definition at line 78 of file EnrichmentFunctionCalculation.C.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), ComputeCrackTipEnrichmentSmallStrain::computeQpProperties(), and computeQpResidual().
|
static |
Definition at line 16 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
protectedinherited |
undisplaced problem
Definition at line 28 of file ALEKernel.h.
|
private |
enrichment function value
Definition at line 62 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 38 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
private |
enrichment function at node I
Definition at line 68 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
enrichment function at node J
Definition at line 70 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protected |
displacement components
Definition at line 48 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
derivatives of enrichment function respect to global cooridnate
Definition at line 64 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
derivatives of enrichment function respect to crack front cooridnate
Definition at line 66 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 43 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 44 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 58 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpOffDiagJacobian(), and CrackTipEnrichmentStressDivergenceTensors().
|
protected |
Definition at line 54 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpOffDiagJacobian(), and CrackTipEnrichmentStressDivergenceTensors().
|
protected |
enrichment function components
Definition at line 50 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protectedinherited |
Shape and test functions on the undisplaced mesh.
Definition at line 34 of file ALEKernel.h.
|
protectedinherited |
Definition at line 35 of file ALEKernel.h.
|
protected |
Definition at line 41 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protected |
Coupled displacement variables.
Definition at line 57 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by CrackTipEnrichmentStressDivergenceTensors().
|
protected |
Coupled enrichment displacement variables.
Definition at line 53 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by CrackTipEnrichmentStressDivergenceTensors().
|
protected |
Definition at line 45 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 40 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpResidual().
|
protectedinherited |
Reference to this Kernel's undisplaced MooseVariable object.
Definition at line 31 of file ALEKernel.h.