How can I see the residuals when running Fluent in background on Linux and Windows machines?


In linux/unix:

To run ANSYS Fluent in the background in a C-shell (csh) on a Linux/UNIX system, type a command of the following form at the system-level prompt:

fluent 2d -g < inputfile > & outputfile &

or in a Bourne/Korn-shell, type:

fluent 2d -g < inputfile > outputfile 2>&1 &

For windows and lnux:

You can also start a transcript file but you need to define execute commands to execute:

(cx-flush-transcript)

every 1 or so iterations.





Show Form
No comments yet. Be the first to add a comment!