10.10. XY Query Data Format

The EnSight XY Query Data format (suffix .exy) is useful to save an xy query from EnSight. The data is saved into this format by right clicking on a query (or queries) and choosing to Save EnSight XY file, as shown in Figure 10.8: Saving an EnSight XY File. Since this format does not support transient data, saving a transient query results in a file for each chosen query for each timestep. The file can contain one or more curves. The following is an example XY Data file:

Figure 10.8: Saving an EnSight XY File

Saving an EnSight XY File

Individual .exy files can be read in using the query dialog. Click on the Query icon.

In the resulting Create/Edit Query/plot dialog, choose SampleRead from an external file and click on Load XY Data From File... Using this methodology, you can load one, static dataset. There is currently no way to recreate the transient XY query by reading from the multiple static files.

LineContents of Line
12
2Distance vs. Temperature for Line Tool
3Distance
4Temperature
51
65
70.04.4
81.05.8
92.03.6
103.04.6
114.04.8
12Distance vs. Pressure for Line Tool
13Distance
14Pressure
152
164
170.001.2
180.021.1
190.041.15
200.061.22
213
221.101.30
231.121.28
241.141.25

Line 1 contains the (integer) number of curves in the file.

Line 2 contains the name of the curve.

Line 3 contains the name of the X-Axis .

Line 4 contains the name of the Y-Axis .

Line 5 contains the number of curve segments in this curve.

Line 6 contains the number of points in the curve segment.

Lines 7-11 contain the X-Y information.

Line 12 contains the name of the second curve.

Line 13 contains the name of the X-Axis

Line 14 contains the name of the Y-Axis

Line 15 contains the number of curve segments in this curve. (For the second curve, the first segment contains 4 points, the second 3 points.)