An example of a radial internal table file is shown below. Critical aspects of the file are the specific parentheses used, the use of quotation marks to identify text strings, and the literal identifiers such as 'Type', 'radial' and 'DataSets'. The columnar data inside the brackets are free format, and any delimiters may be used to separate the individual numbers. Each column of data must have the same number of elements. There must be a column of data identified as 'R'.
{'Type': 'radial'
'DataSets': [ 'R' 'axial-vel']
'R': [0 0.01 0.02 0.03 0.05 0.07 0.09 0.1 0.12 0.13 0.14 0.15]
'axial-vel': [0.9700 0.9756 0.9697 0.9878 0.9955 1.0223
1.0404 1.0519 1.059543 1.065043 1.064233 1.071543] }