Fig. 6.8 Tetrahedral Uses
Fig. 6.8 Tetrahedral Uses
Fig. 6.8 Tetrahedral Uses
1 Generalities 175
standard methods or protocols used to make the CAD model. Therefore, the methods
used to make and analyze the designed geometry are NOT compatible.
Indeed, finite-element analysis (FEA) is based on a unique mathematical method
which requires a solution to be computed from elementary element shapes—simple
1D, 2D, or 3D geometries. The mesher is, therefore, the tool to make possible an
approximation of the CAD model because the realistic geometries are TOO com-
plicated to be generated from simple shapes and compute a numerical solution for a
designed assembly.
To make the life of the mesher easier and therefore, help computation accuracy
plus save time in analysis, it is crucial to think about geometry and topology to trans-
form the Real Geometry—which is defined as the entities characterized by a direct
definition of their geometry—into a Faceted Geometry—which is defined as the
entities characterized ONLY by an indirect definition with respect to an underlying
grid.
Geometrical types and topology features are based on
• Vertex (a point with coordinates),
• Edge (two or more vertices),
• Face (three or more edges), and
• Volume (four or more faces).
A Bottom-up approach is generated with low-dimensional entities and builds higher
dimensional entities on top of them.
A Top-bottom approach is generated with upper dimensional entities and uses a
Boolean operation to define the other entities.
176 6 Mesher and Meshing
Many file formats exist to convert a CAD model file readable by an FEA software, the
type of file to work with is also mainly a function of the type of the software license
2 Toknow more about all virtual topology features please refer to the Abaqus CAE User’s Guide in
Sect. 75. The Virtual Topology toolset.
6.1 Generalities 177
associated with the user’s FEA software, for instance, with Abaqus it is preferable
to use the STEP file format.
• STEP (STandard for Exchange of Product model data; ISO standard)
• IGES (Initial Graphics Exchange Specification; ANSI standard)
• STL (STereo Lithography; Rapid Prototyping Standard).
A clean model is easier to mesh, which means fewer problems related to the geometry
and fewer numerical difficulties. The main issues to check in order to clean a CAD
model are listed below:
• Eliminate components not exposed to the flow.
• Eliminate duplicated entities.
• Eliminate small details.
• Water-proofing the surfaces.
• Rebuild geometrical connectivity between parts.
An example is given in Fig. 6.11 regarding edge connections.
Hard edges (dangling edges) are those that are included in the list of edges that
define a face but which do not constitute necessary parts of the closed edge loop
that circumscribes the face. Such edges often result from face-split operations in
which the split tool face only partially intersects the target face as shown in Fig. 6.13.
Therefore, removing these edges is essential to obtain a correct meshed structure.
If the model is made with a complex assembly, analyst should select Mesh → Verify
option to verify the quality of the mesh before submitting the job for analysis. The
mesh verify tool can do the following:
6.1 Generalities 179
• Highlight elements of a selected shape that do not meet specified criteria such as
aspect ratio.
• Print mesh statistics such as the total number of elements of the chosen shape, the
number of highlighted elements, and the average and worst values of the selection
criterion.
• Highlight elements that do not pass the mesh quality tests that are included with
the input file processor in Abaqus standard and Abaqus explicit.
If the mesh verify tool indicates that the user should try to improve the quality of the
mesh, first try the following before turning to the Edit Mesh toolset:
• Change the seed distribution.
• Add or modify partitions.
• Change the mesh technique.
In addition, the analyst could try modifying the parts in the Part module, or the user
might try using the Virtual Topology toolset and regenerating the mesh. The analyst
should treat the Edit Mesh toolset as the final step in the meshing process and use it
only to make minor adjustments to nodes and elements. Abaqus CAE tries to preserve
attributes, for instance, loads and boundary conditions, if changes are made to the
mesh. If user modifies a part, Abaqus CAE deletes the mesh when it returns to the
Mesh module; as a result, the analyst will lose any edits that users have made to the
mesh.