PARANSYS: Python pArametric Reliability Analysis on ANSYS, but it's not limited just for that!
PARANSYS is a module that can connect the ANSYS software to Python scripts using APDL scripts. It has one connection class, that can be used with many types of APDL analysis (more than reliability analysis), and two other classes for reliability analysis, that can be used with implicit and explicit Python functions, not just with ANSYS.
You can find the documentation at https://dutitello.github.io/parAnsys/ and some examples here at examples folder.
You can install it by cloning (downloading) this repository here and then running command python setup.py install
.
This module is published at Zenodo
You can cite it as follows, or you can get another format at it's Zenodo page.
Titello, E.P. (2020). PARANSYS: Python pArametric Reliability Analysis on ANSYS. Version 0.1. Zenodo. https://doi.org/10.5281/zenodo.4161580
This is part of my master degree thesis, available here.
This module makes no claim to own any rights to ANSYS, it's just an interface to call the program owned by ANSYS company.