Products: ABAQUS/Standard ABAQUS/Explicit
The abaqus script facility indicates that a parametric study is to be done (see Scripting parametric studies, Section 27.1.1). Each analysis involved in the design can be executed using the execute command (see Execute the analysis of parametric study designs, Section 27.2.4). You can add any necessary ABAQUS execution options (refer to Execution procedure for ABAQUS/Standard and ABAQUS/Explicit, Section 3.2.2) to the execution command for each of the analyses by specifying them on the execOptions option of the execute command. If the script file contains references to other input files, these files must be located in the same directory as the script file. The files created by the execution of the script file are placed in the directory from which the ABAQUS execution procedure is run.
script-file
When a script file name is specified, the parametric study module is imported and the instructions in the parametric study script file are executed. If the script file name is omitted from the command line, the Python interpreter is initialized by importing the parametric study module.
startup
This option specifies the name of the file containing Python configuration commands to be run at application startup. Commands in this file are run after any configuration commands that have been set in the environment file.
noenvstartup
This option specifies that all configuration commands in the environment files should not be run at application startup. This option can be used in conjunction with the startup command to suppress all configuration commands except those in the startup file.