I set "solver.file.confirm_overwrite = False"
But when trying to write a setting file that already exists, itΒ΄s not overwritten.
solver.tui.file.write_settings("mysetttings.set")
--> seems to be related with the fluent batch options
--> unfortunately solver.tui.file.set_batch_options("no yes yes no") does not work
π Before submitting the issue
π Description of the bug
I set "solver.file.confirm_overwrite = False" But when trying to write a setting file that already exists, itΒ΄s not overwritten. solver.tui.file.write_settings("mysetttings.set")
--> seems to be related with the fluent batch options --> unfortunately solver.tui.file.set_batch_options("no yes yes no") does not work
π Steps to reproduce
"solver.file.confirm_overwrite = False" solver.tui.file.write_settings("mysetttings.set") solver.tui.file.write_settings("mysetttings.set")
-> check fluent output: settings file will only be written out once
π» Which operating system are you using?
Windows
π Which ANSYS version are you using?
v232
π Which Python version are you using?
3.10
π¦ Installed packages