Releases: ansys/pymapdl
Releases · ansys/pymapdl
Modified Binary Geometry, Matrix, and Result Reader
pyansys
can now read component stresses from the result file. The mass and stiffness matrices can now be read using sorted and unsorted indexing. Additionally, the geometry can be directly read from the result file, making it unnecessary to load in a separate archive file.
See the full documentation Loading Results and Loading Full for details on the new API.
First Release of pyansys
This Python module uses cython and c source to interface with ANSYS binary files. Useful for post processing ANSYS files, displaying using vtk, and analyzing results.
Initial release includes limited functionality
- Modal results from a *rst file can be read.
- Mass and stiffness matrices from the full file must be symmetric. Additionally, the module cannot import lumped mass matrices.
Additional features will be added when requested.