Leoving,
If you run those files all the way to the last time step, a few quadrature output files will be generated for you at the simulation time defined as:
set Tabular Time Output Table = 0,0.7,2.1,3.5,4.9,6.3,7.7,9.1,10.5
Each belongs to one of the Max compression or tension in this case. Depending on the time step, you can figure out what cycle you are in. You need to understand the way the displacement is applied. For example, in the case of Effect of grain morphology input file, it has:
set Vertices Periodic BCs row 1 = 1,1,1, 1,1,1, 1,0,1, 1,1,0, 1,0,0, 1,0,0, 0,0,0, 1,0,0
set Vertices Periodic BCs row 2 = 0,0,0, 0.0005075,0,0, 0,0,0, 0,0,0, 0.0005075,0,0, 0.0005075,0,0, 0,0,0, 0.0005075,0,0
set Tabular Periodic Time Table = 0,0.7,2.1,3.5,4.9,6.3,7.7,9.1
set Tabular Periodic Time Table Coefficient = -1,1,-1,1,-1,1,-1,1,-1,1
set Time increments = 0.01
The first max compression occurs at time=0.7 which is the 69 timestep. So the quadrature output with the 69 in its name is the information for quadrature output for the first max compression. The information in the PRISMS-Fatigue paper is collected at the second cycle. In this case, the QuadratureOutput with the increment numbers of 349 and 489 are the MaxComp and MaxTen for the second cycles, respectively.
Also, for the pvtu of fields and solution, you need to modify this:
set Write Output = false
And this define how frequent you'll get this:
set Skip Output Steps = 10
Thanks
Reza