1D:Batch
Batch Jobs
WUFI can be run from the command line, so that projects can be processed automatically with an appropriate batch file. For example, this allows to run extensive calculations such as parametric studies over the weekend.
Call WUFI with
WUFI ProjectFileName [Options]
The name of the project file to be processed is specified with the parameter ProjectFileName. The following options can be used to control WUFI's actions:
-c | Start computing the active case | |
-C | Start computing all cases | |
-s | Save the results | |
-f | Export a film. The exported film file will be given the name %ProjectFileName%_%CaseIndex%.fid; the case name will become the film title. | |
-v | Export selected courses to an ASCII file. The selection is done with a bit mask (e.g. 0110001) which refers to the list of available courses in the dialog ASCII-Export. The number and the sequence of the courses displayed in this list depend on the number of layers and the number of monitoring positions in the project. |
The options will only be executed if the project file name has been specified and the option list contains -c oder -C. The order of the options in the option list is arbitrary; the options may also be written /c etc.
Version notice: only WUFI Pro can be run from the command line.