Extended Finite Element Modeling Basic Review and Programming
Extended Finite Element Modeling Basic Review and Programming
Abstract
In this work, we have exposed a recent method for modeling crack growth without re-meshing. The main
advantage of this method is its capability in modeling discontinuities independently, so the mesh is prepared
without any considering the existence of discontinuities. The paper covers the formulation and implementation of XFEM, and discusses various aspects of the approach (enrichments functions, level set representation,
numerical integration). Numerical experiments show the effectiveness and robustness of the XFEM implementation.
Keywords: X-FEM, Programming, Fracture, Cracks, LSM
1. Introduction
The method finite element is widespread in applications
of industrial design, and much of various software packages based on techniques of FEM were developed. It
proved appropriate for the study of the fracture mechanics. However, modelling the propagation of a crack by a
finite element mesh proves to be difficult because of the
topology alteration of the mesh. Besides, the singularity
of the crack end has to be represented exactly by the approximation [1].
Recently a new class has been proposed that simulates
the singular nature of discrete models within a geometrically continuous mesh of finite elements. The extended
finite element method XFEM has emerged from this
class of problems, and is based on the concept of partition of unity for enriching the classical finite element
approximation to include the effects of singular or discontinuous fields around a crack [2]. An overview of the
early developments of the X-FEM method has been
given by Abdelaziz [3,4].
2. Basic Works
The method of X-FEM originators were Belytschko and
Black [2]. They introduced a method to develop the finite approximations element so that problems of the
crack progression could be solved with remeshing minimal. Dolbow et al. [5] and Moes et al. [6] came up with
Copyright 2011 SciRes.
a more clever technique by adapting an enrichment including asymptotic at the field and a Heaviside function
of H(x).
A significant advance of the extended finite element
method was given by its coupling with level set methods
(LSM): The LSM is employed to represent both the
crack position and that of the crack ends. The X-FEM is
employed to calculate the fields of stress and displacement that is important to determine the crack growth
ratio [7].
The results of the X-FEM method have been so encouraging that some authors have immediately seized the
opportunity to apply this method for solving many kinds
of problems where discontinuities and moving boundaries are to be modeled.
3. Key Ideas
3.1. X-FEM Approximation
In the X-FEM method, a standard displacement based
finite element approximation is enriched by additional
functions using the framework of partition of unity (Figure 1).
u
ui Ni
i I
j J
bj Nj H x
(1)
ENG
Y. ABDELAZIZ ET AL.
714
where
Ni is the shape function associated to node i,
I is the set of all nodes of the domain,
J is the set of nodes whose shape function support is
cut by a crack,
K is the set of nodes whose shape function support
contains the crack front,
ui are the classical degrees of freedom (i.e. displacement) for node i,
bj account for the jump in the displacement field
across the crack at node j. If the crack is aligned with
the mesh, bj represent the opening of the crack,
H(x) is the Heaviside function,
ckl are the additional degrees of freedom associated
with the crack tip enrichment functions Fl,
Fl is an enrichment which corresponds to the four asymptotic functions in the development expansion of
the crack tip displacement field in a linear elastic solid
(Figure 2).
bie
ui
aie
Crack tip
Crack
ui : Classical element.
aie : Split element.
bie : Tip element.
Figure 1. X-FEM enrichment strategy.
Fj r , j 1
4
r sin 2
r cos
r sin sin
r cos sin
(2)
Figure 2. 2D view of near tip asymptotic functions.
Note that the third singular function F3 is the only enrichment function which is discontinuous across the
crack. Thus, the discontinuity of the displacement field at
in the singular enrichment zone is only modeled
by F3 on the element containing the crack tip.
Y. ABDELAZIZ ET AL.
Crack
Sub-triangle
5. Programming Procedure
One can apply the method of finite extended element
within one finite element code with relatively slight alterations: variable degrees numbers of freedom per node;
interaction of mesh geometry (a manner to detect elements intersecting with discontinuity geometry); matrices of enriched rigidity; numerical integration. Sukumar
and Prvost [9] described the X-FEM execution to model
discontinuities of cracks within Dynaflow [10], as a
package of standard finite element. Huang et a1. [11]
Copyright 2011 SciRes.
715
0
Figure 5. Level set representation.
(x)
(x)
>0
>0
=0
=0
<0
<0
716
Y. ABDELAZIZ ET AL.
element code with relatively small modifications: variable number of degrees of freedom per node; mesh geometry interaction; enriched stiffness matrices; numerical integration [9].
1) Input data: defining various object entities (crack,
holes, inclusions, interfaces), enrichment types and
crack growth law.
2) Nodal degrees of freedom: a part from the classical
degrees of freedom, additional unknown enriched degrees of freedom is introduced via the displacement approximation.
3) Mesh-geometry interactions: This sub-category detects the selection of the enriched nodes, then touches
upon the computation of enrichment functions, and detects the partitioning of the finite elements that are intersected by the crack.
4) Assembly procedure: The stiffness matrix and force
vector assembly are done on an element level, which is
similar to classical finite element implementation. The
distinction herein is that the dimensions of the element
stiffness matrix can differ from element (unenriched) to
element enriched).
5) Post-processing: This sub-category addresses the
main objectives of a fracture analysis by determining the
interaction integral, and controlling the crack growth
criteria.
The task of incorporating the X-FEM capabilities
within a general-purpose finite element program can be
broken down into the following schema (Figures 7 and 8,
Table 1):
Figure 7. Structural scheme of the X-FEM code.
6. Numerical Experimentation
The Figures 9, 10, 11 and 12 show tow examples of
crack growth modeling without re-meshing obtained by
X-FEM code.
7. Conclusions
The extended finite element method (X-FEM) uses the
partition of unity to remove the need to mesh physical
surfaces or to remesh them as they evolve. It allows to
model cracks, material inclusions and holes on non conforming meshes. The methodology of X-FEM that differs from that of the traditional method of finite element
is of very particular concern since it does not force discontinuities to go with the borders. It solves the technological problems in the various complex fields accurately;
the thing that can hardly be achieved impossible when
using the traditional method of finite element alone. In
this work, we present the basic concepts and the implantation of the X-FEM. The work discusses general algorithms for implementing an efficient X-FEM. A numerical
Copyright 2011 SciRes.
Y. ABDELAZIZ ET AL.
717
Description
Input
Input data
Mesh
Mesh generation
Crack
LSM
Level set
Node_E
Resolution
Graphics
Dmat
Rigidity
Condition
Boundary condition
Solution
Solution of equations
Extraction
Int_H
Int_F
Gauss
Gauss quadrature
Bmat
Delaunay
Delaunay triangulation
Function
Shape function
Func_H
Func_P
Y. ABDELAZIZ ET AL.
718
S. Osher and J. Sethian, Fronts Propagating with Curvature Dependent Speed: Algorithms Based on Hamilton-Jacobi Formulations, Journal of Computational
Physics, Vol. 79, No. 1, 1988, pp. 12-49.
doi:10.1016/0021-9991(88)90002-2
[9]
8. References
[1]
[2]
[3]
Y. Abdelaziz and A. Hamouine, A Survey of the Extended Finite Element, Computers and Structures, Vol.
86, No. 11-12, 2008, pp. 1141-1151.
doi:10.1016/j.compstruc.2007.11.001
[4]
[5]
[6]
N. Moes, J. Dolbow and T. Belytschko, A Finite Element Method for Crack Growth without Remeshing, International Journal for Numerical Methods in Engineering, Vol. 46, No. 1, 1999, pp. 131-150.
[13] O. Pantale, S. Caperaa and R. Rakotomalala, Development of an Object Oriented Finite Element Program: Application to Metal Forming and Impact Simulation,
J-CAM, Vol. 186, No. 1-2, 2004, pp. 341-351.
[7]
ENG