You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If solver.settings.setup.cell_zone_conditions.solid.list() is called and then immediately after solver.settings.setup.cell_zone_conditions.fluid.list() is called, the same list is returned. If the command is called twice, it works. I am unsure if this has wider implications for how these functions work.
@gyeole Confirmed that stale value is returned from object-names method of thread-type-class. Perhaps some issue from the object names cache or bc-type -> object-names cache?
🔍 Before submitting the issue
🐞 Description of the bug
If
solver.settings.setup.cell_zone_conditions.solid.list()
is called and then immediately aftersolver.settings.setup.cell_zone_conditions.fluid.list()
is called, the same list is returned. If the command is called twice, it works. I am unsure if this has wider implications for how these functions work.📝 Steps to reproduce
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
Fluent 24.1
Pyfluent 0.16
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: