Paraqus

Paraqus: Exporting Finite Element Simulation Results from Abaqus to VTK - Published in JOSS (2025)

https://github.com/instituteofmechanics/paraqus

Science Score: 95.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
    3 of 5 committers (60.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software
Last synced: 6 months ago · JSON representation

Repository

An exporter for Abaqus output data to the VTK/VTU file format.

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • Open Issues: 3
  • Releases: 1
Created about 1 year ago · Last pushed 9 months ago
Metadata Files
Readme Contributing License

README.md

DOI

Paraqus

Introduction

Paraqus is a Python package to convert simulation results, for example from finite element or CFD simulations, to the widely used and open Visualization Toolkit (VTK) file format. It was initially designed for the export of FE results from the commercial FE software Abaqus, but its modular structure allows it to be extended to other software. VTK files can be visualized for example by the free and open source software ParaView. Paraqus is intended for anyone who wants to convert simulation results, especially from Abaqus, to a non-proprietary format, either to use tools such as ParaView for their own visualizations, or to exchange data in an open format.

Documentation

The documentation for Paraqus can be found here. We refer the reader to the documentation for information on dependencies, installation, and usage of the package.

Contacts

For any problems related to Paraqus, please open an issue in our GitHub repository.

License

Paraqus is released under the GNU GPLv3 license.

Citation

If you used Paraqus for your project, please cite the following publication:

@article{paraqus, 
         doi = {10.21105/joss.05729}, 
         year = {2025}, 
         volume = {10}, 
         number = {106}, 
         pages = {5729}, 
         author = {Tim Furlan and Jonathan Stollberg and Andreas Menzel}, 
         title = {Paraqus: Exporting Finite Element Simulation Results from Abaqus to VTK}, 
         journal = {Journal of Open Source Software}}

Owner

  • Name: Institute of Mechanics - TU Dortmund University
  • Login: InstituteOfMechanics
  • Kind: user

JOSS Publication

Paraqus: Exporting Finite Element Simulation Results from Abaqus to VTK
Published
February 07, 2025
Volume 10, Issue 106, Page 5729
Authors
Tim Furlan ORCID
Institute of Mechanics, Department of Mechanical Engineering, TU Dortmund University, Leonhard-Euler-Str. 5, 44227 Dortmund, Germany
Jonathan Stollberg ORCID
Institute of Mechanics, Department of Mechanical Engineering, TU Dortmund University, Leonhard-Euler-Str. 5, 44227 Dortmund, Germany
Andreas Menzel ORCID
Institute of Mechanics, Department of Mechanical Engineering, TU Dortmund University, Leonhard-Euler-Str. 5, 44227 Dortmund, Germany, Division of Solid Mechanics, Department of Construction Sciences, Lund University, P.O. Box 118, SE-22100 Lund, Sweden
Editor
Prashant Jha ORCID
Tags
finite elements visualization vtk abaqus

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 2
  • Member event: 2
  • Push event: 18
  • Public event: 1
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 2
  • Member event: 2
  • Push event: 18
  • Public event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 359
  • Total Committers: 5
  • Avg Commits per committer: 71.8
  • Development Distribution Score (DDS): 0.49
Past Year
  • Commits: 168
  • Committers: 4
  • Avg Commits per committer: 42.0
  • Development Distribution Score (DDS): 0.286
Top Committers
Name Email Commits
Tim Furlan t****n@t****e 183
Jonathan Stollberg j****g@g****m 166
Tim 8****n 6
Jonathan Stollberg j****g@t****e 3
Institute of Mechanics - TU Dortmund University 1****s 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 3
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tmfrln (3)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/draft-pdf.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • openjournals/openjournals-draft-action master composite
.github/workflows/publish_pypi.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/publish_testpypi.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/run_unittests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/test_from_testpypi.yml actions
  • actions/setup-python v2 composite
pyproject.toml pypi
  • numpy *