My problem now i am facing is while adding .for (fortran file) in job, it's showing an error, "Problem during compilation - C:\Temp\OUR_SED.for"
My aim is too get updated density in my problem. For that, I have change in density function wrt time. My young modulus also depend on density. So when density change my young modulus also should change.
I am calculating SED also. As it is one of the variable needed for our solution.
I edited my code to USDFLD.
Attaching the .inp file and .for file and log file also
Yes, I am doing a code in FORTRAN, where first I use UMAT for implementing the stiffness matrix and the failure criteria (in my case Puck) to simulate the onset failure in 3D elements. I use the STATEV variables for the failure factors.
And I would like to develop one code to show the outputs from UMAT in abaqus where I can plot each strains and stresses in each element of my model.
If you only want the contour plot or plot on a particular integration point you can do that in Abaqus view point. No code is required for that.
You can also write a text file for that simply add some line to your subroutine file. After that, use any plotting tool like origin or tech plot to get your required plots.