I am trying to simulate the SPS model proposed by Dr. Olevsky in this paper:
Article Fundamental Aspects of Spark Plasma Sintering: II. Finite El...
I have successfully implemented the electrical, heat transfer, densification, and grain growth parts of the model using electrical current, heat transfer in solids, and two coefficient form PDE modules in COMSOL respectively.
But I am struggling to implement the sintering stress-strain analysis part of the model. I read in some COMSOL presentations by Dr. Maniere that the model has to be implemented in the nonlinear elastic material node under solid mechanics module. Here is the link to that document:
https://www.comsol.com/paper/powder-densification-modeling-of-the-spark-plasma-sintering-process-18347
But the nonlinear elastic material node seems to solve for stress as a function of strain. But the stress-strain equation for sintering defines stress as a function of strain rate.
I looked at other options such as creep, inelastic strain rate, etc. subnodes under the nonlinear elastic material node. But none of them are working.
Can anyone advise me on how to correctly implement the SPS model in COMSOL?