GMS:Creating a 3D Mesh: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{3D Mesh links}} | {{3D Mesh links}} | ||
In order to create a 3D | In order to create a 3D mesh in GMS, there must be a set of 3D Mesh nodes. Elements can be created by using one of the [[GMS:3D Mesh Tool Palette|'''Create Element''' tools]] and then selecting the mesh nodes to create elements. Duplicate points can be removed by selecting '''Find Duplicates''' command from the ''Mesh'' menu. If a node is found that is within a user specified tolerance of another node, the node is either selected or deleted. | ||
3D Meshes can be created 2 different ways in GMS: converting a different GMS data type to a 3D | 3D Meshes can be created 2 different ways in GMS: converting a different GMS data type to a 3D mesh and using an automatic meshing technique. | ||
==Converting GMS data to a 3D Mesh== | ==Converting GMS data to a 3D Mesh== | ||
3D | 3D grids and 3D scatter points can be converted to a 3D mesh. This is accomplished by using the following commands: | ||
===Grid → 3D Mesh=== | ===Grid → 3D Mesh=== | ||
Line 20: | Line 20: | ||
===Fill Between TINs → 3D Mesh=== | ===Fill Between TINs → 3D Mesh=== | ||
[[Image:zones1. | [[Image:zones1.png|thumb|350 px|3D mesh with multiple zones]] | ||
3D meshes are often constructed using a combination of tools in the [[GMS:TIN Module|TIN module]] and the [[GMS:2D Mesh Module|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 meshes are often constructed using a combination of tools in the [[GMS:TIN Module|TIN module]] and the [[GMS:2D Mesh Module|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. | ||
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 ''TINs'' 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. | 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 ''TINs'' 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. | ||
[[Image:Extrusion1. | [[Image:Extrusion1.png|thumb|none|350 px|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. | 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. | ||
Line 33: | Line 33: | ||
|} | |} | ||
[[Image:Seam1. | [[Image:Seam1.png|thumb|250 px|Modeling a clay seam using zones of 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. | 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. |