Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

pycalculix v0.92 (use with pip)

Compare
Choose a tag to compare
@spacether spacether released this 28 Dec 03:59
· 200 commits to master since this release

v0.92 released
pycalculix is a Python 3 library to automate and build finite element analysis (FEA) models in Calculix.
Meshing uses Calculix or GMSH.
Website: http://justinablack.com/pycalculix/
Source Code: https://github.com/spacether/pycalculix
This file includes binaries (programs): Gmsh (meshing), and Calculix (FEA solver).
It works on Linux and Windows.

Installation:
This release is a python installation file.
One must have python 3+ installed, and the pip library.
To install it, in your console, type:
pip install pycalculix
or manually download this file and type:
pip install Drive:/folder/pycalculix-0.92.zip [you insert the location that you downloaded the zip file to]

pycalculix Features:
-Static structural models can be made and analyzed
-Triangular or quadratic first or second order elements
-Plane stress, plane strain, and axisymmetric elements
-Loads: pressure, forces, water pressure, rotational speed, gravity
-Constraints: displacement constraints
-All results can be plotted and queried from python

Single parts can be analyzed or
multiple parts without contact between them