ansys / pyfluent

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

Animation storage type specification is an integer #3324

Open mkundu1 opened 6 days ago

mkundu1 commented 6 days ago

Currently, the solution animation storage type needs to be specified through an integer, it should be a string.

animation = solver.settings.solution.calculation_activity.solution_animations.create("a1")
animation.animate_on = "c1"
animation.storage_type = 7 # for PNG format