aStudy.gather()

This command is used to gather analysis results across the designs of a parametric study.

Related Topics
Scripting parametric studies

ProductsAbaqus/StandardAbaqus/Explicit

Command

aStudy.gather (request= , results= , step= , frameValue= | inc= | mode= , variable= , additional data)

Required data

results

Set results equal to a name that will be used to identify the results record gathered by this command. This name must be enclosed in matching quotation marks.

variable

Set variable equal to an output variable identifier key; this key must be enclosed in matching quotation marks.

For gathering results from the results (.fil) file only those output variable identifier keys appearing under the .fil column heading in Abaqus/Standard output variable identifiers or Abaqus/Explicit output variable identifiers are available. For example, the U or S variable identifier keys can be specified, but the U1 or S11 variable identifier keys cannot be specified. In addition, the MODAL variable identifier key can be specified to gather frequency results (those written to the results file with the record key 1980); in this case no additional data are required in this command.

When gathering results from the output database (.odb) file, each result record to be gathered is chosen by specifying one of the available output variable identifier keys appearing under the .odb column heading in Abaqus/Standard output variable identifiers or Abaqus/Explicit output variable identifiers. For field output the component must not be specified, while for history output the component number is required; for example, the U or S variable identifier keys can be specified for field output, while the U1 or S11 variable identifier keys can be specified for history output.

Optional data

request

This option is applicable only if the results are to be gathered from the output database file.

Set request equal to FIELD or HISTORY to specify whether the results must be gathered from the field data or the history data in the output database file.

If request is omitted from this command, the results will be gathered from the field data.

step

Set step equal to the analysis step number from which the results are to be gathered.

If step is specified in this command as well as in the output command, the step specification in this command is used.

If step is omitted from this command, it must have been specified in the output command.

Optional and mutually exclusive data

frameValue

This option is applicable only if the results are to be gathered from the output database file.

Set frameValue equal to the step time or frequency value of the analysis increment in the analysis step specified from which the results are to be gathered. frameValue can also be set equal to the symbolic constant LAST to specify that results are to be gathered from the last increment of the step. If no results are available at the frameValue specified, a warning will be issued and the results will be gathered from the closest increment.

If frameValue is specified in this command as well as in the output command, the frameValue specification in this command is used for gathering.

If frameValue is omitted from this command, the results are gathered for the frameValue specified in the output command or are gathered from the last increment in the step.

inc

Set inc equal to the number of the analysis increment of the non-frequency analysis step specified from which the results are to be gathered across the parametric study variations. inc can also be set equal to the symbolic constant LAST to specify that results are to be gathered from the last increment of the step.

If inc is specified in this command as well as in the output command, the inc specification in this command is used for gathering.

If inc is omitted from this command, the results are gathered from the increment specified in the output command or are gathered from the last increment in the step.

This option is not valid for gathering history results from the output database file.

mode

Set mode equal to the number of the mode of the frequency analysis step specified from which the results are to be gathered across the parametric study variations.

If mode is specified in this command as well as in the output command, the mode specification in this command is used.

If mode is omitted from this command, the results are gathered from the mode specified in the output command or are gathered from the first mode in the step.