This guide explains how to run an OpenRadioss example, convert its ANIM output (A001, A002, etc.) into a single VTKHDF file, and visualize the results in ParaView.
Download the latest release from:
git clone <your-repo-url>This repository should contain:
Convert_Anim_to_VTKHDF.py
Clone into a separate directory:
git clone https://gitlab.kitware.com/keu-public/openradioss-to-vtkhdf.git
cd openradioss-to-vtkhdfCreate and activate a Python virtual environment:
python -m venv .venv
.\.venv\Scripts\activateInstall the converter:
python -m pip install .Download from:
https://www.paraview.org/download/
Use the OpenRadioss GUI to run any example.
After the run, the output directory will contain ANIM files such as:
A001
A002
A003
These files have no extensions.
Place Convert_Anim_to_VTKHDF.py inside the directory containing your ANIM files.
Activate the virtual environment:
cd <path to openradioss-to-vtkhdf>
.\.venv\Scripts\activateNavigate to your ANIM directory and run:
python Convert_Anim_to_VTKHDF.pyThis creates:
output.vtkhdf
Open ParaView → File → Open → select the generated .vtkhdf file.
Click Apply to load the time series and fields.