A handful of methods exist for calculating G with finite elements. Although a direct calculation of the
J-integral is possible (using the strains and stresses outputted by
FEA), approximate approaches for some type of crack growth exist and provide reasonable accuracy with straightforward calculations. This section will elaborate on some relatively simple methods for fracture analysis utilizing numerical simulations.
Nodal release method If the crack is growing straight, the
energy release rate can be decomposed as a sum of 3 terms G_i associated with the energy in each 3 modes. As a result, the Nodal Release method (NR) can be used to determine G_i from FEA results. The energy release rate is calculated at the nodes of the finite element mesh for the crack at an initial length and extended by a small distance \Delta a. First, we calculate the displacement variation at the node of interest \Delta\vec{u}=\vec{u}^{(t+1)}-\vec{u}^{(t)}(before and after the crack tip node is released). Secondly, we keep track of the nodal force \vec{F} outputted by FEA. Finally, we can find each components of G using the following formulas: G_1^{\text{NR}}=\frac{1}{\Delta a}F_2\frac{\Delta u_2}{2} G_2^{\text{NR}}=\frac{1}{\Delta a}F_1\frac{\Delta u_1}{2} G_3^{\text{NR}}=\frac{1}{\Delta a}F_3\frac{\Delta u_3}{2} Where \Delta a is the width of the element bounding the crack tip. The accuracy of the method highly depends on the mesh refinement, both because the displacement and forces depend on it, and because G=\lim_{\Delta a \to 0}G^{\text{NR}}. Note that the equations above are derived using the crack closure integral. If the energy release rate exceeds a critical value, the crack will grow. In this case, a new FEA simulation is performed (for the next time step) where the node at the crack tip is released. For a bounded substrate, we may simply stop enforcing fixed Dirichlet boundary conditions at the crack tip node of the previous time step (i.e. displacements are no longer restrained). For a symmetric crack, we would need to update the geometry of the domain with a longer crack opening (and therefore generate a new mesh).
Modified crack closure integral Similar to the Nodal Release Method, the Modified Crack Closure Integral (MCCI) is a method for calculating the
energy release rate utilizing
FEA nodal displacements (u_i^{j}) and forces (F_i^{j}). Where i represents the direction corresponding to the
Cartesian basis vectors with origin at the crack tip, and j represents the nodal index. MCCI is more computationally efficient than the nodal release method because it only requires one analysis for each increment of crack growth. A necessary condition for the MCCI method is uniform element length (\Delta a ) along the crack face in the x_1-direction. Additionally, this method requires sufficient
discretization such that over the length of one element stress fields are
self-similar. This implies that K(a+\Delta a) \approx K(a) as the crack propagates. Below are examples of the MCCI method with two types of common finite elements.
4-node elements The 4-node square linear elements seen in Figure 2 have a distance between nodes j and j+1 equal to \Delta a. Consider a crack with its tip located at node j. Similar to the nodal release method, if the crack were to propagate one element length along the line of symmetry (parallel to the x_1-axis) the crack opening displacement would be the displacement at the previous crack tip, i.e. \boldsymbol {u^j} and the force at the new crack tip (j+1) would be \boldsymbol F^{j+1}. Since the crack growth is assumed to be self-similar the displacement at node j after the crack propagates is equal to the displacement at node j-1 before the crack propagates. This same concept can be applied to the forces at node j+1 and j. Utilizing the same method shown in the nodal release section we recover the following equations for energy release rate:G_1^{\text{MCCI}}=\frac{1}{2\Delta a}F_2^{j}{\Delta u_2^{j-1}} G_2^{\text{MCCI}}=\frac{1}{2\Delta a}F_1^{j}{\Delta u_1^{j-1}} G_3^{\text{MCCI}}=\frac{1}{2\Delta a}F_3^{j}{\Delta u_3^{j-1}} Where \Delta u_i^{j-1} = u_i^{(+)j-1}-u_i^{(-)j-1} (displacement above and below the crack face respectively). Because we have a line of symmetry parallel to the crack, we can assume u_i^{(+)j-1} = -u_i^{(-)j-1}. Thus, \Delta u_i^{j-1} = 2u_i^{(+)j-1}.
8-node elements The 8-node rectangular elements seen in Figure 3 have quadratic
basis functions. The process for calculating G is the same as the 4-node elements with the exception that \Delta a (the crack growth over one element) is now the distance from node j to j+2. Once again, making the assumption of self-similar straight crack growth the energy release rate can be calculated utilizing the following equations:G_1^{\text{MCCI}}=\frac{1}{2\Delta a}\left(F_2^{j}{\Delta u_2^{j-2}} + F_2^{j+1}{\Delta u_2^{j-1}}\right) G_2^{\text{MCCI}}=\frac{1}{2\Delta a}\left(F_1^{j}{\Delta u_1^{j-2}} + F_1^{j+1}{\Delta u_1^{j-1}}\right) G_3^{\text{MCCI}}=\frac{1}{2\Delta a}\left(F_3^{j}{\Delta u_3^{j-2}} + F_3^{j+1}{\Delta u_3^{j-1}}\right)Like with the nodal release method the accuracy of MCCI is highly dependent on the level of discretization along the crack tip, i.e. G=\lim_{\Delta a \to 0}G^{\text{MCCI}}. Accuracy also depends on element choice. A mesh of 8-node quadratic elements can produce more accurate results than a mesh of 4-node linear elements with the same number of degrees of freedom in the mesh.
Domain integral approach for J The J-integral may be calculated directly using the finite element mesh and shape functions. We consider a domain contour as shown in figure 4 and choose an arbitrary smooth function \tilde{q}(x_1,x_2)=\sum_iN_i(x_1,x_2)\tilde{q}_i such that \tilde{q}=1 on \Gamma and \tilde{q}=0 on \mathcal{C}_1. For linear elastic cracks growing straight ahead, G=J. The energy release rate can then be calculated over the area bounded by the contour using an updated formulation: J=\int_\mathcal{A}(\sigma_{ij}u_{i,1}\tilde{q}_{,j}-W\tilde{q}_{,1})d\mathcal{A} The formula above may be applied to any annular area surrounding the crack tip (in particular, a set of neighboring elements can be used). This method is very accurate, even with a coarse mesh around the crack tip (one may choose an integration domain located far away, with stresses and displacement less sensitive to mesh refinement) :
2-D crack tip singular elements The above-mentioned methods for calculating energy release rate asymptotically approach the actual solution with increased discretization but fail to fully capture the crack tip singularity. More accurate simulations can be performed by utilizing quarter-point elements around the crack tip. These elements have a built-in singularity which more accurately produces stress fields around the crack tip. The advantage of the quarter-point method is that it allows for coarser finite element meshes and greatly reduces computational cost. Furthermore, these elements are derived from small modifications to common finite elements without requiring special computational programs for analysis. For the purposes of this section elastic materials will be examined, although this method can be extended to elastic-
plastic fracture mechanics. Assuming perfect elasticity the stress fields will experience a \frac{1}{\sqrt r} crack tip singularity.
8-node isoparametric element The 8-node quadratic element is described by Figure 5 in both parent space with local coordinates \xi and \eta, and by the mapped element in physical/global space by x and y. The parent element is mapped from the local space to the physical space by the shape functions N_i(\xi,\eta) and the degree of freedom coordinates (x_i,y_i). The crack tip is located at \xi = -1,\eta = -1 or x = 0,y = 0. x(\xi,\eta) = \sum_{i=1}^{8}N_i(\xi,\eta)x_i y(\xi,\eta) = \sum_{i=1}^{8}N_i(\xi,\eta)y_i In a similar way, displacements (defined as u\equiv u_1,v\equiv u_2 ) can also be mapped.u(\xi,\eta) = \sum_{i=1}^8 N_i(\xi,\eta)u_i v(\xi,\eta) = \sum_{i=1}^8 N_i(\xi,\eta)v_i A property of shape functions in the finite element method is
compact support, specifically the
Kronecker delta property (i.e. N_i = 1 at node i and zero at all other nodes). This results in the following shape functions for the 8-node quadratic elements: This is done by collapsing the nodes on the line \xi = -1 to the mid-node location and shifting the mid-nodes on \eta = \pm1 to the quarter-point location. The collapsed rectangle can more easily surround the crack tip but requires that the element edges be straight or the accuracy of calculating the stress intensity factor will be reduced. A better candidate for the quarter-point method is the natural triangle as seen in Figure 7. The element's geometry allows for the crack tip to be easily surrounded and meshing is simplified. Following the same procedure described above, the displacement and strain field for the triangular elements are:u = u_3+\sqrt{\frac{x}{L}}\left[4u_6-3u_3-u_1\right] + \frac{x}{L}\left[2u_1+2u_3-4u_6\right]\gamma_{xx} = \frac{\partial u}{\partial x} = \frac{1}{\sqrt{xL}}\left[-\frac{u_1}{2}-\frac{3u_3}{2}+2u_6\right]+ \frac{1}{L}\left[2u_1+2u_3-4u_6\right]This method reproduces the first two terms of the Williams solutions with a constant and singular term. An advantage of the quarter-point method is that it can be easily generalized to 3-dimensional models. This can greatly reduce computation when compared to other 3-dimensional methods but can lead to errors if that crack tip propagates with a large degree of curvature. ==See also==