Structured_mesh_data

 

Data Structure: Structured_mesh_data

Description

Structured mesh generation data structure

Usage

Structured_mesh_data     NUM=ival   where ival  is the data structure number

 

Description

Overview

The Structured_mesh_data mesh generation data structure defines the main control data for structured mesh generation including:

The default number of divisions for all lines (overwritten if required by specific division data defined in Structured_line_set data structures).

The list of Structured_line_set data structures to be used.

Assignment of a structured mesh algorithm to specific geometry entities.

 

The structured mesh generation algorithm generates regular meshes on geometry defined using quadrilateral surfaces in 2-D or hexahedral volumes in 3-D. The limitation of the algorithm is that the number of divisions on opposing lines in a surface must be the same. This is enforced by automatically evaluating sets of lines within the geometry that must have the same number of divisions. This also simplifies the definition of the line division data, as only one line within any set needs to be assigned division data.

 

In addition to defining the number of divisions on a line, a weighting for the distribution of the division size may also be defined using the Structured_line_set data structure.

 

 

Click to expand/collapseDefault_divisions    Default number of divisions

 

Click to expand/collapseList_structured_line_sets    List of structured line sets

 

Click to expand/collapseLines    List of structured lines (Optional)

 

Click to expand/collapseSurfaces    List of structured surfaces (Optional)

 

Click to expand/collapseVolumes    List of structured volumes (Optional)