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 | |
| virtual unsigned int | crackTipEnrichementFunctionDerivativeAtPoint (const Point &point, std::vector< RealVectorValue > &dB) |
| calculate the enrichment function derivatives at point | |
| void | rotateFromCrackFrontCoordsToGlobal (const RealVectorValue &vector, RealVectorValue &rotated_vector, const unsigned int point_index) |
| rotate a vector from crack front coordinate to global cooridate | |
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 | |
| const std::string | _base_name |
| const MaterialProperty< RankTwoTensor > & | _stress |
| const MaterialProperty< RankFourTensor > & | _Jacobian_mult |
| const MaterialProperty< RankTwoTensor > * | _deformation_gradient |
| const MaterialProperty< RankTwoTensor > * | _deformation_gradient_old |
| const MaterialProperty< RankTwoTensor > * | _rotation_increment |
| const unsigned int | _component |
| displacement components | |
| const unsigned int | _enrichment_component |
| enrichment function components | |
| unsigned int | _nenrich_disp |
| Coupled enrichment displacement variables. | |
| std::vector< unsigned int > | _enrich_disp_var |
| unsigned int | _ndisp |
| Coupled displacement variables. | |
| std::vector< unsigned int > | _disp_var |
| Assembly & | _assembly_undisplaced |
| undisplaced problem | |
| MooseVariable & | _var_undisplaced |
| Reference to this Kernel's undisplaced MooseVariable object. | |
| const VariablePhiGradient & | _grad_phi_undisplaced |
| Shape and test functions on the undisplaced mesh. | |
| const VariableTestGradient & | _grad_test_undisplaced |
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 | |
| std::vector< Real > | _B |
| enrichment function value | |
| std::vector< RealVectorValue > | _dBX |
| derivatives of enrichment function respect to global cooridnate | |
| std::vector< RealVectorValue > | _dBx |
| derivatives of enrichment function respect to crack front cooridnate | |
| std::vector< Real > | _BI |
| enrichment function at node I | |
| std::vector< Real > | _BJ |
| enrichment function at node J | |
| FEProblemBase & | _dmi_fe_problem |
| const CrackFrontDefinition & | _crack_front_definition |
| Real | _r |
| Real | _theta |
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().
|
overridevirtualinherited |
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().
|
privateinherited |
|
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().
|
privateinherited |
Definition at line 44 of file EnrichmentFunctionCalculation.h.
Referenced by EnrichmentFunctionCalculation::crackTipEnrichementFunctionAtPoint(), and EnrichmentFunctionCalculation::crackTipEnrichementFunctionDerivativeAtPoint().
|
protected |
Definition at line 45 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 40 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpResidual().
|
privateinherited |
Definition at line 45 of file EnrichmentFunctionCalculation.h.
Referenced by EnrichmentFunctionCalculation::crackTipEnrichementFunctionAtPoint(), and EnrichmentFunctionCalculation::crackTipEnrichementFunctionDerivativeAtPoint().
|
protectedinherited |
Reference to this Kernel's undisplaced MooseVariable object.
Definition at line 31 of file ALEKernel.h.