Replies: 3 comments 1 reply
-
Forgot to mention that a search of "issues" mentioned logging into a different machine. In my case, I am on the same machine as the fluent, local license, and Windows 10. |
Beta Was this translation helpful? Give feedback.
-
@mkundu1 What might be going on here? |
Beta Was this translation helpful? Give feedback.
-
@hanchak In the latest PyFluent release, the following command will connect to a running Fluent server:
You need to first launch Fluent with the server. The easiest way of doing that is to check the "Start Server" option in Fluent Launcher > General Options. Fluent will write out the server info file. Please check Fluent documentation for additional ways of starting the Fluent server. |
Beta Was this translation helpful? Give feedback.
-
I used the following to try to connect to my existing Fluent session:
solver = pyfluent.launch_fluent(start_instance=False, ip='127.0.0.1', port='1055')
I received the following error:
RuntimeError: Fluent session password mismatch
Is there a default password to connect to Fluent?
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions