Starting Tosca Fluid.smooth in a Command Shell

Tosca Fluid.smooth can also be executed from a command shell.

The command to start Tosca Fluid.smooth is:

ToscaFluid smooth -j <jobdir> -p <path_to_smooth_parameter_file>

<jobdir > is either the full or relative path to the job directory, which contains the results of the optimization.

<path_to_smooth_parameter_file > is either the full or relative path to the smooth xml parameter file with the file extension .xml.

If, for example, the parameter file is named smooth_parfile.xml, and the jobname is MyTestJob, Tosca Fluid.smooth can be started by either of the following commands:

ToscaFluid smooth -j MyTestJob -p MyTestJob/RESULT/smooth_parfile.xml
ToscaFluid smooth -j C:/Tests/MyTestJob -p C:/Tests/MyTestJob/RESULT/smooth_parfile.xml