Abaqus/Standard Example
The input listing below will produce both field and history output for Step
1. Field output will be written every 2 increments. This field output request
consists of preselected element variables for the whole model, as well as the
variable PEQC. In addition, plastic strains will be written out for element
set SMALL
, and the nodal variables U and RF will be written to the output database for node set
NSMALL
. History output will be written every
increment. The variables ALLKE, ALLSE, and ALLWK will be written for the whole model. In addition, ALLPD will be written for element set
SMALL
.
In Step 2 the history output request defined in Step 1 is replaced by a
request for the energy variables ALLKE, ALLPD, and ALLSE for element set SMALL
. The
history output request defined in Step 1 is removed. The field output request
defined in Step 1 is passed into Step 2 unchanged, but another field output
request for element energies at every increment is added.
STEP STATIC ... ... OUTPUT, FIELD, FREQUENCY=2 ELEMENT OUTPUT, VARIABLE=PRESELECT PEQC, ELEMENT OUTPUT, ELSET=SMALL PE, NODE OUTPUT, NSET=NSMALL U, RF OUTPUT, HISTORY, FREQUENCY=1 ENERGY OUTPUT ALLKE, ALLSE, ALLWK ENERGY OUTPUT, ELSET=SMALL ALLPD END STEP STEP STATIC ... ... OUTPUT, HISTORY, OP=REPLACE, FREQUENCY=1 ENERGY OUTPUT, ELSET=SMALL ALLKE, ALLPD, ALLSE OUTPUT, FIELD, OP=ADD, FREQUENCY=1 ELEMENT OUTPUT ELEN END STEP