aStudy.execute()

This command is used to execute the analyses of the designs generated by a parametric study.

Related Topics
Scripting parametric studies

ProductsAbaqus/StandardAbaqus/Explicit

Command

aStudy.execute (token, execOptions= , additional data)

Tokens

ALL

Use this token to sequentially execute the analyses of all the designs of the parametric study. This option is the default.

DISTRIBUTED

Use this token to execute the analyses of all designs using the specified queue interfaces of the local and/or remote computers. A similar number of analyses will be distributed to each of the specified queues.

INTERACTIVE

Use this token to sequentially execute the analyses of all the designs of the parametric study in interactive mode. In this case the process pauses to prompt you for further execution instructions. The prompt allows you to specify the number of analyses to be executed, to execute the remaining analyses, to specify the number of analyses whose execution is to be skipped, or to skip all the remaining analyses.

Optional data

execOptions

Set execOptions equal to a character string of Abaqus execution options (refer to Abaqus/Standard and Abaqus/Explicit execution) that are to be added to the Abaqus execution command when executing the analyses of the designs of the parametric study; this string must be enclosed in matching quotation marks.