Hello Reza. Thanks for your response.
I figured out that I have been getting the quadrature outputs all along. I just thought that they will come with a csv file named 'Max_Tension' or 'Max_compression', as seen in the PRISMS fatigue tutorial video.
One more question please. I observed that most of the rate dependent examples and the simulation files used for the PRISMS-Fatigue manuscript have a 'User Defined Material Model Parameters' section enabled. The user manual is not clear on this. I am simulating a single phase FCC for Inconel 718 but I don't understand this lines of code (See below) and how I can get them for my own IN718 simulation.
# Number of User Material Constants in a Material model Phase 1
set Number of User Material Constants 1 = 13
# Number of User Material State Variables in a Material model Phase 1
set Number of User Material State Variables 1 = 62
# Material Constants in a Material model Phase 1
set User Material Constants 1 = 1.0e-3, 0.0133333333333333333 , 1.0e-6 , 1.0e-6 , 100 , 100, 2.0e6, 1.35e5, 2.0e4, 1421.0 , 70.0, 70.0
# Material State Variables in a Material model Phase 1
set User Material State Variables Initial Values 1 = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 , 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
I just need to know what these numbers represent and how I can get them (i.e. literature or inverse optimization) because the code won't return if they are not defined.
Thanks for your anticipated response.
Samuel