ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
40 stars 8 forks source link

DPF-RST file compatibility #577

Closed agrishin closed 5 months ago

agrishin commented 5 months ago

Description of the modifications

Costas Vogiatzis (Costas.Vogiatzis@Honeywell.com) asks the following:

"From a Python script I get the error below when attempting to access RST data from DPF. I was under the impression that one could use DPF to access RST files from earlier ANSYS versions. Can you please clarify how DPF version compatibility works specifically in accessing RST files?

Python Error: InvalidANSYSVersionError: Ansys v202 does not support DPF

Regards,

Costas Vogiatzis Aero & Mechanical Sciences Honeywell Aerospace Technologies"

Useful links and references

No response

PProfizi commented 5 months ago

Hi @agrishin,

Yes, DPF can indeed read RST files emanating from older ANSYS versions, the same way MAPDL can. I'll see where we can add more information on file version support. The issue encountered here is due to the fact that DPF as a tool did not exist before ANSYS v211 as you can see here and here.

PyDPF libraries are client libraries which need a DPF server installation to connect to. It seems like here your client is trying to use PyDPF with an ANSYS 2020R2, which does not include DPF.

What you can do if bumping to a more recent installation of ANSYS is not possible, is install a DPF server as a standalone application as explained here.

agrishin commented 5 months ago

Thanks! Customer has been notified. I think we can consider this issue closed...