SMS:Curvilinear Grid Module

From XMS Wiki
Revision as of 20:22, 25 October 2012 by Jcreer (talk | contribs) (Created page with "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 ce...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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:

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.

Related Topics