https://github.com/wr1/frd2vtu
Converter for calculix binary frd files to vtu
https://github.com/wr1/frd2vtu
fea mesh-generation visualisation
Last synced: 5 months ago
JSON representation
Converter for calculix binary frd files to vtu
- Host: GitHub
- URL: https://github.com/wr1/frd2vtu
- Owner: wr1
- License: mit
- Created: 2024-07-26T06:51:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T07:55:23.000Z (12 months ago)
- Last Synced: 2025-09-02T01:39:55.968Z (10 months ago)
- Topics: fea, mesh-generation, visualisation
- Language: Python
- Homepage: https://wr1.github.io/frd2vtu/
- Size: 2.32 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/wr1/frd2vtu/actions/workflows/publish.yml)[](https://github.com/wr1/frd2vtu/actions/workflows/test.yml)
# frd2vtu
A Python tool to convert CalculiX .frd files to VTK .vtu files.
It is inspired by ccx2paraview https://github.com/calculix/ccx2paraview
## Overview
This tool converts CalculiX binary .frd files to VTK .vtu files, which can be visualized in tools like ParaView. It supports various element types and can handle multiple files in parallel.
## Installation
```bash
pip install frd2vtu
```
## Usage
```bash
frd2vtu input.frd
```
## Examples
Test cases from the 


