Isogeometric analysis

From Wikipedia, the free encyclopedia

Isogeometric analysis is a computational approach that offers the possibility of integrating finite element analysis (FEA) into conventional NURBS-based CAD design tools. Currently, it is necessary to convert data between CAD and FEA packages to analyse new designs during development, a difficult task since the two computational geometric approaches are different. Isogeometric analysis employs complex NURBS geometry (the basis of most CAD packages) in the FEA application directly. This allows models to be designed, tested and adjusted in one go, using a common data set.[1]

The pioneers of this technique are Tom Hughes and his group at The University of Texas at Austin. A reference free software implementation of some isogeometric analysis methods is GeoPDEs.[2][3] Likewise, other implementations can be found online. For instance, PetIGA[4] is an open framework for high performance isogeometric analysis heavily based on PETSc. In addition, MIGFEM is another IGA code which is implemented in Matlab and supports Partition of Unity enrichment IGA for 2D and 3D fracture. Furthermore, G+Smo[5] is an open C++ library for isogeometric analysis. In particular, FEAP[6] is a finite element analysis program which includes an Isogeometric analysis library FEAP IsoGeometric (Version FEAP84 & Version FEAP85).

Advantages of IGA with respect to FEA[edit]

Isogeometric analysis presents two main advantages with respect to the finite element method:[1][7]

Meshes[edit]

In the framework of IGA, the notions of both control mesh and physical mesh are defined.[1]

A control mesh is made by the so-called control points and it is obtained by a piecewise linear interpolation of them. Control points play also the role of degrees of freedom (DOFs).[1]

The physical mesh lays directly on the geometry and it consists of patches and knot spans. According to the number of patches that are used in a specific physical mesh, a single-patch or a multi-patch approach is effectively employed. A patch is mapped from a reference rectangle in two dimensions and from a reference cuboid in three dimensions: it can be seen as the entire computational domain or a smaller portion of it. Each patch can be decomposed into knot spans, which are points, lines and surfaces in 1D, 2D and 3D, respectively. Knots are inserted inside knot spans and define the elements. Basis functions are across the knots, with degree of the polynomial and multiplicity of a specific knot, and between a certain knot and the next or preceding one.[1]

Knot vector[edit]

A knot vector, normally indicated as , is a set of non-descending points. is the knot, is the number of functions, refers to the basis functions order. A knot divides the knot span into elements. A knot vector is uniform or non-uniform according to the fact that its knots, once their multiplicity is not taken into account, are equidistant or not. If the first and the last knots appear times, the knot vector is said to be open.[1][7]

Basis functions[edit]

Once a definition of knot vector is provided, several types of basis functions can be introduced in this context, such as B-splines, NURBS and T-splines.[1]

B-splines[edit]

B-splines can be derived recursively from a piecewise constant function with :[1]

Using De Boor's algorithm, it is possible to generate B-splines of arbitrary order :[1]

valid for both uniform and non-uniform knot vectors. For the previous formula to work properly, let the division of two zeros to be equal to zero, i.e. .

B-splines that are generated in this way own both the partition of unity and positivity properties, i.e.:[1]

So as to calculate derivatives or order of the B-splines of degree , another recursive formula can be employed:[1]

where:

whenever the denominator of an coefficient is zero, the entire coefficient is forced to be zero as well.

A B-spline curve can be written in the following way:[7]

where is the number of basis functions , and is the control point, with dimension of the space in which the curve is immersed.

An extension to the two dimensional case can be easily obtained from B-splines curves.[7] In particular B-spline surfaces are introduced as:[7]

where and are the numbers of basis functions and defined on two different knot vectors , , represents now a matrix of control points (also called control net).

Finally, B-splines solids, that need three sets of B-splines basis functions and a tensor of control points, can be defined as:[7]

NURBS[edit]

In IGA basis functions are also employed to develop the computational domain and not only for representing the numerical solution. For this reason they should have all the properties that permit to represent the geometry in an exact way. B-splines, due to their intrinsic structure, are not able to generate properly circular shapes for instance.[1] In order to circumvent this issue, non-uniform rational B-splines, also known as NURBS, are introduced in the following way:[1]

where is a one dimensional B-spline, is referred to as weighting function, and finally is the weight.

Following the idea developed in the subsection about B-splines, NURBS curve are generated as follows:[1]

with vector of control points.

The extension of NURBS basis functions to manifolds of higher dimensions (for instance 2 and 3) is given by:[1]

hpk-refinements[edit]

There are three techniques in IGA that permit to enlarge the space of basis functions without touching the geometry and its parametrization.[1]

The first one is known as knot insertion (or h-refinement in the FEA framework), where is obtained from with the addition of more knots, which implies an increment of both the number of basis functions and control points.[1]

The second one is called degree elevation (or p-refinement in the FEA context), which permits to increase the polynomial order of the basis functions.[1]

Finally the third method, known as k-refinement (without a counterpart in FEA), derives from the preceding two techniques, i.e. combines the order elevation with the insertion of a unique knot in .[1]

References[edit]

  1. ^ a b c d e f g h i j k l m n o p q r s t Cottrell, J. Austin; Hughes, Thomas J.R.; Bazilevs, Yuri (October 2009). Isogeometric Analysis: Toward Integration of CAD and FEA. John Wiley & Sons. ISBN 978-0-470-74873-2. Retrieved 2009-09-22.
  2. ^ "GeoPDEs: a free software tool for isogeometric analysis of PDEs". 2010. Retrieved November 7, 2010.
  3. ^ de Falco, C.; A. Reali; R. Vázquez (2011). "GeoPDEs: a research tool for Isogeometric Analysis of PDEs". Adv. Eng. Softw. 42 (12): 1020–1034. doi:10.1016/j.advengsoft.2011.06.010.
  4. ^ "PetIGA: A framework for high performance Isogeometric Analysis". 2012. Archived from the original on July 14, 2014. Retrieved August 7, 2012.
  5. ^ "G+Smo: a C++ library for isogeometric analysis, developed at RICAM, Linz". 2017. Retrieved July 9, 2017.
  6. ^ "FEAP: FEAP is a general purpose finite element analysis program which is designed for research and educational use, developed at University of California, Berkeley". 2018. Retrieved April 21, 2018.
  7. ^ a b c d e f g Pegolotti, Luca; Dedè, Luca; Quarteroni, Alfio (January 2019). "Isogeometric Analysis of the electrophysiology in the human heart: Numerical simulation of the bidomain equations on the atria" (PDF). Computer Methods in Applied Mechanics and Engineering. 343: 52–73. Bibcode:2019CMAME.343...52P. doi:10.1016/j.cma.2018.08.032. hdl:11311/1066014. S2CID 53613848.

External links[edit]