ANSYS Version used by PyMAPDL reader, pyDPF

cvaero
cvaero Member Posts: 10
First Anniversary Name Dropper First Comment
**
edited June 2023 in Structures

Hello,

DPF and possibly the PyMAPDL reader, use libraries or other files that come with an ANSYS installation. When a script that uses PyMAPDL or DPF is executing, I would like to know which ANSYS installation it is using (I have multiple ANSYS versions installed). How would I do that?

Tagged:

Answers

  • Mike Rife
    Mike Rife Member, Employee Posts: 50
    10 Comments First Answer 5 Likes First Anniversary
    ✭✭✭✭

    Hi @cvaero

    'PyMAPDL Reader' is a stand-alone program that does not interact with MAPDL. So MAPDL does not need to be installed to use it...unlike PyMAPDL which is interacting with an running instance of MAPDL as a Service.

    I'm not 100% sure about DPF but I think that it uses the latest version available. And it looks like there are ways to choose versions if needed. Search the DPF documenation site for 'ansys_path'.

    Mike