Skip to content

First Release of pyansys

Compare
Choose a tag to compare
@akaszynski akaszynski released this 20 Oct 09:39

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.