-
Notifications
You must be signed in to change notification settings - Fork 50
setup for fluent #877
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
setup for fluent #877
Conversation
It's not entirely clear to me what this is for. |
We want to use meshing, workflow, solver, PartManagement,, PMFileManagement and preferences as global PyConsole objects while executing python journal. To get this to work seamlessly in PyFluent, we have implemented setup_for_fluent. |
So, that you don't need to type If so, I'm confused. The thing is that these objects are specific to a session right. |
You're right, just one change, we don't need to type |
Which means this is useful in the scenario where you want to interact with a single Fluent session right? |
Yes, right, it will be depend on whether the session is |
No description provided.