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)
 
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.abfTo translate the file C:/result.fil into
                    C:/result.mrf:
                
            
        fil2mrf C:/result.fil C:/result.mrf