|
|
发表于 2011-2-10 07:26:41
|
显示全部楼层
fluent 2d -g < inputfile >& outputfile &
fluent is the command you type to execute FLUENT interactively.
-g indicates that the program is to be run without the GUI or graphics (see Section 1.1).
inputfile is a file of FLUENT commands that are identical to those that you would type interactively.
outputfile is a file that the background job will create and which will contain the output that FLUENT would normally print to the screen (e.g., the menu prompts and residual reports).
& tells the Linux/UNIX system to perform this task in background and to send all standard system errors (if any) to outputfile. |
|