3D finite element meshes are not always constructed within the 3D Mesh module. Currently there are four methods available for the construction of 3D Meshes:
3D meshes are often constructed using a combination of tools in the TIN module and the 2D Mesh module. Portions of the mesh corresponding to "zones" or stratigraphic units are constructed one at a time as shown below. Each of these zones is bounded above and below by a surface and consists of one or more layers of 3D elements.
3D Mesh With Multiple Zones.
Before constructing a zone of elements, a 2D mesh must be created or imported using the 2D Mesh Module. A pair of TINs must also be created which represent the top and the bottom of the zone. These TINs are typically constructed from borehole data or from scatter points. The zone is then created by selecting the two TINs and selecting the Fill Between TINs -> 3D Mesh command in the TIN menu. At this point, the user is prompted to enter the number of layers of elements to be created between the TINs and the material that will be associated with the elements in the zone. Each of the elements in the 2D mesh is then "projected" through the two TINs to create a vertical column of 3D elements as shown below. For example, if N layers are specified, N 3D wedge elements are created from each of the triangular elements in the 2D mesh, and N 3D hexahedral elements are created from each of the quadrilateral elements in the 2D mesh. The Z coordinates of the nodes created for the 3D elements are distributed uniformly between the top and the bottom TINs.
Projection Technique for Creating 3D Meshes.
This process is repeated for each of the zones in the mesh. In order for the nodes at the bottom of one zone to match the nodes at the top of another zone, the same TIN should be used at the bottom of the upper zone and at the top of the lower zone. If the vertices of the TIN are edited in any way after one layer is generated but before an adjacent layer is generated, a gap may be introduced between the two zones of 3D elements.
The advantage of this construction procedure for 3D meshes is that it is simple and it is fast. The disadvantage of the procedure is that truncations or pinchout zones in the stratigraphy are not directly modeled. However, such features can be simulated by selecting elements and changing the material type associated with the elements once a zone of elements has been created. For example, suppose an aquifer contains a clay lens that extends partially into the aquifer as shown in part a of the figure below. A zone of elements could be created for the clay layer which extends over the entire XY range of the model (part b). The elements in this set of clay elements that are not in the region actually occupied by the clay layer could be selected and assigned the material type of the aquifer (part c). This can also be accomplished with a Solid Model and the Classify Elements command.
Modeling a Clay Seam Using Zones of Elements.
Creating 3D Meshes From Mesh Nodes
An unstructured 3D tetrahedral mesh can be constructed by performing a 3D Delauney Tesselation of a set of mesh nodes.
A 3D grid can be converted into a 3D mesh. If the 3D grid is a mesh-centered grid, the grid nodes are simply converted into a mesh nodes. If the 3D grid is a cell-centered grid, a mesh node is placed at the centroid of each cell to form the 3D mesh. Therefore, if the 3D grid was 10 X 10 X 3, the 3D mesh will be 9 X 9 X 2.
Related Links:
3D Mesh Module
Building Solids and 3D Meshes with TINs
Classify Elements