Preventing pop up windows #4391
Unanswered
david-f-fletcher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am automating lots of workflows with pyFluent and finding it amazingly good. There is one thing however that is driving me mad! When a operation such as reading a material in from the database of modifying the fluids in a mixture is performed you get the pop-ups like "Material hydrogen copied from database." of Mixture Fred now has 5 species". Is there anyway to prevent this? I already have
solver.settings.file.batch_options = {
'confirm_overwrite': False,
'exit_on_error': True,
'hide_answer': True,
'redisplay_question': False
}
in my script.
Thanks David
Beta Was this translation helpful? Give feedback.
All reactions