SMS:Curvilinear Grid Module: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 31: Line 31:
To do a merge:
To do a merge:
* Hold down the ''CTRL'' key and select two curvilinear grids from the tree item.   
* Hold down the ''CTRL'' key and select two curvilinear grids from the tree item.   
* Right click and select '''Merge Curvilinear Grids'''
* Right click and select '''Merge Curvilinear Grids'''.


A new curvilinear grid is created from the 2 selected grids.
A new curvilinear grid is created from the two selected grids.


==Related Topics==  
==Related Topics==  

Revision as of 22:13, 6 March 2013

The curvilinear grid module contains tools used to work with curvilinear grid data. Curvilinear grids consist of nodes that are grouped together to form cells. These nodes and cells define the computational domain of the numerical model. In addition to nodes and cells, a curvilinear grid may store additional information such as material values assigned to elements and boundary conditions assigned to nodes. In general, this additional information is used as input data for the numerical model.

Nodes

Nodes are the basic building blocks of cells in a curvilinear grid. Nodes store elevation and other dataset values. Nodes can also be used for building nodestrings and assigning boundary conditions. The density of nodes helps determine the quality of solution data and can be important to model stability.

Cells

Cells are used to describe the area to be modeled. Cells are formed by joining exactly four nodes. No more than four cells may join at a single node. If four cells join at a single node, the node cannot be a boundary node. Cells are identified by a unique i, j index.

Nodestrings

A collection of nodes can be formed into a nodestring. Nodestrings are most commonly used to assign boundary conditions such as a flowrate or water-surface elevation. Nodestrings can also be used for mesh renumbering, forcing break lines, and boundary smoothing. Finally, a nodestring can store attributes pertinent to a location such as the total flow nodestring.

Curvilinear Grid Models

The curvilinear grid module currently includes interfaces for:

  • LTFATE

Curvilinear Grid Module Tools

See Curvilinear Grid Module Tools for more information.

Curvilinear Grid Module Menus

See Curvilinear Grid Module Menus for more information.

Curvilinear Grid Display Options

See Curvilinear Grid Display Options for more information.

Merging Two Curvilinear Grids

To merge two curvilinear grids you must have at least one segment that is common (shared) between the two grids.

To do a merge:

  • Hold down the CTRL key and select two curvilinear grids from the tree item.
  • Right click and select Merge Curvilinear Grids.

A new curvilinear grid is created from the two selected grids.

Related Topics