fil2mrf

Translates Abaqus .fil files into various formats.

Syntax

fil2mrf fil_source_file target_file

Application

Translators

Description

Translates Abaqus .fil files into:
  • Altair Binary Files (.abf)
  • Altair Multibody Result Files (.mrf)
  • Tabulated ASCII files (.tab)
The tool is available from the <altair_home>/io/translators/bin/<platform> directory.

Inputs

fil_source_file
The name and path of the Abaqus .fil file to translate.
target_file
The name and path of the file to write. Use the proper file extension to determine which format to write.

Example

To translate the file C:/result.fil into C:/result.abf:
fil2mrf C:/result.fil C:/result.abf
To translate the file C:/result.fil into C:/result.mrf:
fil2mrf C:/result.fil C:/result.mrf