TL DR : Use Journals and python to modify journals, then run fluent through python.įirst the simulation must be prepared with fluent GUI. Where -B stands for batch mode and -R excecutes the specified script.Īn example and explanations can be found here : Scripted CFD simulations and postprocessing in Fluent and ParaVIEW Ansys Fluent
You can run the workbench in batch mode with the following bash command : runwb2 -B -R 'path/script.py' So after some long search around the global internet I found how to do it.ĭirectly with scripting, I did not used this method hence this is what I understood without trying or testing it.