GridGeneratorDefinition¶
GridGeneratorDefinition element contains definition information of the grid generating program.
Example¶
1<GridGeneratorDefinition
2 name="samplecreator"
3 caption="Sample Grid Creator"
4 version="1.0"
5 copyright="Example Company"
6 executable="generator.exe"
7 gridtype="structured2d"
8>
9 <GridGeneratingCondition>
10 <Tab name="basic" caption="Basic Setting">
11
12 (Abbr.)
13
14 </Tab>
15 </GridGeneratingCondition>
16</GridGeneratorDefinition>
Attributes¶
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 |
Value |
Meaning |
---|---|
structured2d |
two-dimensional structured grid |
unstructured2d |
two-dimensional unstructured grid |
Child elements¶
Name |
Required |
Description |
---|---|---|
GridGeneratingCondition |
Yes |
Grid creating condition |
ErrorCodes |
List of error codes |