-
So far this works, but only in solver mode. What do I need to add? there is nothing in the user guide for this. import ansys.fluent.core as pyfluent session = pyfluent.launch_fluent(ui_mode=UIMode.GUI, precision="double", processor_count=8) Thank you so much for your help ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Please refer the following user docs. https://fluent.docs.pyansys.com/version/stable/api/launcher/launcher.html |
Beta Was this translation helpful? Give feedback.
-
How do you launch Fluent ? Please share the command line arguments that you use to launch Fluent in pre/post license mode. e.g. |
Beta Was this translation helpful? Give feedback.
-
You can use the following for now.
We are going to support it as a new mode soon. Thank you. |
Beta Was this translation helpful? Give feedback.
@Jojo2587
You can use the following for now.
solver = pyfluent.launch_fluent(ui_mode=UIMode.GUI, precision="double", processor_count=8, additional_arguments="-post")
We are going to support it as a new mode soon.
Thank you.
cc: @mkundu1 @seanpearsonuk