ansys / pyfluent

Pythonic interface to Ansys Fluent
https://fluent.docs.pyansys.com
MIT License
265 stars 41 forks source link

feat: Remove PyFluentUserWarning on example download #3317

Closed hpohekar closed 1 week ago

hpohekar commented 1 week ago

closes https://github.com/ansys/pyfluent/issues/3110

Remove PyFluentUserWarning on example download.

>>> from ansys.fluent.core import examples
>>> import_case = examples.download_file(file_name="exhaust_system.cas.h5", directory="pyfluent/exhaust_system")
>>> import_case = examples.download_file(file_name="exhaust_system.cas.h5", directory="pyfluent/exhaust_system")
>>>

image