ProductsAbaqus/StandardAbaqus/ExplicitAbaqus/CAE
TypeHistory data LevelStep
Abaqus/CAELoad module
Optional parameters
- VARIABLE
-
Set this parameter equal to the field variable number. The user must number
the field variables consecutively from 1. The default is VARIABLE=1 unless the NUMBER parameter is used. The VARIABLE and NUMBER parameters are mutually exclusive.
Required parameter for reading predefined field variable values from the
results or output database file
- FILE
-
Set this parameter equal to the name of the results
(.fil) or output database (.odb) file
from which the data are read. The file extension is optional; however, if both
.fil and .odb files exist, the
results file will be used if the INTERPOLATE parameter is omitted. If the INTERPOLATE parameter is used, an output database file must exist. See
Input Syntax Rules
for the syntax of such file names.
This parameter cannot be used in a
STATIC, RIKS analysis step.
Optional parameters for reading predefined field variable values from
the results or output database file
- BSTEP
-
Set this parameter equal to the step number (of the analysis whose results
file is being used as input to this option) that begins the history data to be
read. If no value is supplied,
Abaqus
will begin reading field variable data from the first step available on the
file read.
- BINC
-
Set this parameter equal to the increment number (of the analysis whose
results or output database file is being used as input to this option) that
begins the history data to be read. If no value is supplied,
Abaqus
will begin reading field variable data from the first increment available
(excluding any zero increments if the results file was written in
Abaqus/Standard
using
FILE FORMAT, ZERO INCREMENT) for step BSTEP on the results or output database file.
- ESTEP
-
Set this parameter equal to the step number (of the analysis whose results
or output database file is being used as input to this option) that ends the
history data to be read. If no value is supplied, ESTEP is taken as equal to BSTEP.
- EINC
-
Set this parameter equal to the increment number (of the analysis whose
results or output database file is being used as input to this option) that
ends the history data to be read. If no value is supplied, EINC is taken as the last available increment of step ESTEP on the results file.
Required parameter for reading predefined field variable values from the
output database file
- OUTPUT VARIABLE
-
Set this variable equal to the scalar nodal output variable that will be
read from an output database and used to initialize a specified predefined
field. For a list of scalar nodal output variables that can be used to
initialize a predefined field, see
Predefined Fields.
Optional parameter for reading predefined field variable values from the
output database file
- INTERPOLATE
-
Include this parameter to indicate that the scalar nodal output variable
(specified by the OUTPUT VARIABLE parameter) being read into a predefined field needs to be
interpolated between dissimilar meshes. This feature is used to read nodal
values from an output database file generated during a previous
Abaqus
analysis.
Required parameter for defining data in user subroutine UFIELD or VUFIELD
- USER
-
Include this parameter to indicate that user subroutine
UFIELD or
VUFIELD will be used to define field variable values. For an
Abaqus/Standard
analysis
UFIELD is called for each node given on the data lines. For an
Abaqus/Explicit
analysis
VUFIELD is called for each field variable or for a set of field
variables when the NUMBER parameter is used.
If values are also given on the data lines, these values will be ignored. If
a results file has been specified in addition to the user subroutine, values
read from the results file will be passed into the user subroutine for possible
modification.
Optional parameters for defining data in user subroutine UFIELD or VUFIELD
- NUMBER
-
This parameter permits multiple (possibly all) field variables to be updated
simultaneously in user subroutine
UFIELD or
VUFIELD; for example, because they are interdependent. Set this
parameter equal to the number of field variables to be updated simultaneously
at a point. The NUMBER and VARIABLE parameters are mutually exclusive.
- BLOCKING
-
This parameter applies only to
Abaqus/Explicit
analyses. It is related to the NBLOCK variable
used in the user subroutine argument list.
Set BLOCKING=YES to enable blocking for a given node set. The blocking size
will be set to a predefined value in
Abaqus/Explicit.
Set BLOCKING=NO (default) to disable blocking.
Use BLOCKING=n to specify the blocking size.
Data lines to define
gradients of a predefined field variable in beams and shells- First line
-
Node set or node number. If a node set label is given, all nodes in this set
must have identical initial field variable values.
-
Reference magnitude of the field variable. If the amplitude parameter is
present, this and subsequent values will be modified by the
AMPLITUDE specification.
-
Gradient in the -direction
for beams or gradient through the thickness for shells.
-
Gradient in the -direction
for beams.
Repeat this data line as often
as necessary to define a field variable at different nodes or node
sets.
Data lines to define
a predefined field variable at temperature points in beams and
shells- First line
-
Node set or node number. If a node set label is given, all nodes in this set
must have identical initial field variable values.
-
Magnitude at the first temperature point. If the amplitude parameter is
present, this and subsequent values will be modified by the
AMPLITUDE specification.
-
Magnitude of the field variable at the second temperature point.
-
Magnitude of the field variable at the third temperature point.
-
Etc., up to seven values.
- Subsequent lines (only needed if there are more than seven
temperature points in the element)
-
Magnitude of the field variable at the eighth temperature point.
-
Etc., up to eight values per line.
Repeat this set of data lines
as often as necessary to define a field variable at different nodes or node
sets.
Data lines to define
a predefined field variable for solid elements using the data line
format- First line
-
Node set or node number. If a node set label is given, all nodes in this set
must have identical initial field variable values.
-
Field variable value. If the AMPLITUDE parameter is present, this value will be modified by the AMPLITUDE specification.
Repeat this data line as often
as necessary to define a field variable at different nodes or node
sets.
To read values of a
field variable from an
Abaqus/Standard
results or output database fileNo data lines are used when field variable data
are read from a results or output database file.
Data lines to define a field variable using user subroutine UFIELD or VUFIELD- First line
-
Node set or node number. If a node set label is given, all nodes in this set
must have identical initial field variable values.
Repeat this data line as often
as
necessary.
|