Request State Variable Output

Request that state variables be written to the results file for viewing.

Helius PFA uses ANSYS state variables to store information about the fiber and matrix at each integration point in the model. To view the state variables in ANSYS, the state variables (SVAR) must be written to the results (.rst) file.

  1. Directly below the CNVTOL command, enter the following command:

    OUTRES,SVAR,ALL

    This command specifies that all state variables are to be written to the results file at every substep.

  2. Below this command, enter the following commands. These commands allow for the reaction force to be computed.

    OUTRES,NSOL,ALL 
    OUTRES,NLOAD,ALL
    OUTRES,RSOL,ALL
  3. Save the file.

Note: Within Tutorial_2_ANSYS.ans, the command KEYOPT, 1, 8, 1 stores integration point data at the top and bottom of all layers in the section. The default is to only store integration point data for the bottom of the bottom layer and the top of the top layer.