3.2.14 Execution procedure for input file and output database upgrade utility

Products: ABAQUS/Standard  ABAQUS/Explicit  

References

Overview

The abaqus upgrade utility will convert an input file or output database file from earlier versions of ABAQUS to the current version. Input files based on the syntax of Version 5.8 of ABAQUS or later can be upgraded; output database files from Version 6.1 of ABAQUS or later can be upgraded. The abaqus upgrade utility will generate a log file (job-name.log) that contains error, warning, diagnostic, and informational messages. You should carefully review the conversion log file to ensure that changes made to the older version input or output database file are appropriate. If no conversions are necessary, a message will be issued to the log file as well as to the screen.

ABAQUS does not allow the use of dots (".") in set, surface, or rebar names in an input file except as delimiters between a part instance name and a set, surface, or rebar name. The abaqus upgrade utility will change dots to underscores ("_") for dots not used as delimiters. Manual conversion of dots to underscores will improve performance for very large input or include files.

The abaqus upgrade utility expects input files to be in free format; you can use the abaqus free utility to convert fixed format data to free format. See Execution procedure for fixed format conversion utility, Section 3.2.19.

Command summary

abaqus upgrade
job=job-name
 [input=old-input-file-name | odb=old-odb-file-name]
[fromversion=version-number]

Command line options

Required option

job

This option is used to specify the name of the upgraded input or output database file to be output by the utility.

Mutually exclusive options

input

This option is used to specify the name of the input file to be upgraded.

odb

This option is used to specify the name of the output database file to be upgraded.

Additional options

fromversion

This option is relevant for input file upgrades only. This option is used to specify the version of the input file to upgrade. The default value is the version immediately prior to the current ABAQUS version; for example, for Version 6.6, the default value is Version 6.5. For the version number, specify the general release version number (two numbers separated by a period), such as 6.5.

previousdefaults

This option is relevant for input file upgrades only. This option is used to minimize modeling differences between the old input file and the upgraded input file.