www.mooseframework.org
ComputeCrackTipEnrichmentSmallStrain.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "Material.h"
13 #include "RankTwoTensor.h"
14 #include "RankFourTensor.h"
15 #include "RotationTensor.h"
16 #include "ComputeStrainBase.h"
17 #include "Assembly.h"
18 #include "CrackFrontDefinition.h"
20 
26 {
27 public:
29 
32 
33 protected:
34  virtual void computeProperties() override;
35 
36  virtual void computeQpProperties() override;
37 
39  std::vector<Real> _enrich_disp;
40 
42  std::vector<RealVectorValue> _grad_enrich_disp;
43 
45  std::vector<std::vector<MooseVariableFEBase *>> _enrich_variable;
46 
49 
52 
53 private:
55  std::vector<Real> _B;
57  std::vector<RealVectorValue> _dBX;
59  std::vector<RealVectorValue> _dBx;
61  std::vector<std::vector<Real>> _BI;
63  const std::vector<std::vector<Real>> * _fe_phi;
65  const std::vector<std::vector<RealGradient>> * _fe_dphi;
68 };
const VariablePhiValue & _phi
the current shape functions
std::vector< std::vector< MooseVariableFEBase * > > _enrich_variable
enrichment displacement variables
std::vector< Real > _B
enrichment function value
std::vector< RealVectorValue > _grad_enrich_disp
gradient of enrichment displacement
OutputTools< Real >::VariablePhiValue VariablePhiValue
std::vector< RealVectorValue > _dBX
derivatives of enrichment function respect to global cooridnate
const VariablePhiGradient & _grad_phi
gradient of the shape function
const std::vector< std::vector< Real > > * _fe_phi
shape function
std::vector< std::vector< Real > > _BI
enrichment function at node I
std::vector< Real > _enrich_disp
enrichment displacement
Perform calculation of enrichment function values and derivatives.
std::vector< RealVectorValue > _dBx
derivatives of enrichment function respect to crack front cooridnate
ComputeCrackTipEnrichmentSmallStrain(const InputParameters &parameters)
OutputTools< Real >::VariablePhiGradient VariablePhiGradient
const InputParameters & parameters() const
ComputeStrainBase is the base class for strain tensors.
ComputeCrackTipEnrichmentSmallStrain calculates the sum of standard strain and enrichement strain...
const std::vector< std::vector< RealGradient > > * _fe_dphi
gradient of shape function