.flst file

An OptiStruct XML format file.

File Creation

This file is created when the -inventory run option is used.

File Contents

The .flst file contains a list of all input files needed for the run.

In this file, the OptiStruct input files are referenced by ‘input’ and all other files listed in ASSIGN or RESTART are referenced by ‘data’.

The following example shows the contents of a typical .flst file.
<results_catalog>
   <input name="file1.fem"/>
   <input name="C:/directory1/file2.fem"/>
   <data name="../directory2/test_dir/test_file_name.h3d"/>
</results_catalog>

Comments

  1. This file is only output when the -inventory run option is used.
  2. Refer to -inventory in Run Options for more information.