4 - 4   CONVERGE HDF5 File Loader

Use the CONVERGE HDF5 loader to load post*.h5 files produced by CONVERGE. This loader does not have any Advanced Options and will load all supplied variables. Multiple files may be loaded via the Load Data dialog. Multiple files will be separated into separate zones in Tecplot.

4 - 4.1   Macro Commands for the CONVERGE HDF5 loader

The syntax for loading CONVERGE HDF5 data files with the Tecplot macro language is as follows:

$!READDATASET ' "STANDARDSYNTAX" "1.0"

"..any of the name value pairs in the following table..." '

DATASETREADER = 'CONVERGE HDF5 File Loader'

Each name/value pair should be in double quotes.

Keyword

Values

Default

Notes

STANDARDSYNTAX

"1.0"

n/a

Must be the first instruction.

FILENAME_FILE

"filename"

n/a

The name of the file to load.

FILELIST_DATAFILES

"filenames"

n/a

Option to load multiple files. Syntax: "FILELIST_DATAFILES n filenames"

where n is the number of files to be loaded and filenames is a list of CONVERGE HDF5 files delimited by spaces.