Text file format

Each data group in a SPACE GASS text file must be preceded by a title line. The title line describes the type of data in the lines to follow. For example, the node data would be preceded by "NODES". When reading text files the program uses only the first six characters of each title line, therefore when creating text files you can abbreviate title lines to their first six characters.

 

It is possible to repeat data throughout the data file. Single items or whole groups can be repeated. In such cases the last entry overrides any previous entries. For example, if node coordinates were entered at the top of the file and then updated at the end, the last group would override the first. This practice, however is not recommended.

 

Groups of data do not have to be input in any particular order. The program recognises the data types by their title lines rather than their order of appearance.

 

image\ebd_4.gif Real numbers in SPACE GASS text files no longer need to contain a decimal point. Furthermore, all numbers in SPACE GASS text files can now be up to 15 digits long (they were previously limited to 10 digits).