16 KiB
28.3 Infinite elements
• “Infinite elements,” Section 28.3.1
• “Infinite element library,” Section 28.3.2
28.3.1 INFINITE ELEMENTS
Products: Abaqus/Standard Abaqus/Explicit Abaqus/CAE
References
• “Infinite element library,” Section 28.3.2
• *SOLID SECTION
• “Creating acoustic infinite sections,” Section 12.13.17 of the Abaqus/CAE User’s Guide, in the HTML version of this guide
Overview
Infinite elements:
• are used in boundary value problems defined in unbounded domains or problems in which the region of interest is small in size compared to the surrounding medium;
• are usually used in conjunction with finite elements;
• can have linear behavior only;
• provide stiffness in static solid continuum analyses; and
• provide “quiet” boundaries to the finite element model in dynamic analyses.
A solid section definition is used to define the section properties of infinite elements.
Typical applications
The analyst is sometimes faced with boundary value problems defined in unbounded domains or problems in which the region of interest is small in size compared to the surrounding medium. Infinite elements are intended to be used for such cases in conjunction with first- and second-order planar, axisymmetric, and three-dimensional finite elements. Standard finite elements should be used to model the region of interest, with the infinite elements modeling the far-field region.
Choosing an appropriate element
Plane stress, plane strain, three-dimensional, and axisymmetric infinite elements are available. Reducedintegration elements are also available in Abaqus/Standard.
Element type CIN3D18R is intended for use with the three-dimensional variable-number-of-node solids C3D15V, C3D27, and C3D27R in Abaqus/Standard.
Acoustic infinite elements are also available in Abaqus.
Naming convention
Infinite elements in Abaqus are named as follows:
text_image
A CIN PS 5 R reduced integration (optional) number of user nodes plane strain (PE), plane stress (PS), two-dimensional (2D) three-dimensional (3D), or axisymmetric (AX) continuum infinite element acoustic (optional)
For example, CINAX4 is a 4-node, axisymmetric, infinite element.
Defining the element’s section properties
You use a solid section definition to define the section properties. You must associate these properties with a region of your model.
Input File Usage: *SOLID SECTION, ELSET=name where the ELSET parameter refers to a set of infinite elements.
Abaqus/CAE Usage: Only acoustic infinite sections are supported in Abaqus/CAE. Property module: Create Section: select Other as the section Category and Acoustic infinite as the section Type Assign→Section: select regions
Defining the thickness for plane strain and plane stress elements
You define the thickness for plane strain and plane stress elements as part of the section definition. If you do not specify a thickness, unit thickness is assumed.
Input File Usage: *SOLID SECTION thickness
Abaqus/CAE Usage: Structural infinite sections are not supported in Abaqus/CAE.
Defining the reference point and thickness for acoustic infinite elements
For acoustic infinite elements you specify the thickness and the reference point. The thickness is ignored in three-dimensional and axisymmetric elements. You can prescribe the reference point either as a reference node on the section definition (see below) or directly by giving its coordinates on the data line following the thickness value. If both methods are used, the former takes precedence. If you do not define the reference point at all, an error message is issued.
The location of the reference point is used to determine the “radius” and “node ray” at each node of acoustic infinite elements, as shown in Figure 28.3.1–1.
text_image
reference point (Xᵣ) radius (Rᵢ) node ray (nᵢ) node (Xᵢ)
Figure 28.3.1–1 Reference point and node rays for acoustic infinite elements.
Each node ray is a unit vector in the direction of the line between the reference point and the node. These radii and rays are used in the formulation of acoustic infinite elements. The placement of the reference point is not extremely critical as long as it is near the center of the finite region enclosed by the infinite elements. If acoustic infinite elements are placed on the surface of a sphere, the optimal location for the reference point is the center of the sphere.
Acoustic infinite elements whose section properties are defined using a particular solid section definition should not have any nodes in common with acoustic infinite elements associated with a different solid section definition. This is to ensure a unique reference point (and, therefore, a unique “radius” and “node ray”) for each acoustic infinite element node.
The node rays are used to compute “cosine” values at each node of the infinite element interface. The “cosine” is equal to the smallest dot product of the unit node ray and the unit normals of all acoustic infinite element faces surrounding the node (see Figure 28.3.1–2). An error message is issued for negative values of “cosine.” Both the “radius” and “cosine” for all nodes of acoustic infinite elements are printed to the data (.dat) file as nodal (model) data. For details of how these quantities are used in the formulation, see “Acoustic infinite elements,” Section 3.3.2 of the Abaqus Theory Guide.
Input File Usage:
*SOLID SECTION, REF NODE=node number or node set name thickness
text_image
n_j n_2 n_3 n_1 3 y x X_R n_j n_2 n_3 cosine n_1
Figure 28.3.1–2 Defining the cosine for acoustic infinite elements.
Abaqus/CAE Usage: Property module: Create Section: select Other as the section Category and Acoustic infinite as the section Type: Plane stress/strain thickness: thickness
Acoustic infinite sections must be assigned to regions of parts that have a reference point associated with them. To define the reference point:
Part module or Property module: Tools→Reference Point: select reference point
Defining the order of interpolation for acoustic infinite elements
For acoustic infinite elements the variation of the acoustic field in the infinite direction is given by functions that are members of a set of 10 ninth-order polynomials (for further details, see “Acoustic infinite elements,” Section 3.3.2 of the Abaqus Theory Guide). The members of this set are constructed to correspond to the Legendre modes of a sphere; that is, if infinite elements are placed on a sphere and if tangential refinement is adequate, an ith order acoustic infinite element will absorb waves associated with the ( )th Legendre mode. The computational cost involved in using all 10 members in this set of polynomials to resolve the variation of the acoustic field in the infinite direction may be significant in certain applications in Abaqus/Explicit. In such cases you may wish to include only the first few members of the set, although you should be aware of the possibility of degraded accuracy (i.e., increased reflection at acoustic infinite elements) due to using a reduced set of polynomials. In Abaqus/Explicit you can specify the number, N, of ninth-order polynomials to be used. By default, all 10 members of the set will be used; all 10 are always used in Abaqus/Standard. Specifying a value less than 10 would result in the first N members of the set being used to model the variation of the acoustic field in the infinite direction.
Input File Usage: *SOLID SECTION, ORDER=N
Abaqus/CAE Usage: Property module: Create Section: select Other as the section Category and Acoustic infinite as the section Type: Order: N
Assigning a material definition to a set of infinite elements
You must associate a material definition with each infinite element section definition. Optionally, you can associate a material orientation definition with the section (see “Orientations,” Section 2.2.5).
The solution in the far field is assumed to be linear, so that only linear behavior can be associated with infinite elements (“Linear elastic behavior,” Section 22.2.1). In dynamic analysis the material response in the infinite elements is also assumed to be isotropic.
In Abaqus/Explicit the material properties assigned to the infinite elements must match the material properties of the adjacent finite elements in the linear domain.
Only an acoustic medium material (“Acoustic medium,” Section 26.3.1) is valid for acoustic infinite elements.
Input File Usage: *SOLID SECTION, MATERIAL=name, ORIENTATION=name
Abaqus/CAE Usage: Only acoustic infinite sections are supported in Abaqus/CAE.
Property module:
Create Section: select Other as the section Category and Acoustic
infinite as the section Type: Material: name
Assign→Material Orientation: select regions
Assign→Section: select regions
Defining nodes for solid medium infinite elements
The node numbering for infinite elements must be defined such that the first face is the face that is connected to the finite element part of the mesh.
The infinite element nodes that are not part of the first face are treated differently in explicit dynamic analysis than in other procedures. These nodes are located away from the finite element mesh in the infinite direction. The location of these nodes is not meaningful for explicit analysis, and loads and boundary conditions must not be specified using these nodes in explicit dynamic procedures. In other procedures these outer nodes are important in the element definition and can be used in load and boundary condition definitions.
Except for explicit procedures, the basis of the formulation of the solid medium elements is that the far-field solution along each element edge that stretches to infinity is centered about an origin, called the “pole.” For example, the solution for a point load applied to the boundary of a half-space has its pole at the point of application of the load. It is important to choose the position of the nodes in the infinite direction appropriately with respect to the pole. The second node along each edge pointing in the infinite direction must be positioned so that it is twice as far from the pole as the node on the same edge at the boundary between the finite and the infinite elements. Three examples of this are shown in Figure 28.3.1–3, Figure 28.3.1–4, and Figure 28.3.1–5. In addition to this length consideration, you must specify the second nodes in the infinite direction such that the element edges in the infinite direction do
not cross over, which would give nonunique mappings (see Figure 28.3.1–6). Abaqus will stop with an error message if such problems occur. A convenient way of defining these second nodes in the infinite direction is to project the original nodes from a pole node; see “Projecting the nodes in the old set from a pole node” in “Node definition,” Section 2.1.1. The positions of the pole and of the nodes on the boundary between the finite and the infinite elements are used.
text_image
L CAX8R L C CINAX5R
Figure 28.3.1–3 Point load on elastic half-space.
text_image
CPE4R CINPE4 L L
Figure 28.3.1–4 Strip footing on infinitely extending layer of soil.
text_image
L L L CPS4 CINPS4 L L
Figure 28.3.1–5 Quarter plate with square hole.
text_image
Diagram showing two geometric configurations with labeled points and lines, including a checkmark and an 'X' symbol.
Figure 28.3.1–6 Examples of an acceptable and an unacceptable two-dimensional infinite element.
Defining nodes for acoustic infinite elements
The nodes of acoustic infinite elements need to be defined only for the face that is connected to the finite element part of the mesh. Additional nodes are generated internally by Abaqus in the direction of the “node ray” (see Figure 28.3.1–1). The node rays, which are discussed earlier in this section in the context of defining the reference point, define the sides of the acoustic infinite elements.
Using solid medium infinite elements in plane stress and plane strain analyses
In plane stress and plane strain analyses when the loading is not self-equilibrating, the far-field displacements typically have the form u \ = \ \ln ( r ) , where r is distance from the origin. This form implies that the displacement approaches infinity as r \to \infty . Infinite elements will not provide a unique displacement solution for such cases. Experience shows, however, that they can still be used, provided that the displacement results are treated as having an arbitrary reference value. Thus, strain, stress, and relative displacements within the finite element part of the model will converge to unique values as the model is refined; the total displacements will depend on the size of the region modeled with finite elements. If the loading is self-equilibrating, the total displacements will also converge to a unique solution.
Using solid medium infinite elements in dynamic analyses
In direct-integration implicit dynamic response analysis (“Implicit dynamic analysis using direct integration,” Section 6.3.2), steady-state dynamic frequency domain analysis (“Direct-solution steady-state dynamic analysis,” Section 6.3.4), matrix generation (“Generating matrices,” Section 10.3.1), superelement generation (“Using substructures,” Section 10.1.1), and explicit dynamic analysis (“Explicit dynamic analysis,” Section 6.3.3), infinite elements provide “quiet” boundaries to the finite element model through the effect of a damping matrix; the stiffness matrix of the element is suppressed. The elements do not provide any contribution to the eigenmodes of the system. The elements maintain the static force that was present at the start of the dynamic response analysis on this boundary; as a consequence, the far-field nodes in the infinite elements will not displace during the dynamic response.
During dynamic steps the infinite elements introduce additional normal and shear tractions on the finite element boundary that are proportional to the normal and shear components of the velocity of the boundary. These boundary damping constants are chosen to minimize the reflection of dilatational and shear wave energy back into the finite element mesh. This formulation does not provide perfect transmission of energy out of the mesh except in the case of plane body waves impinging orthogonally on the boundary in an isotropic medium. However, it usually provides acceptable modeling for most practical cases.
During dynamic response analysis the infinite elements hold the static stress on the boundary constant but do not provide any stiffness. Therefore, some rigid body motion of the region modeled will generally occur. This effect is usually small.






