What Is Table (x,y,z)?
An (x,y,z) table has a column of ’X’ values, ’Y’ values and, in three-dimensional cases, ’Z’ values that specify the position, in default units, of each point (row) in the table:
X Y Z VAR1 ... VARn
where, for each column header, VARn is the name of a particular variable.
The points are considered unordered in the file, and no interpolation is done to calculate face and cell values. Each face or cell is assigned the value from the closest point in the table.