hgares

Translates ADAMS .res files into various formats.

Syntax

hgares res_source_file target_file

Application

Translators

Description

Translates ADAMS .res 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

res_source_file
The name and path of the ADAMS .res 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.res into C:/result.abf:
hgares C:/result.fil C:/result.abf
To translate the file C:/result.res into C:/result.mrf:
hgares C:/result.fil C:/result.mrf