GridGeneratorDefinition

GridGeneratorDefinition element contains definition information of the grid generating program.

Example

List 71 Example of GridGeneratorDefinition
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<GridGeneratorDefinition
  name="samplecreator"
  caption="Sample Grid Creator"
  version="1.0"
  copyright="Example Company"
  executable="generator.exe"
  gridtype="structured2d"
>
  <GridGeneratingCondition>
    <Tab name="basic" caption="Basic Setting">

      (Abbr.)

    </Tab>
  </GridGeneratingCondition>
</GridGeneratorDefinition>

Attributes

Table 29 Attributes of GridGeneratorDefinition
Name Value Required Description
name String Yes Identification name of the grid generator (in alphanumeric characters only)
caption String Yes Name of the grid generator (any characters can be used)
version String Yes Version number, in a form such as "1.0" or "1.3.2"
copyright String Yes Name of copyright owner; basically in English
release String Yes Date of release, in a form such as "2010.01.01"
homepage String Yes URL of the web page that provides information on the grid generator
executable String Yes Filename of the executable program. (ex. GridGen.exe)
gridtype Refer to table below Yes Grid type
Table 30 gridType values
Value Meaning
structured2d two-dimensional structured grid
unstructured2d two-dimensional unstructured grid

Child elements

Table 31 Child elements of GridGeneratingCondition
Name Required Description
GridGeneratingCondition Yes Grid creating condition
ErrorCodes   List of error codes