Closed kushwaha-ajay closed 9 months ago
Hi Ajay,
You may simply change in meshpropf. the case "case('C3D8','C3D20R')" to "case('C3D8','C3D20R','C3D8T')" in feprop subroutine.
The reference for CSMX-4 is this one: https://doi.org/10.1016/j.ijplas.2023.103589
Best, Eralp
Thank you very much!
Hey Eralp,
Thanks again for all your help! In the UMAT file, it is mentioned in line 16 that multiple materials with different phases can co-exist in a mesh. How can we do that in a polycrystal RVE, as Matlab code takes only 1 MatID while generating the input file? Do we assign different materials in Abaqus by manually changing the material ID (row 5) of different grains? Or is there any other way to do this?
Thanks! Ajay
Hey Eralp,
I was trying to fit the experimental hysteresis curve for cyclic loading with the simulation using UMATv2.9. I got the following plot (left is the experimental curve, and right is the simulation curve). I used slipmodel = 3, iphase = 2, hardening model = 1, backstress model = 1, and gndmodel =1 with 100 grains RVE with custom material. I was able to fit the experimental tensile curve, but I am not able to match it with the hysteresis curve. Can you please let me know what I could be missing to get better results? The shape in general is not close to the experimental curve.
Also, a separate question: I just wanted to confirm that the effect of twins is not incorporated in the current codes. Is that correct? Also, I would very much appreciate it if you could look at the question in the comment before this. Thanks for all your help!
Regards, Ajay
Hi Ajay, We have made an important update on the mapping of screw dislocations. That changes the hardening response. So I recommend to use the latest version with the latest updates.
You may calibrate cyclic response using two parameters, h and hD in A-F type model. I think with that you may improve those results.
We do not have twinning incorporated but I was in the code which is still available \old folder using both continuum approach and with a phase field approach. We do not plan to include to this code because it extremely complicates the code structure.
Best, Eralp
Hey Eralp,
1) What is the unit of the reaction force output? 2) Also, I had a question regarding plotting the stress-strain plot. How do you usually plot the stress-strain response of the whole cube (RVE) to validate it with the experimental engineering stress-strain curve? I know it's a very basic question, but I wanted to make sure that I followed the correct procedure to extract and plot the bulk response of the RVE.
For boundary conditions, I have followed your YouTube video tutorial. Thanks for your continuous support.
Regards, Ajay
Hi Ajay,
Alternatively the stress average over the whole RVE of the stresses at the element centroids (which is the average of integration points) can be used but this becomes a little bit tedious if you have many elements.
Hope this helps.
Best, Eralp
Thank you very much for the prompt response. I appreciate it.
However, I plotted the curve using both of the methods you mentioned, and the response is slightly different. The orange curve is average of stress over the whole RVE and grey curve is using sum of reaction forces.
Hello Eralp,
I hope you are doing well. I was trying the coupled temp-displacement step module using UMAT_v2.9 for one element case. However, this module uses the C3D8T element type, and the current UMAT version doesn't support this element type. I was interested in simulating behavior under variable temperature and variable strain loading conditions. Is there any way to perform this type of analysis using the current UMAT? Also, I would appreciate it if you could provide references for CMSX-4 temperature-dependent properties used in the user material file.
Any leads would be very helpful. Thanks!