ProductsAbaqus/Standard
TypeHistory data
LevelStep
Required parameter for reading equivalent pressure stresses from the
results file
- FILE
Set this parameter equal to the name of the results file (including the
optional .fil extension) from which the data are read. See
Input Syntax Rules
for the syntax of such file names.
Optional parameters for reading equivalent pressure stresses from the
results 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/Standard
will begin reading pressure data from the first step available on the results
file.
- BINC
Set this parameter equal to the increment 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/Standard
will begin reading pressure data from the first increment available (excluding
any zero increments) for step BSTEP on the results file.
- ESTEP
Set this parameter equal to the step number (of the analysis whose results
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 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 defining data in user subroutine UPRESS
- USER
Include this parameter to indicate that user subroutine
UPRESS will be used to define equivalent pressure stress values.
UPRESS will be called for each node given on the data lines. If
values are also given on the data lines, these values will be ignored. If a
results file has been specified in addition to user subroutine
UPRESS, values read from the results file will be passed into
UPRESS for possible modification.
Data lines
to define pressures 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 pressures.
Reference pressure value (positive in compression). If the AMPLITUDE parameter is present, this value will be modified by the AMPLITUDE specification.
Repeat this line as often as
necessary to define the pressure at different nodes or node
sets.
To read
pressures from an
Abaqus/Standard
results file (FILE)
No data lines are used when
pressure data are read from a results file.
Data lines
to define equivalent pressure stresses using user subroutine UPRESS
- First
line
Node set or node number. If a node set label is given, all nodes in this set
must have identical initial equivalent pressure stress values.
Repeat this line as often as
necessary.
UPRESS will be called for each node
listed.