|
|
ANSYS FLUENT lets you easily remove extraneous processes in the event that an ANSYS FLUENT simulation needs to be stopped.
When a session is started,
ANSYS FLUENT creates a
cleanup-fluent script file. The script can be used to clean up all
ANSYS FLUENT-related processes.
ANSYS FLUENT creates the cleanup-script file in the current working folder with a file name that includes the machine name and the process identification number (PID)
(e.g.,
cleanup-fluent-mymachine-1234).
If the current directory does not possess the proper write permissions, then ANSYS FLUENT will write the cleanup-script file to your home directory.
If, for example, ANSYS FLUENT is started on a machine called thor and the process identification number is 32895, ANSYS FLUENT will create a cleanup-script called cleanup-fluent-thor-32895 in the current folder. To run the cleanup-script, and clean up all ANSYS FLUENT processes related to your session, on Linux or UNIX platforms, type the following command in the console window:
sh cleanup-fluent-thor-32895 |
Or, if the shell script already has executable permissions, simply type:
cleanup-fluent-thor-32895 |
To clean up extraneous ANSYS FLUENT processes on Windows (serial or parallel), double-click the corresponding batch file (e.g., cleanup-fluent-thor-32895.bat) that ANSYS FLUENT generates at the beginning of each session.
|
|
During a normal run, this file will be deleted automatically after exiting
ANSYS FLUENT. In abnormal situations, you may use this batch file to clean up the
ANSYS FLUENT processes. Once an
ANSYS FLUENT session has been closed, you can safely delete any left over cleanup scripts from your working folder.
|