The data file is created by the command shown below.
The first three lines of the exported data file are comments. Next, come 12 integer that describe the structure of the file. The next line “---Component--- BarNumber1” lists the first component of the instrumentation package; the component label is BarNumber1. The next 12 integer provide information about the component. The next lines, “ **Gauge** Gauge1” and “ **Gauge** Gauge2” list the two gauges associated with the first component; the gauge labels are Gauge1 and Gauge2.
The above sequence is repeated for all components and all gauges of the instrumentation package to for the header of the data file.
Once the header is completed, the actual data is listed for each of the time steps. Each time step data starts with the following information “ <<<Time>>> 0.00000e+000” where 0.00000e+000 is the time. Up to six channels for each of the gauges are listed next, each gauge on one line. Note that each gauge can have up to six channels. In the present example, four lines are needed to provide the data for the four gauges. The same sequence is repeated for all subsequent time steps.
The illustrated data file was exported, i.e., the data file is of type EXPORT. This data file could be imported in a subsequent simulation.
It is possible for an external application to create a data file that satisfies the syntax requirements illustrated . Such file can then be declared of type IMPORT and read to be used by the simulation.