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 ? |
Answered by
larsblatny
Apr 1, 2025
Replies: 1 comment 1 reply
|
Hey @JoWsky |
1 reply
Answer selected by
atpellet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :)