*PRESSURE STRESS

Specify equivalent pressure stress as a predefined field for a mass diffusion analysis.

This option can be used only in a MASS DIFFUSION analysis to specify pressure as a predefined field. The user defines equivalent pressure stresses at the nodes, and Abaqus/Standard interpolates the pressure to the material points.

Related Topics
In Other Guides
Mass diffusion analysis
Predefined Fields

ProductsAbaqus/Standard

TypeHistory data

LevelStep

Optional parameters for using the data line format

AMPLITUDE

Set this parameter equal to the name of the amplitude curve that gives the time variation of the pressure throughout the step. If the AMPLITUDE parameter is omitted, the reference magnitude is applied either immediately at the beginning of the step or linearly over the step, depending on the value assigned to the AMPLITUDE parameter on the STEP option (see Defining an analysis).

INPUT

Set this parameter equal to the name of the alternate input file containing the data lines for this option. See Input Syntax Rules for the syntax of such file names. If this parameter is omitted, it is assumed that the data follow the keyword line.

OP

Set OP=MOD (default) for existing PRESSURE STRESS values to remain, with this option modifying existing values or defining additional values.

Set OP=NEW if all existing PRESSURE STRESS values should be removed. New pressure stress values can be defined.

For a general analysis step, a pressure that is removed via OP=NEW is reset to the value given on the INITIAL CONDITIONS option or to zero if no initial pressure was defined. For a linear perturbation step, a pressure that is removed via OP=NEW is always reset to zero. If pressures are being returned to their initial condition values, the AMPLITUDE parameter described above does not apply. Rather, the AMPLITUDE parameter given on the STEP option governs the behavior. If pressures are being reset to new values (not to initial conditions) via OP=NEW, the AMPLITUDE parameter described above applies.

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
  1. Node set or node number. If a node set label is given, all nodes in this set must have identical initial pressures.

  2. 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
  1. 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.