-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding save_path to some examples #31
Conversation
@raph-luc Thanks for fixing the examples for the latest version of Fluent. Few suggestions:
|
As discussed with @mkundu1, some additional changes to how |
Addressing #25, adding the option to save to user-specified paths in some of the examples, also making various smaller fixes in attempts to get the examples to work on Fluent v231 and v232
As most of the examples do not properly kill running processes (e.g. using
session.exit()
), I have been changing them to show the gui when running (show_gui=True
), also makes them easier to dev and debug, and I think having the gui works better for the examples overall. edit: see comments below, rather than usingshow_gui
, addedsession.exit()
s to the examples that were missing itRelated issues:
#28 - 'Ablation' still not working correctly
#29 - 'Separator-Collection-Efficiency' preliminary fix in this branch
#30 - 'Steady-Vortex-VOF' still not working correctly
Will continue to work through the examples as time allows in future branches/PRs