Requesting Output to the Data and Results Files
The following sections discuss the input file syntax for requesting output to the data and results files. Abaqus/CAE automatically requests that a data file containing the default printed output for the current analysis procedure at the end of each step be generated; you cannot control the contents of the data file from within Abaqus/CAE. An analysis from Abaqus/CAE does not create a results file.
Output to the Abaqus/Standard Data File
Abaqus/Standard analysis results can be written to the data (.dat) file. Element output, nodal output, contact surface output, energy output, modal output, and section output are available.
Input File Usage
Use any of the following options to request output to the Abaqus/Standard data file:
CONTACT PRINT EL PRINT ENERGY PRINT MODAL PRINT NODE PRINT SECTION PRINT
These options are discussed in detail below.
Output to the Abaqus/Standard Results File
Abaqus/Standard analysis results can be written to the results (.fil) file. Element output, nodal output, contact surface output, energy output, modal output, and section output are available.
Input File Usage
Use any of the following options to request output to the Abaqus/Standard results file:
CONTACT FILE EL FILE ENERGY FILE MODAL FILE NODE FILE SECTION FILE
These options are discussed in detail below.
Output to the Abaqus/Explicit Results File
You can write Abaqus/Explicit analysis results to the selected results (.sel) file by specifying a results file output request in conjunction with element output, nodal output, and/or energy output requests, as explained below. A results file output request can appear only once per step but remains in effect in subsequent steps unless it is redefined.
You can convert the selected results file (job-name.sel) into the results (job-name.fil) file using the convert utility described in Obtaining Results File Output in Abaqus/Explicit and Abaqus/Standard and Abaqus/Explicit Execution.
Input File Usage
Use the first option in conjunction with one or more of the subsequent options to request output to the Abaqus/Explicit selected results file:
FILE OUTPUT EL FILE ENERGY FILE NODE FILE
Output Frequency
You can control the frequency of all Abaqus/Explicit results file output for a particular step by specifying the number of intervals during the step at which file output will be written, n. The data are always written at the start and end of each step in which a results file output request is active. The times at which the results are written are referred to as time marks.
If the specified number of intervals is 10, Abaqus/Explicit will write results 11 times: the values at the beginning of the step and at the end of 10 equal time intervals throughout the step. The specified number of intervals must be a positive integer.
By default, results will be written at the increment ending immediately after each time mark. Alternatively, you can choose to have the time increment size adjusted so that an increment will end exactly at each of the time marks calculated by dividing the step into n equal intervals.
Input File Usage
Use the following option to request results at the increments ending immediately after each time interval:
FILE OUTPUT, NUMBER INTERVAL=n, TIME MARKS=NO
Use the following option to request results at the exact time intervals:
FILE OUTPUT, NUMBER INTERVAL=n, TIME MARKS=YES