Cannot launch fluent with working journal #2230
Replies: 1 comment 4 replies
-
This is a bug with Fluent 22.2, we'll look into fixing it. As a workaround, pass the journal file as an additional argument with Fluent 22.2:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have been trying to launch fluent using a solve journal I have generated. My command to do so is the following:
journal_path= "Z:/..../tmp/naca0015_aoa_0_journal_solve.jou"
cwd = "Z:/..../tmp/"
solver=pyfluent.launch_fluent(product_version = "22.2.0", version = "3d", processor_count = 12, show_gui = True, journal_filepaths= journal_path, cwd=cwd)
However this command gives me the following error:
pyfluent.launcher ERROR: Exception caught - RuntimeError
LaunchFluentError:
Fluent Launch string: start "" "C:\Program Files\ANSYS Inc\v221\fluent\ntbin\win64\fluent.exe" 3ddp -t12 -sifile="C:\Users...\AppData\Local\Temp\serverinfo-y641hgp0.txt" -nm -hidden
The command does open the GUI and identify the processors to be used, so I suspect the issue is with the journal filepath parameter.
The journal itself is correct because the exact value of journal_path pasted into the GUI's "read journal" option runs the simulation perfectly. Could anyone help me identify my mistake here?
Beta Was this translation helpful? Give feedback.
All reactions