Skip to content
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

pyfluent.launch_fluent(ui_mode=pyfluent.UIMode.GUI) or pyfluent.launch_fluent(ui_mode="gui") doesn't work anymore #2754

Closed
mkundu1 opened this issue Apr 30, 2024 · 3 comments · Fixed by #2765 or #2774
Assignees
Labels
bug Something isn't working

Comments

@mkundu1
Copy link
Contributor

mkundu1 commented Apr 30, 2024

Looks like the user-input value of ui_mode is cleared in the line ui_mode = _get_ui_mode(show_gui) in standalone launcher.

@mkundu1
Copy link
Contributor Author

mkundu1 commented May 1, 2024

Still getting some odd behaviour with the ui_mode argument. Looking at the PR now _get_ui_mode's arguments are swapped during call.

@mkundu1 mkundu1 reopened this May 1, 2024
@hpohekar
Copy link
Collaborator

hpohekar commented May 2, 2024

@mkundu1 I have tried both solver = pf.launch_fluent(ui_mode="gui") and solver = pf.launch_fluent(ui_mode=pf.UIMode.GUI) both of them are working fine.

Could you please elaborate on the odd behavior that you have observed. Thank you.

@hpohekar
Copy link
Collaborator

hpohekar commented May 2, 2024

@mkundu1 Yes, right. Their values were swapping during the call. It's resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants