Hi Mustaine3, thank you for your reply. I already checked the documentation. However; it is still not clear to me. This is the code, I have. Here the variable m needs to decrease by time. How can I define it as a function of time?
if (p.LT.p_crit) p=p_crit
if (v.LT.v_crit)...
Dear all,
Currently I am trying to model a contact between two plates. For this purpose I have a VFRIC subroutine written by using Fortran. In my model friction coefficient depends on some variables and one of these variables need to decrease by time. What I want to know is, how can I define a...