General

General

How to specify key times at which the results are written to the result file?

    • FAQFAQ
      Participant

      This should be done through OUTRES,,%array% command. Here is an example :
      OUTRES,erase
      *dim,t_out,,5 ! RESULTS OUTPUT TIME ARRAY
      t_out(1)=0.12,0.45,0.62,0.85,1
      OUTRES,all,%t_out% ! OUTPUT RESULTS AT TIME SPECIFIED BY THE ARRAY
      Key times in the array parameter must appear in ascending order. Values must be greater than (or equal to) the beginning values of the load step, and less than (or equal to) the ending time values of the load step.