Implementation form of the Perzyna model #8
-
|
Hi @larsblatny, I am trying to calibrate the MCCVisc model for some quasistatic simulation. However, I don't understand the form of your implementation of the Perzyna model and I have a hard time deducting it from the code. Could you maybe provide a more explicit meaning of perzyna_exp and perzyna_visc, or link to the reference you used to implement this law ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @JoWsky |
Beta Was this translation helpful? Give feedback.
Hey @JoWsky$s$ (no units) and $t_{visc}$ (units seconds), respectively.$t_{visc}$ , the more viscous is the material.
Have a look at this paper: https://doi.org/10.5194/egusphere-2025-1157
In Section 7.4, these two parameters are
The larger
Hope this helps :)