GMS:UGrid Module: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{UGrid links}} | {{UGrid links}} | ||
The UGrid module | The UGrid module is used with unstructured grid (UGrid) geometric objects. Unstructured grids are very flexible. They can include many types of cells including 2D and 3D cells and cells with any number of faces and nodes. This type of geometric object is used with [[GMS:MODFLOW-USG|MODFLOW-USG]] which uses a finite volume approach. | ||
Eventually UGrids will be used for all the things that [[GMS:2D_Grid_Module|2D | Eventually UGrids will be used for all the things that [[GMS:2D_Grid_Module|2D grids]] and [[GMS:3D_Grid_Module|3D grids]] are currently used for. A UGrid is similar to the old 3D grids and meshes available in GMS but much more flexible. UGrids can use any type of cell, meaning cells with any number of faces and nodes. This flexibility allows for more realistic modeling of geologic features such as pinchouts. | ||
Interfaces to the following 3D finite difference models are provided in this module: | Interfaces to the following 3D finite difference models are provided in this module: | ||
Line 9: | Line 9: | ||
The UGrid module support the following types of unstructured grids: | The UGrid module support the following types of unstructured grids: | ||
*''Regular (not refined)'' – A grid with rectangular cells that are not refined | *''Regular (not refined)'' – A grid with rectangular cells that are not refined. | ||
*'' | *''Quadtree'' – A grid with rectangular cells that are refined in a quadtree manner around any points, arcs and polygons which specify the refinement attribute and refinement size. The cells surrounding the points, arcs, and polygons are also refined to smooth change from coarse cells to refined cells. | ||
*''Nested'' – A grid with rectangular cells that are refined like the quadtree option, but the surrounding cells are not smoothed. | *''Nested'' – A grid with rectangular cells that are refined like the quadtree option, but the surrounding cells are not smoothed. | ||
*''Voronoi'' – A grid with cells of various sizes and shapes which meet the Voronoi criteria | *''Voronoi'' – A grid with cells of various sizes and shapes which meet the Voronoi criteria. The mesh is refined around points that are marked as refine points based on the specified refinement size. The mesh is constructed to honor all arc geometry. If refinement is specified as an attribute on arcs or polygons it is ignored. | ||
{| | |||
|- | |||
|[[File:UGrid Example1.png|thumb|center|250 px|UGrid quadtree example]] | |||
|[[File:UGrid Example2.png|thumb|center|250 px|UGrid Voronoi example]] | |||
|} | |||
==Related Topics== | |||
* [[Unstructured Grid]] | |||
{{Navbox GMS}} | {{Navbox GMS}} | ||
[[Category:UGrid]] | [[Category:UGrid]] | ||