CrackTipEnrichmentStressDivergenceTensors implements the residual and jacobian for enrichement displacement variables. More...
#include <CrackTipEnrichmentStressDivergenceTensors.h>
Public Member Functions | |
CrackTipEnrichmentStressDivergenceTensors (const InputParameters ¶meters) | |
virtual void | computeJacobian () override |
virtual void | computeOffDiagJacobian (MooseVariableFEBase &jvar) override |
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 |
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 More... | |
const unsigned int | _enrichment_component |
enrichment function components More... | |
unsigned int | _nenrich_disp |
Coupled enrichment displacement variables. More... | |
std::vector< unsigned int > | _enrich_disp_var |
unsigned int | _ndisp |
Coupled displacement variables. More... | |
std::vector< unsigned int > | _disp_var |
Assembly & | _assembly_undisplaced |
undisplaced problem More... | |
MooseVariable & | _var_undisplaced |
Reference to this Kernel's undisplaced MooseVariable object. More... | |
const VariablePhiGradient & | _grad_phi_undisplaced |
Shape and test functions on the undisplaced mesh. More... | |
const VariableTestGradient & | _grad_test_undisplaced |
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... | |
const CrackFrontDefinition * | _crack_front_definition |
Real | _r |
Real | _theta |
CrackTipEnrichmentStressDivergenceTensors implements the residual and jacobian for enrichement displacement variables.
Definition at line 29 of file CrackTipEnrichmentStressDivergenceTensors.h.
CrackTipEnrichmentStressDivergenceTensors::CrackTipEnrichmentStressDivergenceTensors | ( | const InputParameters & | parameters | ) |
Definition at line 38 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
overridevirtualinherited |
Reimplemented in StressDivergenceTensors.
Definition at line 36 of file ALEKernel.C.
Referenced by StressDivergenceTensors::computeJacobian().
|
overridevirtualinherited |
Reimplemented in StressDivergenceTensors.
Definition at line 43 of file ALEKernel.C.
Referenced by StressDivergenceTensors::computeOffDiagJacobian().
|
overrideprotectedvirtual |
Definition at line 84 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
overrideprotectedvirtual |
Definition at line 111 of file CrackTipEnrichmentStressDivergenceTensors.C.
|
overrideprotectedvirtual |
Definition at line 65 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().
|
staticinherited |
|
protectedinherited |
undisplaced problem
Definition at line 34 of file ALEKernel.h.
|
private |
enrichment function value
Definition at line 64 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 40 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
private |
enrichment function at node I
Definition at line 70 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
enrichment function at node J
Definition at line 72 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protected |
displacement components
Definition at line 50 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
privateinherited |
Definition at line 48 of file EnrichmentFunctionCalculation.h.
Referenced by EnrichmentFunctionCalculation::crackTipEnrichementFunctionAtPoint(), EnrichmentFunctionCalculation::crackTipEnrichementFunctionDerivativeAtPoint(), EnrichmentFunctionCalculation::EnrichmentFunctionCalculation(), and EnrichmentFunctionCalculation::rotateFromCrackFrontCoordsToGlobal().
|
private |
derivatives of enrichment function respect to global cooridnate
Definition at line 66 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
private |
derivatives of enrichment function respect to crack front cooridnate
Definition at line 68 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protected |
Definition at line 45 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 46 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 60 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpOffDiagJacobian(), and CrackTipEnrichmentStressDivergenceTensors().
|
protected |
Definition at line 56 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpOffDiagJacobian(), and CrackTipEnrichmentStressDivergenceTensors().
|
protected |
enrichment function components
Definition at line 52 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), computeQpOffDiagJacobian(), and computeQpResidual().
|
protectedinherited |
Shape and test functions on the undisplaced mesh.
Definition at line 40 of file ALEKernel.h.
Referenced by StressDivergenceTensors::computeQpJacobian(), and StressDivergenceTensors::computeQpOffDiagJacobian().
|
protectedinherited |
Definition at line 41 of file ALEKernel.h.
|
protected |
Definition at line 43 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protected |
Coupled displacement variables.
Definition at line 59 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by CrackTipEnrichmentStressDivergenceTensors().
|
protected |
Coupled enrichment displacement variables.
Definition at line 55 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by CrackTipEnrichmentStressDivergenceTensors().
|
privateinherited |
Definition at line 49 of file EnrichmentFunctionCalculation.h.
Referenced by EnrichmentFunctionCalculation::crackTipEnrichementFunctionAtPoint(), and EnrichmentFunctionCalculation::crackTipEnrichementFunctionDerivativeAtPoint().
|
protected |
Definition at line 47 of file CrackTipEnrichmentStressDivergenceTensors.h.
|
protected |
Definition at line 42 of file CrackTipEnrichmentStressDivergenceTensors.h.
Referenced by computeQpResidual().
|
privateinherited |
Definition at line 50 of file EnrichmentFunctionCalculation.h.
Referenced by EnrichmentFunctionCalculation::crackTipEnrichementFunctionAtPoint(), and EnrichmentFunctionCalculation::crackTipEnrichementFunctionDerivativeAtPoint().
|
protectedinherited |
Reference to this Kernel's undisplaced MooseVariable object.
Definition at line 37 of file ALEKernel.h.