Share

Define Solution Output to the Results File

Video Player is loading.
Current Time 0:00
/
Duration 0:19
Loaded: 0%
0:00
Progress: 0%
 
1x

We need to request specific outputs to the results file so we can identify the progression of damage in our structure.

  1. Enter the following commands in the command prompt:
    • OUTRES, SVAR, ALL - Specifies that all state variables are to be written to the results file at every substep.
    • OUTRES, NSOL, ALL - Specifies that nodal DOF solutions are written to the results file at every substep.
    • OUTRES, NLOAD, ALL - Specifies that element nodal, input constraints, and force loads are written to the results file at every substep.
    • OUTRES, RSOL, ALL - Specifies that nodal reacion loads are written to the results file at every substep.

Was this information helpful?