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.