Explore, organize and manage your personal data, collaborate in teams, and connect to other data sources, such as
corporate PLM systems to access CAD data or publish simulation data.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running HyperWorks in batch mode, using Tcl/Tk commands, translators, and result math.
A generic ASCII reader is now available which allows you to bring custom results directly into HyperView. The AltairASCII format is useful for reading the results of any in-house or propriety codes which are saved in a generic format.
External resources can be registered in preference files, session files, or Templex files. If an external resource is registered in a program session, it is automatically registered in the session
file when the session is saved.
Translates Nastran*.f06ASCII files into HyperMesh binary results files. hmnastf06 reads only the GPSTRESS output from the .f06 file for SOL101 analyses.
Translates OUTPUT2 Nastran binary results into HyperMesh binary results files. hmnasto2 can be executed either independently or directly from HyperMesh.
Overview of external readers and the Altair Binary Format, the generic ASCII reader, running HyperWorks in batch mode, using Tcl/Tk commands, translators, and result math.
Translates HyperMesh binary results
(.res) into ASCII-formatted
data.
Syntax
hmresdmpres_source_file?-stats?
Application
Translators
Description
The tool is available from the
<altair_home>/io/translators/bin/<platform>
directory.
The ASCII results output is written in block format.
The first entry in the output is the number of simulations. Then, each simulation
contains one or data type blocks. Depending on the data type, there will be node or
element data written to the block with either one or three values per entity. There
are always six digits after the decimal point for double values. Both standard and
complex results are supported.
Max Simulations: 2
Simulation: X Loads Subcase
Data type: Displacements
node 1 (0.000000,0.000000,0.000000)
node 2 (1.000000,0.000000,0.000000)
node 3 (1.000000,0.000000,0.000000)
node 4 (0.000000,0.000000,0.000000)
Simulation: X Loads Subcase
Data type: von Mises Stress
element 1 (1000.000000)
Simulation: Y Loads Subcase
Data type: Displacements
node 1 (0.000000,0.000000,0.000000)
node 2 (0.000000,1.000000,0.000000)
node 3 (0.000000,1.000000,0.000000)
node 4 (0.000000,0.000000,0.000000)
Simulation: Y Loads Subcase
Data type: von Mises Stress
element 1 (1000.000000)
Inputs
res_source_file
The name and path of the .res file to
translate.
-stats
An optional argument that specifies if result statistics should be
output instead of results data. Statistics include information such as
the number of simulations, simulation names, data type names, and
min/max element and node values for each data type.
Example
To translate the file C:/result.res to
stdout:
hmgenres
C:/result.res
To translate the file C:/result.res to
C:/result.txt: