pyccx
pyccx copied to clipboard
A library for creating and running 3D FEA simulations using the opensource Calculix FEA Package.
Axisymmetric Elements are available but implementation and testing within Calculix. This will assume elements with a 2D cross-section projected by revolution around an axis.
A paraview .vtk export option to view the results from Calculix would be useful to post-process the results and provide a better presentation of the results. It is possible to...
Allows CalculiX in WSL to be used instead of a native install within Windows. Added this feature since it was very handy for me. Running this package fully in WSL...
Currently using GMSH to generate the mesh input file for Calculix, however, there is currently not an option to generate reduced order elements natively.
Make the results() function look in the current working directory Resolves #7
It appears that in the Simulation class (pyccx/analysis/analysis.py), the working directory that was set on object creation is not taken into account when trying to retrieve the results using the...
Hello there! When trying to import pyccx, the statement 'import pyccx' causes a crash. This is done similarly as the example python file. Simply commenting out the WEDGE6 class in...
Hi, I'm trying to develop [CalculiX organization](https://github.com/calculix) on the GitHub to unite all developers and tools in one place. As I can see, you're a member of the organization. So,...
The entire results file from Calculix is loaded entirely into memory and parsed which is an expensive procedure for large analyses. Individual timesteps and loadcases should be able to be...
Supported keywords and elements in documentation is necessary against unnecessary problems. See keywords of version 2.21, same in 2.22 https://github.com/calculix/new_keywords/blob/main/keywords_calculix_221.txt