Calculix

Last updated
Original authors Guido Dhondt, Klaus Wittig
Initial release1998 [1]
Stable release
2.23 / October 19, 2025;21 days ago (2025-10-19)
Repository
Operating system Linux, Windows
Type Finite element analysis
License GPL (free software)
Website www.dhondt.de , www.calculix.de

CalculiX is a free and open-source finite-element analysis application that uses an input format similar to Abaqus. It has an implicit and explicit solver (CCX) written by Guido Dhondt and a pre- and post-processor (CGX) written by Klaus Wittig. [2] The original software was written for the Linux [3] operating system in 1998. [1] Convergent Mechanical has ported the application to the Windows operating system. [4]

Contents

The pre-processor component of CalculiX can generate grid data for the computational fluid dynamics programs duns, ISAAC and OpenFOAM. It can also generate input data for the commercial FEM programs Nastran, Ansys and Abaqus. [5] The pre-processor can also generate mesh data from STL files. [6]

There is an active online community that provides support at Discourse. [7] Convergent Mechanical also provides installation support for their extended version of CalculiX for Windows. [4]

There is a friendly CalculiX Launcher [8] with CCX wizard for both Windows and Linux. [9]

Also possible is the Installation in Windows 10 Fall Creator (1709) with the new Linux Subsystem WSL. [10]

A Python library, pycalculix, [11] was written to automate the creation of CalculiX models in the Python programming language. The library provides Python access to building, loading, meshing, solving, and querying CalculiX results for 2D models. Pycalculix was written by Justin Black. Examples and tutorials are available on the pycalculix site. [11]

FreeCAD has developed a FEM workbench that automates the creation of CalculiX models.

There is a lot good examples of use of CalculiX [12] by Prof. Martin Kraska, Brandenburg University of Applied Sciences.

The preCICE (software) adapter for CalculiX [13] allows coupling it to other solvers to form partitioned multi-physics simulations.

The source code is distributed as archives on Guido Dhnond's website [14] and via GitHub. [15] The GitHub project includes an issue tracker. Contributions via pull requests are not directly merged, but the suggestions are incorporated manually by the maintainers, [16] suggesting that the primary development takes place on a different repository.

Literature

References

  1. 1 2 "Front Matter". The Finite Element Method for Three‐Dimensional Thermomechanical Applications. John Wiley & Sons, Ltd. 2004. pp. i–xxi. doi: 10.1002/0470021217.fmatter . ISBN   9780470021217.
  2. CalculiX website.
  3. How To Install CalculiX 2.6 multi-thread under Ubuntu 11.04 and later.
  4. 1 2 Convergent Mechanical's website.
  5. CalculiX Review by iMechanica.
  6. CGX Documentation.
  7. CalculiX Discourse Group.
  8. CalculiX Launcher (SourceForge).
  9. CalculiX Launcher.
  10. "HOW-TO Install CalculiX in Windows 10 with Windows Subsystem for Linux (WSL) from original source". July 10, 2017.
  11. 1 2 pycalculix website.
  12. CalculiX examples.
  13. CalculiX preCICE adapter
  14. Guido Dhondt's website for CalculiX.
  15. Official repository on GitHub
  16. Closed PRs on GitHub